summaryrefslogtreecommitdiff
path: root/drivers/clk/rockchip/clk.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-24Merge 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-07clk: rockchip: add support for phase invertersHeiko Stuebner1-0/+7
2015-06-05clk: make several parent names constUwe Kleine-König1-4/+4
2015-04-13clk: don't use __initconst for non-const arraysUwe Kleine-König1-1/+2
2014-11-29Merge tag 'v3.19-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/...Michael 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-25Merge branch 'clk-fixes' into clk-nextMichael Turquette1-3/+1
2014-11-17clk-divider: Fix READ_ONLY when divider > 1James Hogan1-3/+1
2014-11-05clk: 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-03clk: rockchip: protect critical clocks from getting disabledHeiko Stübner1-0/+13
2014-09-03clk: rockchip: make rockchip_clk_register_branch staticHeiko Stübner1-1/+1
2014-09-03clk: 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