summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/rkclock.c
AgeCommit message (Expand)Author
2018-08-04Implement a few missing RK3288 clocks and implement resets.Mark Kettenis
2018-08-03Implement DVFS support.Mark Kettenis
2018-08-01Fix various RK3399 clocks and add support for getting the clock frequencyMark Kettenis
2018-07-31Correctly set the dividers for the clock of the "big" cores.Mark Kettenis
2018-06-02Add more RK3399 clocks such that we can support assigned locks for theMark Kettenis
2018-06-01Add code to set the frequency of the SDMMC and SDIO clocks.Mark Kettenis
2018-05-26Add clocks for RK3399 SDIO controller.Mark Kettenis
2018-02-25More RK3328 clocks.Mark Kettenis
2018-02-25Initial RK3328 clocks.Mark Kettenis
2018-01-03Instead of adding each and every clock to the list of clocks that are enabledMark Kettenis
2017-12-29Remove the RK3399-specific cpuspeed implementation as the generic one worksMark Kettenis
2017-12-29Add support for the CPU clock on the RK3288. Set its frequency to 1.2 GHzMark Kettenis
2017-12-28Add RK3288 CPU core related clocks.Mark Kettenis
2017-09-02handle rk3288 i2c clocksJonathan Gray
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 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-07Add RK3399 USB3 related clocks.Mark Kettenis
2017-07-23Add a few more RK3288 clocks.Mark Kettenis
2017-07-23Add RK3288 support.Mark Kettenis
2017-05-20More SD/MMC controller-related clocks.Mark Kettenis
2017-05-15Add some SD/MMC controller-related clocks.Mark Kettenis
2017-05-06Remove unused local variable such that this actually compiles.Mark Kettenis
2017-05-06Add a few GMAC related clocks and implement reset logic.Mark Kettenis
2017-05-05Add eMMC-related clocks.Mark Kettenis
2017-04-30Add rkclock(4), a driver for the Rockchip RK3399 clocks.Mark Kettenis