mbox series

[0/3] clk: qcom: sm8750: Add sm8750-dispcc clock controller

Message ID 20241128-sm8750-dispcc-v1-0-120705a4015c@linaro.org
Headers show
Series clk: qcom: sm8750: Add sm8750-dispcc clock controller | expand

Message

Krzysztof Kozlowski Nov. 28, 2024, 3:07 p.m. UTC
Add Display clock controller for SM8750.

Dependency:
1. Taycan PLL and rest of clocks: "clks: qcom: Introduce clks for
   SM8750"
   https://lore.kernel.org/r/20241112002807.2804021-4-quic_molvera@quicinc.com

Best regards,
Krzysztof

---
Krzysztof Kozlowski (3):
      dt-bindings: clock: qcom,sm8550-dispcc: Add SM8750 DISPCC
      clk: qcom: clk-alpha-pll: Add Pongo PLL
      clk: qcom: dispcc-sm8750: Add SM8750 Display clock controller

 .../bindings/clock/qcom,sm8550-dispcc.yaml         |    4 +-
 drivers/clk/qcom/Kconfig                           |   10 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/clk-alpha-pll.c                   |  159 +-
 drivers/clk/qcom/clk-alpha-pll.h                   |    6 +
 drivers/clk/qcom/dispcc-sm8750.c                   | 1960 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,sm8750-dispcc.h     |  112 ++
 7 files changed, 2249 insertions(+), 3 deletions(-)
---
base-commit: 7ef660da3b85122a66ede26d65ec33f65981d378
change-id: 20241125-sm8750-dispcc-f0fa7b64facd

Best regards,

Comments

Conor Dooley Nov. 29, 2024, 3:33 p.m. UTC | #1
On Thu, Nov 28, 2024 at 06:38:48PM +0100, Krzysztof Kozlowski wrote:
> On 28/11/2024 18:12, Conor Dooley wrote:
> >>  
> >>    clocks:
> >> diff --git a/include/dt-bindings/clock/qcom,sm8750-dispcc.h b/include/dt-bindings/clock/qcom,sm8750-dispcc.h
> >> new file mode 100644
> >> index 0000000000000000000000000000000000000000..dafb5069c96a0c3f83c15f3c61978e138baa886c
> >> --- /dev/null
> >> +++ b/include/dt-bindings/clock/qcom,sm8750-dispcc.h
> >> @@ -0,0 +1,112 @@
> >> +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
> >> +/*
> >> + * Copyright (c) 2022, The Linux Foundation. All rights reserved.
> > 
> > This looks pretty questionable, how does something that was apparently
> > announced last month have a 2022 copyright from the Linux Foundation?
> > 
> I copied the binding header from downstream sources, which had above
> copyrights. Rest of the changes - driver and bindings - are my work.

Weird, and probably not correct, but w/e.
Acked-by: Conor Dooley <conor.dooley@microchip.com>