summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/amlclock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add PCIe clocks.kettenis2020-12-221-1/+5
* Add some comments.kettenis2020-05-181-1/+3
* Add support for the SM1 variant and (probably) fix support for the CPUkettenis2020-05-171-12/+17
* Add thermal sensor clock.kettenis2020-01-121-1/+5
* Add support for i2c clock.kettenis2019-10-061-1/+35
* Add support for setting the CPU clock frequencies. This enables DVFS.kettenis2019-10-041-19/+230
* Add support for getting the frequency of the CPU clocks.kettenis2019-09-031-4/+70
* remove unreachable returnjsg2019-09-031-2/+1
* More SD/MMC clock stuff.kettenis2019-08-311-1/+97
* Add SD/MMC clocks. Generalize the clock gating code for this purpose.kettenis2019-08-311-5/+42
* Fix HSET4 and HCLR4 macros; I shouldn't make last-minute changes withoutkettenis2019-08-271-3/+3
* amclock(4), a driver for the Amlogic SoC clocks. For now this implementskettenis2019-08-271-0/+165