summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-04-25Add bcmbsc(4), a driver for the Broadcom Serial Control (BSC) controller.Mark Kettenis
2020-04-25Explicitly check that the length of the "brcm,pull" property is greaterMark Kettenis
2020-04-25regenKevin Lo
2020-04-25Add RTL8821CE and RTL8822CE PCI ids.Kevin Lo
2020-04-25Add dsxrtc(4), a driver for the Maxim DS3231/DS3232 I2C RTC.Mark Kettenis
2020-04-25Reduce minimum allowed number of chunks in a CONCAT volume from 2 toKenneth R Westerback
2020-04-25Remove redundant bit masking.Mark Kettenis
2020-04-24Remove unused include.Mark Kettenis
2020-04-24Skip "all-channels" controls if there are equivalend per-channel onesAlexandre Ratchov
2020-04-24Suffix per-channel non-numeric controls with channel numberAlexandre Ratchov
2020-04-24Remove unused struct.Mark Kettenis
2020-04-24Whitespace fixup for imxehci(4)Patrick Wildt
2020-04-24Add bcmgpio(4). For now this driver only provides pinctrl functionality.Mark Kettenis
2020-04-24Print per queue stats when dumping hardware counters in IX_DEBUG kernels.Martin Pieuchot
2020-04-24Fix typo which could lead into a double freeRicardo Mestre
2020-04-23Move imxehci(4) to sys/dev/fdt.Patrick Wildt
2020-04-23Enable pcie_aux in addition to the other PCIe clocks on i.MX8M.Patrick Wildt
2020-04-23Since apparently the bikeshedding over i.MX8M PCIe device treePatrick Wildt
2020-04-23Add support for the i.MX8MM PCIe clocks. These behave exactly likePatrick Wildt
2020-04-23drm/amdkfd: kfree the wrong pointerJonathan Gray
2020-04-22Add clock gates for OCOTP and TMU on i.MX8MQ and i.MX8MM.Patrick Wildt
2020-04-22Add bcmsdhost(4), a driver for the Broadcom "sdhost" SD controllerMark Kettenis
2020-04-22drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabledJonathan Gray
2020-04-22Use FOREACH_QUEUE() where nothing else is required to support multi-queues.Martin Pieuchot
2020-04-22Use I40E_QUEUE_TYPE_EOL instead of hardcoding its value localy.Martin Pieuchot
2020-04-21Revert r1.207. Apparently mpi(4) on sparc64 blows up ifKenneth R Westerback
2020-04-21Add bcmdmac, a driver for the DMA controller found on BCM283x SoCs.tobhe
2020-04-21Work around FIFO_UNDERRUN (0x84) Tx errors being reported by iwn(4) firmware.Stefan Sperling
2020-04-21Fix TID value set by iwn(4) in the Tx command when sending block ack requests.Stefan Sperling
2020-04-21Add support for the additional SDHC controller found on the Raspberry Pi.Mark Kettenis
2020-04-21Commands that create objects return a 24 bit object ID, so mask off theJonathan Matthew
2020-04-20regenMark Kettenis
2020-04-20Add Broadcom BCM2711.Mark Kettenis
2020-04-20regenPatrick Wildt
2020-04-20Add another SanDisk/WD Black NVMe device.Patrick Wildt
2020-04-20Fix pasto. We only need a single register set. Makes this workMark Kettenis
2020-04-20Increase the completion queue size to prevent overflow. Under reasonablyJonathan Matthew
2020-04-20Check if we've reached the end of the current mailbox before writing pastJonathan Matthew
2020-04-20Don't call mcx_intr() from mcx_cmdq_poll(); this was a leftover from earlyJonathan Matthew
2020-04-20Add athn(4) definitions for the block-ack/block-ack-request control register.Stefan Sperling
2020-04-19Add comments to clarify the hex IDs of some bwfm(4) devices on SD bus.Stefan Sperling
2020-04-19Add compatible string for the Raspberry Pi 4.Mark Kettenis
2020-04-19Add support for hardware where an SDHC controller lives on a bus thatMark Kettenis
2020-04-19Add quitks for the SDHC controller found on the Raspberry Pi. This willMark Kettenis
2020-04-19Add support for hardware where an SDHC controller lives on a bus thatMark Kettenis
2020-04-19Add bcmirng(4), a driver for the RNG200 random number generator found onMark Kettenis
2020-04-19Move logic to change brightness level in reasonable steps from acpivout(4)Mark Kettenis
2020-04-19Add bcmclock, a driver for the BCM283X CPRMAN clock controller.tobhe
2020-04-19Add bcmmbox, a driver for the VideoCore messagebox interface on BCM283X.tobhe
2020-04-19Add bcmpcie(4), a driver for the PCIe controller found on the Raspberry Pi 4.Mark Kettenis