summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-04-24Whitespace fixup for imxehci(4)patrick1-3/+3
2020-04-24Add bcmgpio(4). For now this driver only provides pinctrl functionality.kettenis2-1/+204
2020-04-24Print per queue stats when dumping hardware counters in IX_DEBUG kernels.mpi1-5/+58
2020-04-24Fix typo which could lead into a double freemestre1-2/+2
2020-04-23Move imxehci(4) to sys/dev/fdt.patrick2-1/+400
2020-04-23Enable pcie_aux in addition to the other PCIe clocks on i.MX8M.patrick1-1/+2
2020-04-23Since apparently the bikeshedding over i.MX8M PCIe device treepatrick1-2/+3
2020-04-23Add support for the i.MX8MM PCIe clocks. These behave exactly likepatrick2-2/+69
2020-04-23drm/amdkfd: kfree the wrong pointerjsg1-2/+2
2020-04-22Add clock gates for OCOTP and TMU on i.MX8MQ and i.MX8MM.patrick1-0/+6
2020-04-22Add bcmsdhost(4), a driver for the Broadcom "sdhost" SD controllerkettenis2-3/+699
2020-04-22drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabledjsg1-1/+4
2020-04-22Use FOREACH_QUEUE() where nothing else is required to support multi-queues.mpi3-260/+304
2020-04-22Use I40E_QUEUE_TYPE_EOL instead of hardcoding its value localy.mpi1-4/+3
2020-04-21Revert r1.207. Apparently mpi(4) on sparc64 blows up ifkrw1-6/+7
2020-04-21Add bcmdmac, a driver for the DMA controller found on BCM283x SoCs.tobhe3-1/+463
2020-04-21Work around FIFO_UNDERRUN (0x84) Tx errors being reported by iwn(4) firmware.stsp1-3/+5
2020-04-21Fix TID value set by iwn(4) in the Tx command when sending block ack requests.stsp1-2/+11
2020-04-21Add support for the additional SDHC controller found on the Raspberry Pi.kettenis1-1/+5
2020-04-21Commands that create objects return a 24 bit object ID, so mask off thejmatthew1-12/+18
2020-04-20regenkettenis2-2/+7
2020-04-20Add Broadcom BCM2711.kettenis1-1/+2
2020-04-20regenpatrick2-2/+7
2020-04-20Add another SanDisk/WD Black NVMe device.patrick1-1/+2
2020-04-20Fix pasto. We only need a single register set. Makes this workkettenis1-2/+2
2020-04-20Increase the completion queue size to prevent overflow. Under reasonablyjmatthew1-2/+2
2020-04-20Check if we've reached the end of the current mailbox before writing pastjmatthew1-3/+3
2020-04-20Don't call mcx_intr() from mcx_cmdq_poll(); this was a leftover from earlyjmatthew1-5/+2
2020-04-20Add athn(4) definitions for the block-ack/block-ack-request control register.stsp1-1/+10
2020-04-19Add comments to clarify the hex IDs of some bwfm(4) devices on SD bus.stsp1-7/+7
2020-04-19Add compatible string for the Raspberry Pi 4.kettenis1-2/+3
2020-04-19Add support for hardware where an SDHC controller lives on a bus thatkettenis1-1/+2
2020-04-19Add quitks for the SDHC controller found on the Raspberry Pi. This willkettenis1-6/+17
2020-04-19Add support for hardware where an SDHC controller lives on a bus thatkettenis1-21/+107
2020-04-19Add bcmirng(4), a driver for the RNG200 random number generator found onkettenis2-1/+118
2020-04-19Move logic to change brightness level in reasonable steps from acpivout(4)kettenis4-75/+129
2020-04-19Add bcmclock, a driver for the BCM283X CPRMAN clock controller.tobhe2-1/+206
2020-04-19Add bcmmbox, a driver for the VideoCore messagebox interface on BCM283X.tobhe4-1/+827
2020-04-19Add bcmpcie(4), a driver for the PCIe controller found on the Raspberry Pi 4.kettenis2-1/+392
2020-04-18Disable MSI for AMD Hudson2 HDA to fix random lock ups.ratchov1-1/+2
2020-04-18Remove support for unused /dev/mixer device nodes.ratchov1-17/+1
2020-04-18Remove useless return statement.kettenis1-3/+1
2020-04-18Add glue to let bse(4) attach using the FDT.kettenis2-1/+118
2020-04-18drm/dp_mst: Fix clearing payload state on topology disablejsg1-1/+6
2020-04-18Revert "drm/dp_mst: Remove VCPI while disabling topology mgr"jsg1-12/+0
2020-04-17Fix an incorrect test for root in drm linux compatiblity code.benno1-1/+1
2020-04-15Add support for the Armada 3720 CPU clock.kettenis1-1/+14
2020-04-15drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()jsg1-0/+1
2020-04-15drm/amdgpu: fix typo for vcn1 idle checkjsg1-1/+1
2020-04-15drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017jsg1-0/+11