Age | Commit message (Expand) | Author |
2017-06-02 | Attach the xhci(4) FDT driver to the generic-xhci compatible as well. | Patrick Wildt |
2017-05-21 | Add support for the SD/MMC controller found on Samsuung Exynos5. | Mark Kettenis |
2017-05-21 | Actually wait on auto command done (ACD) as was the intention. | Mark Kettenis |
2017-05-21 | Rockchip SoCs needs some additional register twiddling when the link speed | Mark Kettenis |
2017-05-21 | Add dwmmc(4), a driver for the Synopsis Designware SD/MMC controller as found | Mark Kettenis |
2017-05-20 | More SD/MMC controller-related clocks. | Mark Kettenis |
2017-05-15 | Add some SD/MMC controller-related clocks. | Mark Kettenis |
2017-05-13 | Handle drive strength. | Mark Kettenis |
2017-05-07 | Refactor this code to support the GMAC found on the Rockchip RK3399 alongside | Mark Kettenis |
2017-05-06 | Add rkgpio(4), a driver to handle GPIOs on Rockchip SoCs. | Mark Kettenis |
2017-05-06 | Remove unused local variable such that this actually compiles. | Mark Kettenis |
2017-05-06 | Add a few GMAC related clocks and implement reset logic. | Mark Kettenis |
2017-05-06 | Configure pins and deassert resets, just in case some other board needs it. | Mark Kettenis |
2017-05-05 | Move dwge(4) glue into dev/fdt. | Mark Kettenis |
2017-05-05 | Add rkpinctrl(4), a driver to configure pins on Rockchip SoCs. For now, | Mark Kettenis |
2017-05-05 | Add glue to attach SDHC compliant controllers using the FDT. This makes | Mark Kettenis |
2017-05-05 | Add eMMC-related clocks. | Mark Kettenis |
2017-05-02 | Linux switched from a device-specific pinctrl binding to a the generic version | Mark Kettenis |
2017-04-30 | Add rkclock(4), a driver for the Rockchip RK3399 clocks. | Mark Kettenis |
2017-04-30 | Add rkgrf(4), a driver that makes the "generic register file" of the Rockchip | Mark Kettenis |
2017-04-29 | Replace sxiehci.c with more generic glue in ehci_fdt.c that is similiar in | Mark Kettenis |
2017-03-27 | Reject times in the first year that can be represented by the clock to catch | Mark Kettenis |
2017-03-26 | Add support for a few more Allwinner H3 clocks. | Mark Kettenis |
2017-03-12 | Add code to initialize the USB 3 PHY on Exynos 5. | Mark Kettenis |
2017-03-11 | Oops, make this actually compile. | Mark Kettenis |
2017-03-11 | Add exrtc(4), a driver for the RTC found on Samsung Exynos SoCs. | Mark Kettenis |
2017-03-09 | Add syscon(4), a driver that provides reboot/poweroff functionality through | Mark Kettenis |
2017-03-09 | Glue to attach xhci(4) using the device tree. | Mark Kettenis |
2017-02-27 | Add support for the older generation spec of PSCI, which supports | Patrick Wildt |
2017-02-24 | The interrupts have been established using the FDT interrupt API, so we | Patrick Wildt |
2017-02-22 | Add a generic ahci(4) frontend for FDT. | Patrick Wildt |
2017-01-26 | The only difference between armv7 and arm64 fdt virtio attachments is an | Jonathan Gray |
2017-01-25 | Move psci(4) and plrtc(4) so arm64 can use them. | Jonathan Gray |
2017-01-23 | Add bcmdog(4), a watchdog timer for the Raspberry Pi. | Mark Kettenis |
2017-01-21 | Add support for the Allwinner A64 PIO controller clock. | Patrick Wildt |
2017-01-21 | Move Allwinner drivers that will soon be used by OpenBSD/arm64 | Patrick Wildt |
2017-01-03 | Add simplefb(4), a driver to support the framebuffer set up by the firmware | Mark Kettenis |