Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branches 'clk-fixed-rate-remove' and 'clk-qcom-cleanup' into clk-next

* clk-fixed-rate-remove:
clk: fixed-rate: fix of_node_get-put imbalance

* clk-qcom-cleanup:
clk: qcom: Remove unused arrays in SDM845 GCC

+1 -16
+1
drivers/clk/clk-fixed-rate.c
··· 200 200 { 201 201 struct clk *clk = platform_get_drvdata(pdev); 202 202 203 + of_clk_del_provider(pdev->dev.of_node); 203 204 clk_unregister_fixed_rate(clk); 204 205 205 206 return 0;
-16
drivers/clk/qcom/gcc-sdm845.c
··· 99 99 "core_bi_pll_test_se", 100 100 }; 101 101 102 - static const struct parent_map gcc_parent_map_5[] = { 103 - { P_BI_TCXO, 0 }, 104 - { P_GPLL0_OUT_MAIN, 1 }, 105 - { P_GPLL4_OUT_MAIN, 5 }, 106 - { P_GPLL0_OUT_EVEN, 6 }, 107 - { P_CORE_BI_PLL_TEST_SE, 7 }, 108 - }; 109 - 110 - static const char * const gcc_parent_names_5[] = { 111 - "bi_tcxo", 112 - "gpll0", 113 - "gpll4", 114 - "gpll0_out_even", 115 - "core_bi_pll_test_se", 116 - }; 117 - 118 102 static const struct parent_map gcc_parent_map_6[] = { 119 103 { P_BI_TCXO, 0 }, 120 104 { P_GPLL0_OUT_MAIN, 1 },