summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2022-04-03Add support for the CP115 block found on Marvell CN9K SoCs.Patrick Wildt
2022-04-03Add support for the AP807 block found on Marvell CN9K SoCs. The fixedPatrick Wildt
2022-03-21Constify struct {audio,midi,radio,video}_hw_if. No functional change.Miod Vallat
2022-03-13Revert previous commit. It breaks the serial console on my rpi4.Mark Kettenis
2022-03-11Enable PL011 UART FIF0 support in pluart(4). The FIFO depth depends onAnton Lindqvist
2022-03-08Make cad(4) handle rxr ioctl.Visa Hankala
2022-03-07Prevent deadlock in cad_down()Visa Hankala
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-02-14Use iic_is_compatible(9) and use the more generic compatible string toMark Kettenis
2022-02-14OF_getproplen() returns -1 on error, so don't store result in size_tJonathan Gray
2022-02-08fix off by one in bounds testJonathan Gray
2022-01-30Add tascodec(4), a driver for the TI TAS2770/TAS5770 digital audioMark Kettenis
2022-01-27cad(4): Disable unused priority queuesVisa Hankala
2022-01-18Improve how quirks are handled on sdhc(4)-compatible drivers. So farPatrick Wildt
2022-01-18Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller.Visa Hankala
2022-01-14update drm to linux 5.15.14Jonathan Gray
2022-01-11add Synopsys Degisnware UART (dw-apb-uart) supportSASANO Takayoshi
2022-01-11fix RSB_DMCR_DEVICE_MODE_DATA value to enter RSB mode correctlySASANO Takayoshi
2022-01-09spellingJonathan Gray
2022-01-08Apply mpsafe changes from dwge(4) to dwxe(4):Jonathan Matthew
2021-12-20Rework the tx path to use the consumer and producer positions to work outJonathan Matthew
2021-12-19whitespaceMark Kettenis
2021-12-13add pclk clock used by dwdog(4) on RK3399Christopher Zimmermann
2021-12-06Add missing short-circuit in bcmpcie_dmamap_load_raw().Mark Kettenis
2021-12-04Previous diff was incomplete, we also need to do DMA translation forMark Kettenis
2021-12-03add Allwinner H6 supportSASANO Takayoshi
2021-12-03support AXP805 PMICSASANO Takayoshi
2021-12-03Perform DMA address translation if required.Mark Kettenis
2021-11-21Add iicmux(4), a driver that switches between I2C busses connected toMark Kettenis
2021-11-21Register i2c bus.Mark Kettenis
2021-11-09Add gpiokeys(4) for arm64Klemens Nanni
2021-11-09Sort gpio{leds,charger}Klemens Nanni
2021-11-07Fall back to label if function is missingKlemens Nanni
2021-11-07Simplify print logicKlemens Nanni
2021-11-07Constify struct cfattach, not struct cfdriver.Patrick Wildt
2021-11-05Newer i.MX device trees store the skew information in the PHY's node, whichPatrick Wildt
2021-11-05Newer i.MX device trees retriee the USB phy using the more generic propertyPatrick Wildt
2021-10-31Extend the SPI bus API a bit. The config structure gets an sc_cs_delayMark Kettenis
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-10-22Mask LPI interrupts. This fixes an interrupt storm on dwge(4) variantsMark Kettenis
2021-10-16Bail out early if the PCIe controller hasn't been initialized by theMark Kettenis
2021-10-10Apparently it is possible for firmware to indicate that SMCCC_VERSION isMark Kettenis
2021-10-04Allegedly a "Marvell Armada 3700 Functional Errata, Guidelines, andMark Kettenis
2021-09-25Add gpiocharger(4) for arm64Klemens Nanni
2021-09-25Add gpioleds(4) for arm64Klemens Nanni
2021-09-11Don't set the highspeed bit on bcm2835-sdhci sdhc(4) controllers.Marcus Glocker
2021-09-06Accompany some functions wich are marked inline with the static keywordPatrick Wildt
2021-09-01Remove dead poweroff functions, as they not appear in otherJan Klemkow
2021-08-31Using suser() instead of doing it manually.Jan Klemkow