From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taniya Das Subject: [PATCH v2 0/3] Add Global Clock controller (GCC) driver for SC7180 Date: Mon, 19 Aug 2019 22:07:45 +0530 Message-ID: <20190819163748.18318-1-tdas@codeaurora.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Stephen Boyd , =?UTF-8?q?Michael=20Turquette=20=C2=A0?= , robh+dt@kernel.org Cc: David Brown , Rajendra Nayak , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Taniya Das List-Id: devicetree@vger.kernel.org [v2] * Update the DFS macro for RCG to reflect the hw init similar to clock name. * Update the Documentation binding of GCC to YAML schemas. * Add comments for CRITICAL clocks, remove PLL forward declarations and unwanted comments/prints. [v1] * Add driver support for Global Clock controller for SC7180 and also update device tree bindings for the various clocks supported in the clock controller. Taniya Das (3): clk: qcom: rcg: update the DFS macro for RCG dt-bindings: clk: qcom: Add YAML schemas for the GCC clock bindings clk: qcom: Add Global Clock controller (GCC) driver for SC7180 .../devicetree/bindings/clock/qcom,gcc.yaml | 141 + drivers/clk/qcom/Kconfig | 10 +- drivers/clk/qcom/Makefile | 1 + drivers/clk/qcom/clk-rcg.h | 2 +- drivers/clk/qcom/gcc-sc7180.c | 2497 +++++++++++++++++ drivers/clk/qcom/gcc-sdm845.c | 96 +- include/dt-bindings/clock/qcom,gcc-sc7180.h | 155 + 7 files changed, 2852 insertions(+), 50 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc.yaml create mode 100644 drivers/clk/qcom/gcc-sc7180.c create mode 100644 include/dt-bindings/clock/qcom,gcc-sc7180.h -- Qualcomm INDIA, on behalf of Qualcomm Innovation Center, Inc.is a member of the Code Aurora Forum, hosted by the Linux Foundation.