summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2017-10-09Print the name of the device tree node like we do for simplebus(4).Mark Kettenis
2017-10-08Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards.Mark Kettenis
2017-10-05Update mvneta(4) to the way OpenBSD handles multicast and promiscuousPatrick Wildt
2017-10-01Align Rx buffers to prevent unaligned access in the network stack.Mark Kettenis
2017-09-30The property that points the the attached PHY is called "phy-handle" insteadMark Kettenis
2017-09-21Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller usedPatrick Wildt
2017-09-19Add support for being a regmap provider in syscon(4). So far the driverPatrick Wildt
2017-09-13Add missing pipe in sxitwi(4)'s match code to actually makePatrick Wildt
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-09-02Support Allwinner A64's ethernet controller clocks and resetPatrick Wildt
2017-09-02handle rk3288 i2c clocksJonathan Gray
2017-08-30Decode pin mux configuration correctly in gpio(4) support code such thatMark Kettenis
2017-08-28tyop and whitespace nitJasper Lievisse Adriaanse
2017-08-28Add rkpmic(4), a driver for the RK808 Power Management IC. For now, thisMark Kettenis
2017-08-27Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399.Mark Kettenis
2017-08-27Add glass console support for arm64. This uses the "stdout-path" propertyMark Kettenis
2017-08-27Add RK3399 i2c-related clocks and fix a typo.Mark Kettenis
2017-08-26Mark decimal constants as unsigned to avoid gcc warning.Mark Kettenis
2017-08-26Add supporting for adjusting the CPU core clock frequency on RK3399.Mark Kettenis
2017-08-25Add mvneta(4), a driver for the Ethernet controller on the ArmadaPatrick Wildt
2017-08-25Add mvpinctrl(4), a driver to configure pins on Marvell SoCs. For now,Patrick Wildt
2017-08-25Add rktemp(4), a driver for the temperature sensors on the Rockchip RK3399Mark Kettenis
2017-08-23Slightly rework how the SoC-specific functions are set up and introduce anMark Kettenis
2017-08-21Add RK3399 CPU core related clocks. Fix RK3399 SD/MMC controller clock.Mark Kettenis
2017-08-17Fix logical or. Spotted by Artturi Alm.Mark Kettenis
2017-08-13remove uneeded bpf includeJonathan Gray
2017-08-13Add support for Allwinner A64/H5 device trees that use the official LinuxMark Kettenis
2017-08-12Set vendor to "Generic" like we do for ehci@fdt.Mark Kettenis
2017-08-12Improve snps,dwc3 support. Enough to make the USB3 controller on theMark Kettenis
2017-08-11Add glue for the USB3 controller on the rk3399-firefly.Mark Kettenis
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