mbox series

[v3,0/4] clk: qcom: add SM8450 Display clock controller support

Message ID 20220908222850.3552050-1-dmitry.baryshkov@linaro.org (mailing list archive)
Headers show
Series clk: qcom: add SM8450 Display clock controller support | expand

Message

Dmitry Baryshkov Sept. 8, 2022, 10:28 p.m. UTC
Add support for the Display clock controller found on SM8450 platform.

Changes since v2:
 - bindings: added missing gcc-sm8450.h include

Changes since v1:
 - Rebased on top of 6.0-rc
 - Dropped clk-names in favour of using parent indices (Bjorn)
 - Added GCC_DISP_AHB_CLK to dispcc node (Bjorn)
 - Changed bindings licence to dual GPL+BSD (Bjorn)
 - Removed zero clocks in dt bindings
 - Fixed syntax issues

Dmitry Baryshkov (4):
  dt-bindings: clock: qcom: add bindings for dispcc on SM8450
  clk: qcom: alpha-pll: add support for power off mode for lucid evo PLL
  clk: qcom: Add support for Display Clock Controller on SM8450
  arm64: dts: qcom: sm8450: add display clock controller

 .../bindings/clock/qcom,sm8450-dispcc.yaml    |   98 +
 arch/arm64/boot/dts/qcom/sm8450.dtsi          |   28 +
 drivers/clk/qcom/Kconfig                      |    9 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/clk-alpha-pll.c              |   40 +-
 drivers/clk/qcom/clk-alpha-pll.h              |    1 +
 drivers/clk/qcom/dispcc-sm8450.c              | 1829 +++++++++++++++++
 .../dt-bindings/clock/qcom,sm8450-dispcc.h    |  103 +
 8 files changed, 2106 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,sm8450-dispcc.yaml
 create mode 100644 drivers/clk/qcom/dispcc-sm8450.c
 create mode 100644 include/dt-bindings/clock/qcom,sm8450-dispcc.h

Comments

Bjorn Andersson Sept. 27, 2022, 3:23 a.m. UTC | #1
On Fri, 9 Sep 2022 01:28:46 +0300, Dmitry Baryshkov wrote:
> Add support for the Display clock controller found on SM8450 platform.
> 
> Changes since v2:
>  - bindings: added missing gcc-sm8450.h include
> 
> Changes since v1:
>  - Rebased on top of 6.0-rc
>  - Dropped clk-names in favour of using parent indices (Bjorn)
>  - Added GCC_DISP_AHB_CLK to dispcc node (Bjorn)
>  - Changed bindings licence to dual GPL+BSD (Bjorn)
>  - Removed zero clocks in dt bindings
>  - Fixed syntax issues
> 
> [...]

Applied, thanks!

[1/4] dt-bindings: clock: qcom: add bindings for dispcc on SM8450
      commit: a7edd291636ac0bddf6c5a5aef6a94c2a9794830
[2/4] clk: qcom: alpha-pll: add support for power off mode for lucid evo PLL
      commit: 9d062edd561f594b71130c4846c9032bfec8d97f
[3/4] clk: qcom: Add support for Display Clock Controller on SM8450
      commit: 16fb89f92ec4412ac49ddca64944d5f72e063f69
[4/4] arm64: dts: qcom: sm8450: add display clock controller
      (no commit info)

Best regards,
Bjorn Andersson Oct. 18, 2022, 3:05 a.m. UTC | #2
On Fri, 9 Sep 2022 01:28:46 +0300, Dmitry Baryshkov wrote:
> Add support for the Display clock controller found on SM8450 platform.
> 
> Changes since v2:
>  - bindings: added missing gcc-sm8450.h include
> 
> Changes since v1:
>  - Rebased on top of 6.0-rc
>  - Dropped clk-names in favour of using parent indices (Bjorn)
>  - Added GCC_DISP_AHB_CLK to dispcc node (Bjorn)
>  - Changed bindings licence to dual GPL+BSD (Bjorn)
>  - Removed zero clocks in dt bindings
>  - Fixed syntax issues
> 
> [...]

Applied, thanks!

[4/4] arm64: dts: qcom: sm8450: add display clock controller
      commit: 65b35e04d2656305320c453df2824c8413fe7150

Best regards,