summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2018-04-05Add more initialization code such that things work with the EDK2-basedMark Kettenis
2018-04-03Match on the more specific "marvell,armada8k-pcie" instead of the genericMark Kettenis
2018-04-02Add mvrng(4), a driver for the random number generator on the Marvell ArmadaMark Kettenis
2018-04-02Attach fec(4) to i.MX8M as well.Patrick Wildt
2018-04-02Attach imxiomuxc(4) to i.MX8M as well.Patrick Wildt
2018-04-02Move imxiomuxc(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Move fec(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Move imxccm(4) to sys/dev/fdt.Patrick Wildt
2018-04-02Add dwpcie(4), a (minimal) driver for the Synopsys Designware PCIe core inMark Kettenis
2018-04-02Add dwpcie(4), a (minimal) driver for the Synopsys Designware PCIe core inMark Kettenis
2018-03-31Add mvtemp(4), a driver for the temperature sensors found on Marvell ArmadaMark Kettenis
2018-03-30Move imxanatop(4) to sys/dev/fdt.Patrick Wildt
2018-03-30Move imxiic(4) to sys/dev/fdt.Patrick Wildt
2018-03-30Attach imxesdhc(4) to i.MX8M as well.Patrick Wildt
2018-03-30Move imxesdhc(4) to sys/dev/fdt.Patrick Wildt
2018-03-30Move imxgpio(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-30Attach imxgpc(4) to i.MX8M as well.Patrick Wildt
2018-03-30Move imxgpc(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-29Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2018-03-29Add mvrtc(4), a driver for the RTC integrated on various Marvell Armada SoCs.Mark Kettenis
2018-03-29Use "marvell,spi-ranges" property to map GICP interrupts numbers into GICMark Kettenis
2018-03-29Add support for legacy binding used in device trees for Marvell devices forMark Kettenis
2018-03-28Configure tx and rx chain delay based on device tree properties.Mark Kettenis
2018-03-21Add mvicu(4), a driver for the Interrupt Consolidation Unit found onMark Kettenis
2018-03-21Add support for Marvell Armada 7K and 8K SoCs.Mark Kettenis
2018-03-20Add mvgpio(4), a driver to handle GPIOs on Marvell SoCs.Mark Kettenis
2018-03-19Use a table that is automatically generated from data extracted from theMark Kettenis
2018-03-19Switch mvpinctrl(4) from a last match to first match principle. This isPatrick Wildt
2018-03-17Add mvclock(4) a clock driver for the AP806 and CP110 blocks found on MarvellMark Kettenis
2018-03-17If we are compatible with "simple-mfd", attempt to attach child nodes.Mark Kettenis
2018-02-26Add RK3328 support.Mark Kettenis
2018-02-26Fix typo in previous commit.Mark Kettenis
2018-02-25Add RK805 support.Mark Kettenis
2018-02-25Add RK3328 support.Mark Kettenis
2018-02-25More RK3328 clocks.Mark Kettenis
2018-02-25RK3328 support.Mark Kettenis
2018-02-25Initial RK3328 clocks.Mark Kettenis
2018-02-25Typo: auxilliary -> auxiliaryPhilip Guenther
2018-02-24RK3328 support.Mark Kettenis
2018-02-24Add bcmrng(4), a driver for the random number generator on the Raspberry Pi.Mark Kettenis
2018-02-24fix pastoMark Kettenis
2018-02-24Add bcmtemp(4), a driver for the temperature sensor on the Raspberry Pi.Mark Kettenis
2018-02-23Get rid of the cpu_on_fn hook and call the psci(4) functions directly insteadMark Kettenis
2018-02-10Add AXP803 support.Mark Kettenis
2018-02-10More Allwinner A64 clocks.Mark Kettenis
2018-02-09timeout_add -> timeout_add_secJonathan Matthew
2018-01-28Store PSCI function ids as uint32_t not int in the softc.Jonathan Gray
2018-01-17Implement support for the PSCI_VERSION call and export the function such thatMark Kettenis
2018-01-13Make things work when using the official device tree bindings used by theMark Kettenis
2018-01-06Don't advertise L0s if the "aspm-no-l0s" property is present. Base availableMark Kettenis