Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Pull clk fixes from Stephen Boyd: "Some more clk driver fixes and one core framework fix: - A handful of TI driver fixes for bad of_node_put() and incorrect parent names - Rockchip rk3228 aclk_gpu* creation was interfering with lima GPU work so we use a composite clk now - Resuming from suspend on Tegra Jetson TK1 was broken because an audio PLL calculated an incorrect rate - A fix for devicetree probing on IM-PD1 by actually specifying a clk name which is required to pass clk registration - Avoid list corruption if registration fails for a critical clk" * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: clk: ti: clkctrl: convert subclocks to use proper names also clk: ti: am33xx: fix RTC clock parent clk: ti: clkctrl: Fix Bad of_node_put within clkctrl_get_name clk: tegra: Fix initial rate for pll_a on Tegra124 clk: impd1: Look up clock-output-names clk: Unlink clock if failed to prepare or enable clk: rockchip: fix incorrect configuration of rk3228 aclk_gpu* clocks
Showing
- drivers/clk/clk.c 3 additions, 0 deletionsdrivers/clk/clk.c
- drivers/clk/rockchip/clk-rk3228.c 4 additions, 13 deletionsdrivers/clk/rockchip/clk-rk3228.c
- drivers/clk/tegra/clk-tegra124.c 1 addition, 1 deletiondrivers/clk/tegra/clk-tegra124.c
- drivers/clk/ti/clk-33xx.c 1 addition, 1 deletiondrivers/clk/ti/clk-33xx.c
- drivers/clk/ti/clkctrl.c 48 additions, 51 deletionsdrivers/clk/ti/clkctrl.c
- drivers/clk/versatile/clk-impd1.c 1 addition, 0 deletionsdrivers/clk/versatile/clk-impd1.c
Please register or sign in to comment