summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
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
2018-01-06Add sxits(4), a driver for the temperature sensor on the Allwinner A10/A20Mark Kettenis
2018-01-06Set the proper bus clock rate based on the "clock-frequency" property andMark Kettenis
2018-01-05Implement R40/V40 SATA clock.Mark Kettenis
2018-01-05Add support for AXP221/223.Mark Kettenis
2018-01-05Remove unnecessary delays. There is no reason to wait after each and everyMark Kettenis
2018-01-03Instead of adding each and every clock to the list of clocks that are enabledMark Kettenis
2018-01-02Initial stab at a driver for the PCIe interface on the Rockhip RK3399. ForMark Kettenis
2017-12-31Add Allwinner R40/V40 support.Mark Kettenis
2017-12-31Implement R40/V40 thermal sensor clock.Mark Kettenis
2017-12-31Add sxitemp(4), a driver for the temperature sensors on the Allwinner H5 SoC.Mark Kettenis
2017-12-31Implement H3/H5 thermal sensor clocks.Mark Kettenis
2017-12-31Add sypwr(4), a driver for the Silergy SY8106A regulator found on many boardsMark Kettenis
2017-12-31Implement H3/H5 CPU clock.Mark Kettenis
2017-12-30Somewhow I botched rev 1.3, which has a = where a |= is needed. Fix this.Mark Kettenis
2017-12-30Add support for the USB PHY of the Allwinner R40/V40.Mark Kettenis
2017-12-30Implement Allwinner A40/V40 support.Mark Kettenis
2017-12-30Add support for the PRCM clocks on Allwinner A23/A33.Mark Kettenis
2017-12-29Remove the RK3399-specific cpuspeed implementation as the generic one worksMark Kettenis
2017-12-29Use register_t instead of uint32_t in smc/hmc calls such that argumentsMark Kettenis
2017-12-29Add support for the CPU clock on the RK3288. Set its frequency to 1.2 GHzMark Kettenis
2017-12-29Add RK3288 support.Mark Kettenis
2017-12-28Add support for the 2nd clock control module on the Allwinner H3/H5.Mark Kettenis
2017-12-28Separate out Allwinner H3 and H5 pin definitions.Mark Kettenis
2017-12-28Remove duplicate includes from sxitwi(4)Tom Cosgrove
2017-12-28Add RK3288 CPU core related clocks.Mark Kettenis
2017-12-28Synch pin defenitions with Linux and add support for the Allwinner GR8 andMark Kettenis
2017-12-26Correct register numbers for AXP809.Mark Kettenis
2017-12-26Sync Allwinner A64 pin defenitions with Linux.Mark Kettenis
2017-12-26Implement support for the "next-generation" clock bindings for theKevin Lo
2017-12-24Implement A10/A20 CPU clock.Mark Kettenis
2017-12-23Sync Allwinner H3/H5 pin definitions with Linux.Mark Kettenis
2017-12-23Avoid null-pointer dereference wen a device tree refers to a pin-functionMark Kettenis
2017-12-18Properly implement the rsb attribute and actually use it.Mark Kettenis
2017-12-18Add sensors for the AXP809.Mark Kettenis
2017-12-18Use axppmic as a dependency instead of axppmic_rsb.Mark Kettenis
2017-12-18Add i2c interface code to the new axppmic(4) code and add support for theMark Kettenis
2017-12-18Map framebuffer into userland as non-cachable (but normal) memory. We stillMark Kettenis
2017-12-17Make axppmic(4) attach to a Reduced Serial Bus, and support the AXP806Mark Kettenis
2017-12-17Add 32K output klock support.Mark Kettenis
2017-12-17Add magic to make USB PYs work on Allwinner H3/H5/A64.Mark Kettenis
2017-12-16Add support for 1-byte reads and writes.Mark Kettenis
2017-12-16Add a driver for the RSB controller found on various Allwinner SoCs.Mark Kettenis
2017-12-15Add a few more Allwinner A80 clocks.Mark Kettenis
2017-12-13Fix stray return; hopefully this makes the internal PHY actually work now.Mark Kettenis
2017-12-12Add more Allwinner A80 clocks.Mark Kettenis