Age | Commit message (Expand) | Author |
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 |
2021-08-02 | rkpwm(4) device tree bindings were updated to not have clock names anymore, | Patrick Wildt |
2021-07-29 | Change driver class from DV_DULL to DV_IFNET, so that it can be recognized | Patrick Wildt |
2021-07-28 | The clocks for the Rockchip Ethernet controller need to be enabled much | Patrick Wildt |
2021-07-28 | On some RK3399 boards the firmware disables some of the clocks. Allow | Patrick Wildt |
2021-07-28 | Add RK3399 PCIe PHY reference clocks. | Patrick Wildt |
2021-07-28 | Add RK3399 Type-C PHY clocks. | Patrick Wildt |
2021-07-24 | The updated dwctwo(4) driver introduces two new parameters. | Marcus Glocker |
2021-07-08 | Attach imxiomuxc(4) to i.MX8MP as well. | Patrick Wildt |
2021-07-07 | Rework TX handling to be more similar and comparable to our other modern | Patrick Wildt |
2021-07-07 | When the list of free RX descriptors fills up completely, the consumed | Patrick Wildt |
2021-07-07 | update drm to linux 5.10.47 | Jonathan Gray |
2021-06-29 | When configuring the USB3 phy, try the OFW PHY API first, and if there's | Patrick Wildt |
2021-06-29 | Add rktcphy(4), a driver for the Type-C PHY controller found on the | Patrick Wildt |
2021-06-27 | Create DMA maps with 64-bit capability when appropriate. | Visa Hankala |
2021-06-27 | Use config register to determine if 64-bit DMA is available. | Visa Hankala |
2021-06-27 | match on sifive,fu540-c000-gem | Jonathan Gray |
2021-06-26 | cad: Implement 64-bit DMA mode | Visa Hankala |
2021-06-25 | Make sure we translate prefetchable mmio space as well. | Mark Kettenis |
2021-06-25 | While it seems like we can choose any I/O virtual address for peripheral | Patrick Wildt |
2021-06-25 | Remove an unused struct. | Visa Hankala |
2021-06-24 | Add support for the 64-bit prefetchable memory window. | Mark Kettenis |
2021-06-23 | Make sure the bus is idle before starting a transfer. | Mark Kettenis |
2021-06-18 | Enable 32-bit I/O addressing. This gets rid of the io address conflict | Mark Kettenis |
2021-06-16 | Add ociic(4) and dapmic(4). The first is a driver for the OpenCores I2C | Mark Kettenis |
2021-06-14 | Simplify the way we handle PCI configuration space access. Instead of | Mark Kettenis |
2021-06-14 | Remove unused prototypes. | Mark Kettenis |
2021-06-13 | Match sifive,fu740-c000-gem so that device is detected on Unmatched. | Dale Rahn |
2021-06-12 | Enable dwpcie(4) and add support for the PCIe host bridge found on the | Mark Kettenis |
2021-06-03 | Implement multicast support in mvpp(4) to make IPv6 work. With this | Patrick Wildt |
2021-06-02 | Linux folks introduced "10gbase-r" since it is "more correct" and we're | Mark Kettenis |
2021-05-30 | Include <sys/mutex.h> to avoid a hidden header dependency. | Visa Hankala |