mbox series

[v2,0/5] ARM: msm8660: change gcc to use parent_hws/data

Message ID 20220909105136.3733919-1-dmitry.baryshkov@linaro.org (mailing list archive)
Headers show
Series ARM: msm8660: change gcc to use parent_hws/data | expand

Message

Dmitry Baryshkov Sept. 9, 2022, 10:51 a.m. UTC
Follow the trend and convert gcc-msm8660 to use parent_hws/parent_data

Changes since v1:
 - Added patch fixing clock node names for board fixed clocks.

Dmitry Baryshkov (5):
  dt-bindings: clock: qcom,gcc-msm8660: separate GCC bindings for
    MSM8660
  clk: qcom: gcc-msm8660: use ARRAY_SIZE instead of specifying
    num_parents
  clk: qcom: gcc-msm8660: use parent_hws/_data instead of parent_names
  ARM: dts: qcom: msm8660: add pxo/cxo clocks to the GCC node
  ARM: dts: qcom-msm8660: fix node names for fixed clocks

 .../bindings/clock/qcom,gcc-msm8660.yaml      |  54 +++
 .../bindings/clock/qcom,gcc-other.yaml        |   3 -
 arch/arm/boot/dts/qcom-msm8660.dtsi           |  11 +-
 drivers/clk/qcom/gcc-msm8660.c                | 330 +++++++++++-------
 4 files changed, 259 insertions(+), 139 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-msm8660.yaml

Comments

Bjorn Andersson Sept. 13, 2022, 10:48 p.m. UTC | #1
On Fri, 9 Sep 2022 13:51:31 +0300, Dmitry Baryshkov wrote:
> Follow the trend and convert gcc-msm8660 to use parent_hws/parent_data
> 
> Changes since v1:
>  - Added patch fixing clock node names for board fixed clocks.
> 
> Dmitry Baryshkov (5):
>   dt-bindings: clock: qcom,gcc-msm8660: separate GCC bindings for
>     MSM8660
>   clk: qcom: gcc-msm8660: use ARRAY_SIZE instead of specifying
>     num_parents
>   clk: qcom: gcc-msm8660: use parent_hws/_data instead of parent_names
>   ARM: dts: qcom: msm8660: add pxo/cxo clocks to the GCC node
>   ARM: dts: qcom-msm8660: fix node names for fixed clocks
> 
> [...]

Applied, thanks!

[4/5] ARM: dts: qcom: msm8660: add pxo/cxo clocks to the GCC node
      commit: 6244e7da53dcdf0a5905f6ac2a2b643dd439a19c
[5/5] ARM: dts: qcom-msm8660: fix node names for fixed clocks
      commit: baecbda529331e146c7460e2aea8b54c20dcdea7

Best regards,