Age | Commit message (Expand) | Author | Files | Lines |
2016-07-02 | Merge tag 'v4.8-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Stephen Boyd | 2 | -52/+84 |
2016-07-01 | clk: rockchip: fix incorrect rk3399 spdif-DPTX divider bits | Xing Zheng | 1 | -1/+1 |
2016-07-01 | clk: rockchip: export rk3228 MAC clocks | Xing Zheng | 1 | -11/+11 |
2016-07-01 | clk: rockchip: rename rk3228 sclk_macphy_50m to sclk_mac_extclk | Xing Zheng | 1 | -3/+3 |
2016-07-01 | clk: rockchip: export rk3228 audio clocks | Xing Zheng | 1 | -4/+4 |
2016-07-01 | clk: rockchip: include rk3228 downstream muxes into fractional dividers | Xing Zheng | 1 | -29/+52 |
2016-06-22 | clk: rockchip: fix incorrect rk3228 clock registers | Xing Zheng | 1 | -9/+9 |
2016-06-03 | clk: rockchip: release io resource when failing to init clk on rk3399 | Shawn Lin | 1 | -0/+2 |
2016-05-30 | clk: rockchip: add a dummy clock for the watchdog pclk on rk3399 | Xing Zheng | 1 | -0/+9 |
2016-05-30 | clk: rockchip: fix cpuclk registration error handling | Xing Zheng | 1 | -2/+2 |
2016-05-30 | clk: rockchip: Revert "clk: rockchip: reset init state before mmc card initia... | Douglas Anderson | 1 | -11/+0 |
2016-05-30 | clk: rockchip: fix incorrect parent for rk3399's {c,g}pll_aclk_perihp_src | Xing Zheng | 1 | -2/+2 |
2016-05-30 | clk: rockchip: mark rk3399 GIC clocks as critical | Brian Norris | 1 | -0/+2 |
2016-05-30 | clk: rockchip: initialize flags of clk_init_data in mmc-phase clock | Heiko Stuebner | 1 | -0/+1 |
2016-05-13 | Merge tag 'v4.7-rockchip-clk4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Stephen Boyd | 4 | -47/+14 |
2016-05-09 | clk: rockchip: drop old_rate calculation on pll rate changes | Heiko Stuebner | 1 | -9/+6 |
2016-05-09 | clk: rockchip: simplify GRF handling in pll clocks | Heiko Stuebner | 3 | -33/+3 |
2016-05-09 | clk: rockchip: lookup General Register Files in rockchip_clk_init | Heiko Stuebner | 1 | -3/+3 |
2016-05-08 | clk: rockchip: fix the rk3399 sdmmc sample / drv name | Douglas Anderson | 1 | -2/+2 |
2016-05-03 | Merge tag 'v4.7-rockchip-clk3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Stephen Boyd | 2 | -169/+179 |
2016-04-25 | clk: rockchip: fix the rk3399 cifout clock | Xing Zheng | 1 | -5/+6 |
2016-04-25 | clk: rockchip: drop unnecessary CLK_IGNORE_UNUSED flags from rk3399 | Xing Zheng | 1 | -157/+157 |
2016-04-25 | clk: rockchip: add some frequencies on the rk3399 PLL table | Xing Zheng | 1 | -1/+10 |
2016-04-25 | clk: rockchip: assign more necessary rk3399 clock ids | Xing Zheng | 1 | -6/+6 |
2016-04-25 | clk: rockchip: fix the gate bit for i2c4 and i2c8 on rk3399 | Xing Zheng | 1 | -2/+2 |
2016-04-25 | clk: rockchip: fix of spelling mistake on unsuccessful in pll clock type | Colin Ian King | 1 | -2/+2 |
2016-04-20 | Merge tag 'v4.7-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Stephen Boyd | 4 | -81/+108 |
2016-04-20 | clk: rockchip: fix checkpatch warning in core code | Heiko Stuebner | 3 | -22/+27 |
2016-04-19 | clk: rockchip: drop unnecessary header comment | Heiko Stuebner | 1 | -1/+0 |
2016-04-19 | clk: rockchip: reign in some overly long lines in the rk3399 controller | Heiko Stuebner | 1 | -58/+81 |
2016-04-16 | Merge tag 'v4.7-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Stephen Boyd | 11 | -136/+2131 |
2016-03-30 | clk: rockchip: Make reset_control_ops const | Philipp Zabel | 1 | -1/+1 |
2016-03-28 | clk: rockchip: add clock controller for the RK3399 | Xing Zheng | 3 | -1/+1562 |
2016-03-27 | clk: rockchip: release io resource when failing to init clk | Shawn Lin | 5 | -0/+5 |
2016-03-27 | clk: rockchip: remove redundant checking of device_node | Shawn Lin | 1 | -5/+3 |
2016-03-27 | clk: rockchip: fix warning reported by kernel-doc | Shawn Lin | 1 | -4/+5 |
2016-03-27 | clk: rockchip: remove mux_core_reg from rockchip_cpuclk_reg_data | Shawn Lin | 1 | -1/+0 |
2016-03-27 | clk: rockchip: add new pll-type for rk3399 and similar socs | Xing Zheng | 2 | -2/+272 |
2016-03-27 | clk: rockchip: Add support for multiple clock providers | Xing Zheng | 8 | -118/+229 |
2016-03-27 | clk: rockchip: allow varying mux parameters for cpuclk pll-sources | Xing Zheng | 7 | -11/+45 |
2016-03-27 | clk: rockchip: add a COMPOSITE_FRACMUX_NOGATE type | Xing Zheng | 1 | -0/+16 |
2016-03-23 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 11 | -212/+238 |
2016-03-21 | Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -1/+3 |
2016-03-17 | clk: rockchip: associate SCLK_MAC_PLL and disable reparenting on rk3036 | Heiko Stuebner | 1 | -1/+1 |
2016-03-17 | clk: rockchip: associate the rk3036 HCLK_EMAC clock-id | Xing Zheng | 1 | -1/+1 |
2016-03-04 | Merge tag 'v4.6-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Stephen Boyd | 6 | -61/+83 |
2016-02-26 | clk: rockchip: include downstream muxes into fractional dividers on rk3368 | Elaine Zhang | 1 | -37/+60 |
2016-02-26 | clk: rockchip: set the clock ids for RK3228 HDMI | Yakir Yang | 1 | -4/+4 |
2016-02-26 | clk: rockchip: set the clock ids for RK3228 VOP | Yakir Yang | 1 | -3/+3 |
2016-02-26 | clk: rockchip: add the tsadc clocks found on rk3228 SoCs | Caesar Wang | 1 | -2/+2 |