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