aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/rockchip/clk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-06clk: rockchip: add support for half dividerElaine Zhang1-0/+10
2018-05-22clk: rockchip: use match_string() helperYisheng Xie1-11/+5
2018-03-02clk: rockchip: Free the memory on the error pathShawn Lin1-4/+18
2017-08-23clk: rockchip: Mark rockchip_fractional_approximation staticStephen Boyd1-1/+1
2017-08-08clk: rockchip: add special approximation to fix up fractional clk's jitterElaine Zhang1-0/+36
2017-01-06clk: rockchip: Remove useless init of "grf" to -EPROBE_DEFERDouglas Anderson1-1/+0
2017-01-02clk: rockchip: add a clock-type for muxes based in the grfHeiko Stuebner1-0/+7
2016-09-01clk: rockchip: add new clock-type for the ddrclkLin Huang1-0/+9
2016-08-08clk: rockchip: use general clock flag when registering pllHeiko Stübner1-1/+1
2016-05-09clk: rockchip: simplify GRF handling in pll clocksHeiko Stuebner1-5/+0
2016-05-09clk: rockchip: lookup General Register Files in rockchip_clk_initHeiko Stuebner1-3/+3
2016-04-20clk: rockchip: fix checkpatch warning in core codeHeiko Stuebner1-20/+24
2016-03-27clk: rockchip: remove redundant checking of device_nodeShawn Lin1-5/+3
2016-03-27clk: rockchip: Add support for multiple clock providersXing Zheng1-56/+92
2016-02-15Merge tag 'v4.6-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-nextMichael Turquette1-2/+62
2016-02-04clk: rockchip: add a factor clock typeHeiko Stuebner1-0/+55
2016-02-02clk: rockchip: free memory in error cases when registering clock branchesShawn Lin1-2/+7
2016-01-29clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner1-1/+3
2015-12-23Merge branch 'clk-rockchip' into clk-nextMichael Turquette1-14/+123
2015-12-23clk: rockchip: handle mux dependency of fractional dividersHeiko Stuebner1-14/+123
2015-12-21clk: rockchip: only enter pll slow-mode directly before reboots on rk3288Heiko Stuebner1-1/+6
2015-10-02clk: rockchip: save width in struct clk_fractional_dividerAndy Shevchenko1-2/+4
2015-07-06clk: rockchip: add support for phase invertersHeiko Stuebner1-0/+7
2015-06-04clk: make several parent names constUwe Kleine-König1-4/+4
2015-04-12clk: don't use __initconst for non-const arraysUwe Kleine-König1-1/+2
2014-11-28Merge tag 'v3.19-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-nextMichael Turquette1-1/+10
2014-11-28clk: rockchip: Add support for the mmc clock phases using the frameworkAlexandru M Stan1-0/+8
2014-11-25clk: rockchip: add ability to specify pll-specific flagsHeiko Stuebner1-1/+2
2014-11-24Merge branch 'clk-fixes' into clk-nextMichael Turquette1-3/+1
2014-11-17clk-divider: Fix READ_ONLY when divider > 1James Hogan1-3/+1
2014-11-04clk: rockchip: disable unused clocksKever Yang1-9/+0
2014-10-01clk: rockchip: add restart handlerHeiko Stübner1-0/+25
2014-09-27clk: rockchip: add new clock-type for the cpuclkHeiko Stuebner1-0/+21
2014-09-02clk: rockchip: protect critical clocks from getting disabledHeiko Stübner1-0/+13
2014-09-02clk: rockchip: make rockchip_clk_register_branch staticHeiko Stübner1-1/+1
2014-09-02clk: rockchip: implement the fraction divider branch typeHeiko Stübner1-2/+56
2014-07-13clk: rockchip: add clock type for pll clocks and pll used on rk3066Heiko Stübner1-0/+35
2014-07-13clk: rockchip: add basic infrastructure for clock branchesHeiko Stübner1-0/+209