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