summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/sxiccmu.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Allwinner V3s support. From SASANO Takayoshi.kettenis2019-02-121-1/+94
|
* Implement setting the CPU clock for Allwinner H3/H5 SoCs.kettenis2018-08-031-1/+50
|
* Add 20 MHz MMC clock.kettenis2018-05-271-1/+2
|
* On Allwinner R40, export a regmap covering the GMAC_CLK_REG.kettenis2018-05-271-4/+43
| | | | Add a few more R40 clocks needed by the GMAC.
* More Allwinner A64 clocks.kettenis2018-02-101-2/+4
|
* Implement H3/H5 CPU clock.kettenis2017-12-311-1/+37
|
* Implement Allwinner A40/V40 support.kettenis2017-12-301-1/+53
|
* Add support for the PRCM clocks on Allwinner A23/A33.kettenis2017-12-301-15/+24
| | | | Tested by kevlo@
* Add support for the 2nd clock control module on the Allwinner H3/H5.kettenis2017-12-281-1/+59
|
* Implement support for the "next-generation" clock bindings for thekevlo2017-12-261-1/+108
| | | | | | Allwinner A23/A33. ok kettenis@
* Implement A10/A20 CPU clock.kettenis2017-12-241-12/+55
|
* Add a few more Allwinner A80 clocks.kettenis2017-12-151-1/+44
|
* Add more Allwinner A80 clocks.kettenis2017-12-121-19/+60
|
* Implement support for the "next-generation" clock bindings for thekettenis2017-12-111-10/+59
| | | | Allwinner A80.
* Implement support for the "next-generation" clock bindings for thekettenis2017-11-191-3/+57
| | | | Allwinner A10/A20.
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
|
* Support Allwinner A64's ethernet controller clocks and resetpatrick2017-09-021-1/+44
| | | | | | | based on the H3 code which is essentially the same apart from differing device tree indices. ok phessler@
* fix previous to make sxiccmu compile againjsg2017-07-181-2/+2
|
* The Linux kernel device trees use "allwinner,sun50i-h5-ccu" as the compatiblekettenis2017-07-171-7/+9
| | | | | propert for the clock controller module. Prepare for the day when the u-boot device trees get update.
* Match /clocks node on Allwinner H5.kettenis2017-07-161-1/+2
|
* Add support for a few more Allwinner H3 clocks.kettenis2017-03-261-14/+72
|
* Move Allwinner drivers that will soon be used by OpenBSD/arm64patrick2017-01-211-0/+792
to the new MI FDT driver directory. "go ahead" kettenis@