mbox series

[v4,0/2] clk: qcom: SC8280XP GCC

Message ID 20220505025457.1693716-1-bjorn.andersson@linaro.org (mailing list archive)
Headers show
Series clk: qcom: SC8280XP GCC | expand

Message

Bjorn Andersson May 5, 2022, 2:54 a.m. UTC
This adds binding and driver for the Global Clock Controller (GCC) found in the
Qualcomm SC8280XP platform.

Bjorn Andersson (2):
  dt-bindings: clock: Add Qualcomm SC8280XP GCC bindings
  clk: qcom: add sc8280xp GCC driver

 .../bindings/clock/qcom,gcc-sc8280xp.yaml     |  128 +
 drivers/clk/qcom/Kconfig                      |    9 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/gcc-sc8280xp.c               | 7488 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-sc8280xp.h |  496 ++
 5 files changed, 8122 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-sc8280xp.yaml
 create mode 100644 drivers/clk/qcom/gcc-sc8280xp.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-sc8280xp.h

Comments

Vinod Koul May 17, 2022, 10:29 a.m. UTC | #1
On 04-05-22, 19:54, Bjorn Andersson wrote:
> Add support for the Global Clock Controller found in the Qualcomm
> SC8280XP platform.

Reviewed-by: Vinod Koul <vkoul@kernel.org>
Stephen Boyd May 19, 2022, 12:44 a.m. UTC | #2
Quoting Bjorn Andersson (2022-05-04 19:54:57)
> Add support for the Global Clock Controller found in the Qualcomm
> SC8280XP platform.
> 
> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---

Reviewed-by: Stephen Boyd <sboyd@kernel.org>