| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'v4.7-rockchip-clk4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Stephen Boyd | 2016-05-12 | 4 | -47/+14 |
|\ |
|
| * | clk: rockchip: drop old_rate calculation on pll rate changes | Heiko Stuebner | 2016-05-09 | 1 | -9/+6 |
| * | clk: rockchip: simplify GRF handling in pll clocks | Heiko Stuebner | 2016-05-09 | 3 | -33/+3 |
| * | clk: rockchip: lookup General Register Files in rockchip_clk_init | Heiko Stuebner | 2016-05-09 | 1 | -3/+3 |
| * | clk: rockchip: fix the rk3399 sdmmc sample / drv name | Douglas Anderson | 2016-05-08 | 1 | -2/+2 |
* | | Merge tag 'v4.7-rockchip-clk3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Stephen Boyd | 2016-05-02 | 2 | -169/+179 |
|\ \
| |/ |
|
| * | clk: rockchip: fix the rk3399 cifout clock | Xing Zheng | 2016-04-25 | 1 | -5/+6 |
| * | clk: rockchip: drop unnecessary CLK_IGNORE_UNUSED flags from rk3399 | Xing Zheng | 2016-04-25 | 1 | -157/+157 |
| * | clk: rockchip: add some frequencies on the rk3399 PLL table | Xing Zheng | 2016-04-25 | 1 | -1/+10 |
| * | clk: rockchip: assign more necessary rk3399 clock ids | Xing Zheng | 2016-04-25 | 1 | -6/+6 |
| * | clk: rockchip: fix the gate bit for i2c4 and i2c8 on rk3399 | Xing Zheng | 2016-04-25 | 1 | -2/+2 |
| * | clk: rockchip: fix of spelling mistake on unsuccessful in pll clock type | Colin Ian King | 2016-04-25 | 1 | -2/+2 |
* | | Merge tag 'v4.7-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Stephen Boyd | 2016-04-20 | 4 | -81/+108 |
|\ \
| |/ |
|
| * | clk: rockchip: fix checkpatch warning in core code | Heiko Stuebner | 2016-04-20 | 3 | -22/+27 |
| * | clk: rockchip: drop unnecessary header comment | Heiko Stuebner | 2016-04-19 | 1 | -1/+0 |
| * | clk: rockchip: reign in some overly long lines in the rk3399 controller | Heiko Stuebner | 2016-04-19 | 1 | -58/+81 |
* | | Merge tag 'v4.7-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Stephen Boyd | 2016-04-15 | 11 | -136/+2131 |
|\ \
| |/ |
|
| * | clk: rockchip: add clock controller for the RK3399 | Xing Zheng | 2016-03-28 | 3 | -1/+1562 |
| * | clk: rockchip: release io resource when failing to init clk | Shawn Lin | 2016-03-27 | 5 | -0/+5 |
| * | clk: rockchip: remove redundant checking of device_node | Shawn Lin | 2016-03-27 | 1 | -5/+3 |
| * | clk: rockchip: fix warning reported by kernel-doc | Shawn Lin | 2016-03-27 | 1 | -4/+5 |
| * | clk: rockchip: remove mux_core_reg from rockchip_cpuclk_reg_data | Shawn Lin | 2016-03-27 | 1 | -1/+0 |
| * | clk: rockchip: add new pll-type for rk3399 and similar socs | Xing Zheng | 2016-03-27 | 2 | -2/+272 |
| * | clk: rockchip: Add support for multiple clock providers | Xing Zheng | 2016-03-27 | 8 | -118/+229 |
| * | clk: rockchip: allow varying mux parameters for cpuclk pll-sources | Xing Zheng | 2016-03-27 | 7 | -11/+45 |
| * | clk: rockchip: add a COMPOSITE_FRACMUX_NOGATE type | Xing Zheng | 2016-03-27 | 1 | -0/+16 |
* | | clk: rockchip: Make reset_control_ops const | Philipp Zabel | 2016-03-29 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2016-03-23 | 11 | -212/+238 |
|\ |
|
| * | Merge tag 'v4.6-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Stephen Boyd | 2016-03-04 | 6 | -61/+83 |
| |\ |
|
| | * | clk: rockchip: include downstream muxes into fractional dividers on rk3368 | Elaine Zhang | 2016-02-26 | 1 | -37/+60 |
| | * | clk: rockchip: set the clock ids for RK3228 HDMI | Yakir Yang | 2016-02-26 | 1 | -4/+4 |
| | * | clk: rockchip: set the clock ids for RK3228 VOP | Yakir Yang | 2016-02-26 | 1 | -3/+3 |
| | * | clk: rockchip: add the tsadc clocks found on rk3228 SoCs | Caesar Wang | 2016-02-26 | 1 | -2/+2 |
| | * | clk: rockchip: fix coding style for clk-cpu.c | Shawn Lin | 2016-02-15 | 1 | -1/+1 |
| | * | clk: rockchip: don't return NULL when registering mmc branch fails | Shawn Lin | 2016-02-15 | 1 | -6/+2 |
| | * | clk: rockchip: don't return NULL when registering inverter fails | Shawn Lin | 2016-02-15 | 1 | -6/+2 |
| | * | clk: rockchip: check grf when waiting pll lock | Shawn Lin | 2016-02-15 | 1 | -0/+5 |
| | * | clk: rockchip: disable alt_parent clk in err cases when registering cpuclk | Shawn Lin | 2016-02-15 | 1 | -2/+4 |
| * | | Merge tag 'v4.6-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Michael Turquette | 2016-02-15 | 7 | -153/+157 |
| |\ \
| | |/ |
|
| | * | clk: rockchip: convert manually created factor clocks to the new type | Heiko Stuebner | 2016-02-04 | 5 | -98/+24 |
| | * | clk: rockchip: add a factor clock type | Heiko Stuebner | 2016-02-04 | 2 | -0/+83 |
| | * | clk: rockchip: fix parent of hclk_vcodec on rk3036 | Heiko Stuebner | 2016-02-04 | 1 | -1/+1 |
| | * | clk: rockchip: free memory in error cases when registering clock branches | Shawn Lin | 2016-02-02 | 1 | -2/+7 |
| | * | clk: rockchip: Allow sclk_i2s0 and i2s0_frac to change their parents rate on ... | Alexander Kochetkov | 2016-01-29 | 1 | -2/+2 |
| | * | clk: rockchip: fix wrong mmc phase shift for rk3228 | Shawn Lin | 2016-01-28 | 1 | -3/+3 |
| | * | clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks | Alexander Kochetkov | 2016-01-26 | 1 | -0/+1 |
| | * | clk: rockchip: add tsadc clock on rk3066 | Paweł Jarosz | 2016-01-26 | 1 | -1/+1 |
| | * | clk: rockchip: fix usbphy-related clocks | Heiko Stuebner | 2016-01-25 | 2 | -19/+8 |
| | * | clk: rockchip: rk3368: enable the CLK_SET_RATE_PARENT flag for i2s_2ch | zhangqing | 2016-01-25 | 1 | -1/+1 |
| | * | clk: rockchip: rk3368: enable the CLK_SET_RATE_PARENT flag for spdif_8ch | zhangqing | 2016-01-25 | 1 | -1/+1 |