aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/rockchip (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-30clk: rockchip: initialize flags of clk_init_data in mmc-phase clockHeiko Stuebner1-0/+1
2016-05-12Merge tag 'v4.7-rockchip-clk4' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-nextStephen Boyd4-47/+14
2016-05-09clk: rockchip: drop old_rate calculation on pll rate changesHeiko Stuebner1-9/+6
2016-05-09clk: rockchip: simplify GRF handling in pll clocksHeiko Stuebner3-33/+3
2016-05-09clk: rockchip: lookup General Register Files in rockchip_clk_initHeiko Stuebner1-3/+3
2016-05-08clk: rockchip: fix the rk3399 sdmmc sample / drv nameDouglas Anderson1-2/+2
2016-05-02Merge tag 'v4.7-rockchip-clk3' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-nextStephen Boyd2-169/+179
2016-04-25clk: rockchip: fix the rk3399 cifout clockXing Zheng1-5/+6
2016-04-25clk: rockchip: drop unnecessary CLK_IGNORE_UNUSED flags from rk3399Xing Zheng1-157/+157
2016-04-25clk: rockchip: add some frequencies on the rk3399 PLL tableXing Zheng1-1/+10
2016-04-25clk: rockchip: assign more necessary rk3399 clock idsXing Zheng1-6/+6
2016-04-25clk: rockchip: fix the gate bit for i2c4 and i2c8 on rk3399Xing Zheng1-2/+2
2016-04-25clk: rockchip: fix of spelling mistake on unsuccessful in pll clock typeColin Ian King1-2/+2
2016-04-20Merge tag 'v4.7-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-nextStephen Boyd4-81/+108
2016-04-20clk: rockchip: fix checkpatch warning in core codeHeiko Stuebner3-22/+27
2016-04-19clk: rockchip: drop unnecessary header commentHeiko Stuebner1-1/+0
2016-04-19clk: rockchip: reign in some overly long lines in the rk3399 controllerHeiko Stuebner1-58/+81
2016-04-15Merge tag 'v4.7-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-nextStephen Boyd11-136/+2131
2016-03-29clk: rockchip: Make reset_control_ops constPhilipp Zabel1-1/+1
2016-03-28clk: rockchip: add clock controller for the RK3399Xing Zheng3-1/+1562
2016-03-27clk: rockchip: release io resource when failing to init clkShawn Lin5-0/+5
2016-03-27clk: rockchip: remove redundant checking of device_nodeShawn Lin1-5/+3
2016-03-27clk: rockchip: fix warning reported by kernel-docShawn Lin1-4/+5
2016-03-27clk: rockchip: remove mux_core_reg from rockchip_cpuclk_reg_dataShawn Lin1-1/+0
2016-03-27clk: rockchip: add new pll-type for rk3399 and similar socsXing Zheng2-2/+272
2016-03-27clk: rockchip: Add support for multiple clock providersXing Zheng8-118/+229
2016-03-27clk: rockchip: allow varying mux parameters for cpuclk pll-sourcesXing Zheng7-11/+45
2016-03-27clk: rockchip: add a COMPOSITE_FRACMUX_NOGATE typeXing Zheng1-0/+16
2016-03-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds11-212/+238
2016-03-20Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+3
2016-03-16clk: rockchip: associate SCLK_MAC_PLL and disable reparenting on rk3036Heiko Stuebner1-1/+1
2016-03-16clk: rockchip: associate the rk3036 HCLK_EMAC clock-idXing Zheng1-1/+1
2016-03-04Merge tag 'v4.6-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-nextStephen Boyd6-61/+83
2016-02-26clk: rockchip: include downstream muxes into fractional dividers on rk3368Elaine Zhang1-37/+60
2016-02-26clk: rockchip: set the clock ids for RK3228 HDMIYakir Yang1-4/+4
2016-02-26clk: rockchip: set the clock ids for RK3228 VOPYakir Yang1-3/+3
2016-02-26clk: rockchip: add the tsadc clocks found on rk3228 SoCsCaesar Wang1-2/+2
2016-02-15clk: rockchip: fix coding style for clk-cpu.cShawn Lin1-1/+1
2016-02-15clk: rockchip: don't return NULL when registering mmc branch failsShawn Lin1-6/+2
2016-02-15clk: rockchip: don't return NULL when registering inverter failsShawn Lin1-6/+2
2016-02-15clk: rockchip: check grf when waiting pll lockShawn Lin1-0/+5
2016-02-15clk: rockchip: disable alt_parent clk in err cases when registering cpuclkShawn Lin1-2/+4
2016-02-15Merge tag 'v4.6-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-nextMichael Turquette7-153/+157
2016-02-04clk: rockchip: convert manually created factor clocks to the new typeHeiko Stuebner5-98/+24
2016-02-04clk: rockchip: add a factor clock typeHeiko Stuebner2-0/+83
2016-02-04clk: rockchip: fix parent of hclk_vcodec on rk3036Heiko Stuebner1-1/+1
2016-02-02clk: rockchip: free memory in error cases when registering clock branchesShawn Lin1-2/+7
2016-01-29Merge branch 'clk-fixes' into clk-nextStephen Boyd2-26/+26
2016-01-29clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner1-1/+3
2016-01-29clk: rockchip: Allow sclk_i2s0 and i2s0_frac to change their parents rate on rk3188Alexander Kochetkov1-2/+2