summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-09-12Use unsigned types for queue counters and mask them appropriately beforeJonathan Matthew
2019-09-12Prepare for the emac/gmac "phy" property being renamed to "phy-handle"Jonathan Gray
2019-09-11Ignore empty Tx queue slots in iwn_tx_done(). Prevents a NULL dereference.Stefan Sperling
2019-09-10Prevents the block size from exceeding the requested one when a hugeAlexandre Ratchov
2019-09-10If the requensted block size is too large, then use half theAlexandre Ratchov
2019-09-09Update the bindings for imxsrc(4), since they changed when they werePatrick Wildt
2019-09-09Attach imxsrc(4) early and raise its priority to make sure it beatsPatrick Wildt
2019-09-09revert back to using 0x6c for the reply post index register.David Gwynne
2019-09-09Specify the right opcode when trying to set the Interface Step Sequence ID.Jonathan Matthew
2019-09-09When no display outputs are connected on boot linux 4.19 drm relies onJonathan Gray
2019-09-08Add Allwinner H6 support.Mark Kettenis
2019-09-07Revert acpipci(4) changes. Too many systems are broken. We'll try againMark Kettenis
2019-09-07Retrieve SFP information using the SFP framework.Patrick Wildt
2019-09-07Add sfp(4), a driver that allows talking to SFPs connected overPatrick Wildt
2019-09-07Add an SFP framework which allows SFP providers to provide aPatrick Wildt
2019-09-07Register mviic(4) in the I2C framework.Patrick Wildt
2019-09-07Add an I2C framework, so that nodes that need to use I2C butPatrick Wildt
2019-09-07drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()Jonathan Gray
2019-09-07define away dma_set_max_seg_size()Jonathan Gray
2019-09-07drm/i915: Don't deballoon unused ggtt drm_mm_node in linux guestJonathan Gray
2019-09-07drm/i915: fix broadwell EU computationJonathan Gray
2019-09-06missing ;Theo de Raadt
2019-09-06mcprtc(4), a driver for the Microchip MCP79400 RTC and similar variants.Patrick Wildt
2019-09-06Add mviic(4), a driver to support the I2C controller on thePatrick Wildt
2019-09-06Add I2C clock gates.Patrick Wildt
2019-09-06zero hash bits early in dwxe_iff()Jonathan Gray
2019-09-05Fix previous commit.Mark Kettenis
2019-09-05Update Spleen kernel fonts to the latest released version, bringingFrederic Cambus
2019-09-05Add mvdog(4), a driver to support the watchdog on the Armada 3700 SoC.Patrick Wildt
2019-09-05Supermicro X8DTH-i/6/iF/6F fails to attach uhci(4) via PCI and AHCI.Alexander Bluhm
2019-09-05Add missing RCS Id.Patrick Wildt
2019-09-05Revert iwm(4) to software WPA crypto because of apparent firmware issues.Stefan Sperling
2019-09-05Add Allwinner H6 support.Mark Kettenis
2019-09-05em: Fix potential endless loopStefan Fritsch
2019-09-05Use the new set_blksz() interface to set the block size.Alexandre Ratchov
2019-09-05Use the new set_{blksz,nblks}() interface to set the block size.Alexandre Ratchov
2019-09-05Add the set_blksz() and set_nblks() audio driver functions.Alexandre Ratchov
2019-09-04Add comment.Mark Kettenis
2019-09-03Add support for getting the frequency of the CPU clocks.Mark Kettenis
2019-09-03Avoid uninitialized variable; using a for loop like in siif_recvmsg() wasMark Kettenis
2019-09-03bnxt: Support MSI-XStefan Fritsch
2019-09-03remove unreachable returnJonathan Gray
2019-09-02Implement setting the CPU clock for Allwinner A64 SoCs.Mark Kettenis
2019-09-02Implement setting the CPU clock for Allwinner A64 SoCs.Mark Kettenis
2019-09-02Reset the current wireless PHY mode to 'auto' when a scan begins if weStefan Sperling
2019-09-02Release locks in error paths. Spotted by semarie@Mark Kettenis
2019-09-02A few more missing bits: power regulators, eMMC power sequencing,Mark Kettenis
2019-09-02Two additional pin configurations.Mark Kettenis
2019-09-01Write to the correct register when setting the output level for a GPIO pin.Mark Kettenis
2019-09-01Use interrupt handler instead of polling for completion.Mark Kettenis