This series adds support for the CPU clocks on msm8996 devices. A previous post of RFC can be found here https://patchwork.kernel.org/patch/9355925/ Rajendra Nayak (5): clk: qcom: Make clk_alpha_pll_configure available to modules clk: qcom: Add CPU clock driver for msm8996 clk: qcom: cpu-8996: Add support to switch to alternate PLL clk: qcom: cpu-8996: Add support to switch below 600Mhz arm64: dts: msm8996: Add CPU clock controller node Taniya Das (1): clk: qcom: Fix .set_rate to handle alpha PLLs w/wo dynamic update .../devicetree/bindings/clock/qcom,kryocc.txt | 17 + arch/arm64/boot/dts/qcom/msm8996.dtsi | 6 + drivers/clk/qcom/Kconfig | 8 + drivers/clk/qcom/Makefile | 1 + drivers/clk/qcom/clk-alpha-pll.c | 72 +++- drivers/clk/qcom/clk-alpha-pll.h | 5 + drivers/clk/qcom/clk-cpu-8996.c | 440 +++++++++++++++++++++ 7 files changed, 538 insertions(+), 11 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/qcom,kryocc.txt create mode 100644 drivers/clk/qcom/clk-cpu-8996.c -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html