index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
fdt
/
rkclock.c
Age
Commit message (
Expand
)
Author
2018-08-04
Implement a few missing RK3288 clocks and implement resets.
Mark Kettenis
2018-08-03
Implement DVFS support.
Mark Kettenis
2018-08-01
Fix various RK3399 clocks and add support for getting the clock frequency
Mark Kettenis
2018-07-31
Correctly set the dividers for the clock of the "big" cores.
Mark Kettenis
2018-06-02
Add more RK3399 clocks such that we can support assigned locks for the
Mark Kettenis
2018-06-01
Add code to set the frequency of the SDMMC and SDIO clocks.
Mark Kettenis
2018-05-26
Add clocks for RK3399 SDIO controller.
Mark Kettenis
2018-02-25
More RK3328 clocks.
Mark Kettenis
2018-02-25
Initial RK3328 clocks.
Mark Kettenis
2018-01-03
Instead of adding each and every clock to the list of clocks that are enabled
Mark Kettenis
2017-12-29
Remove the RK3399-specific cpuspeed implementation as the generic one works
Mark Kettenis
2017-12-29
Add support for the CPU clock on the RK3288. Set its frequency to 1.2 GHz
Mark Kettenis
2017-12-28
Add RK3288 CPU core related clocks.
Mark Kettenis
2017-09-02
handle rk3288 i2c clocks
Jonathan Gray
2017-08-27
Add RK3399 i2c-related clocks and fix a typo.
Mark Kettenis
2017-08-26
Mark decimal constants as unsigned to avoid gcc warning.
Mark Kettenis
2017-08-26
Add supporting for adjusting the CPU core clock frequency on RK3399.
Mark Kettenis
2017-08-25
Add rktemp(4), a driver for the temperature sensors on the Rockchip RK3399
Mark Kettenis
2017-08-23
Slightly rework how the SoC-specific functions are set up and introduce an
Mark Kettenis
2017-08-21
Add RK3399 CPU core related clocks. Fix RK3399 SD/MMC controller clock.
Mark Kettenis
2017-08-07
Add RK3399 USB3 related clocks.
Mark Kettenis
2017-07-23
Add a few more RK3288 clocks.
Mark Kettenis
2017-07-23
Add RK3288 support.
Mark Kettenis
2017-05-20
More SD/MMC controller-related clocks.
Mark Kettenis
2017-05-15
Add some SD/MMC controller-related clocks.
Mark Kettenis
2017-05-06
Remove unused local variable such that this actually compiles.
Mark Kettenis
2017-05-06
Add a few GMAC related clocks and implement reset logic.
Mark Kettenis
2017-05-05
Add eMMC-related clocks.
Mark Kettenis
2017-04-30
Add rkclock(4), a driver for the Rockchip RK3399 clocks.
Mark Kettenis