summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/rkclock.c
AgeCommit message (Expand)Author
2022-01-09spellingJonathan Gray
2021-12-13add pclk clock used by dwdog(4) on RK3399Christopher Zimmermann
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-07-28On some RK3399 boards the firmware disables some of the clocks. AllowPatrick Wildt
2021-07-28Add RK3399 PCIe PHY reference clocks.Patrick Wildt
2021-07-28Add RK3399 Type-C PHY clocks.Patrick Wildt
2021-04-07Add support for the fractional dividers for the i2s clocks.Mark Kettenis
2020-09-06Add RK3308 clocksJonathan Matthew
2020-06-11Add RK3399 audio clocks.Patrick Wildt
2020-04-08Add RK3328 Crypto/RNG clocks.Mark Kettenis
2020-03-01Make it possible to set the VPLL clock frequency and add a few more PLL clockMark Kettenis
2020-02-10Add support for the RK3399's VOP clocks to rkclock(4).Patrick Wildt
2020-01-22delete wasteful ;;Theo de Raadt
2019-12-03Add support for the RK3399's PWM clock to rkclock(4).Patrick Wildt
2019-11-29Add support for the RK3399's eMMC clock to rkclock(4).Patrick Wildt
2019-09-20Start using the generic clock code on RK3288 as well by switching over theMark Kettenis
2019-09-20Add RK3288 GMAC clock.Mark Kettenis
2019-09-20More RK3328 GMAC clock tweaking.Mark Kettenis
2019-09-19Add RK3328 GMAC clocks.Mark Kettenis
2019-09-16Add RK3399 GMAC clock.Mark Kettenis
2019-01-01Add some additional RK3399 clocks that are used by the current LinuxMark Kettenis
2019-01-01Add RK3399 TSADC clock.Mark Kettenis
2019-01-01Add RK3328 TSADC clock.Mark Kettenis
2019-01-01Implement switching to different parent clocks in order to get as closeMark Kettenis
2019-01-01Make sure we don't exceed the maximum clock divider.Mark Kettenis
2019-01-01Fix typo in RK3328 fractional PLL frequency code.Mark Kettenis
2018-12-31Set assigned-clocks on RK3328.Mark Kettenis
2018-12-31Use data structures for the RK3399 as well.Mark Kettenis
2018-12-31Implement fractional PLL frequencies for RK3328 and use them for APLL andMark Kettenis
2018-12-31Revamp the way we handle clocks on the RK3328. Instead of having code forMark Kettenis
2018-12-30More RK3328 clock stuff.Mark Kettenis
2018-12-30Implement setting CPU-related clocks for RK3328.Mark Kettenis
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