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