summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2017-08-07Add RK3399 USB3 related clocks.Mark Kettenis
2017-08-04Fix defenition of reset bits.Mark Kettenis
2017-08-01Remove some debug printfs.Mark Kettenis
2017-08-01Add a driver for the OCTEON USB3 controller bridge.Visa Hankala
2017-07-29Add a bcmaux(4) driver that handles clocks and interrupts for theMark Kettenis
2017-07-28Add a driver for the OCTEON SATA controller bridge.Visa Hankala
2017-07-25Add dwdog(4), a driver for the Synopsys Designware watchdog timer integratedMark Kettenis
2017-07-24Add support for the AXP152 which has a shutdown control register that isMark Kettenis
2017-07-23Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found onMark Kettenis
2017-07-23RK3288 support.Mark Kettenis
2017-07-23RK3288 support.Mark Kettenis
2017-07-23Add a few more RK3288 clocks.Mark Kettenis
2017-07-23Tweak timeouts a bit such that this works on the RK3288.Mark Kettenis
2017-07-23Add RK3288 support.Mark Kettenis
2017-07-18fix previous to make sxiccmu compile againJonathan Gray
2017-07-17The Linux kernel device trees use "allwinner,sun50i-h5-ccu" as the compatibleMark Kettenis
2017-07-16Match /clocks node on Allwinner H5.Mark Kettenis
2017-06-22double ;;. xhci one found by geoffhillTheo de Raadt
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