mbox series

[v2,0/2] clk: qcom: Add clocks for SM8450 SoC

Message ID 20211207114003.100693-1-vkoul@kernel.org (mailing list archive)
Headers show
Series clk: qcom: Add clocks for SM8450 SoC | expand

Message

Vinod Koul Dec. 7, 2021, 11:40 a.m. UTC
This series adds the GCC clock support required for SM8450 SoC
along with devicetree binding for these clocks.

Please note that the GCC driver patch depends on new alpha LUCID_EVO
introduced by Vamsi in [1]. That would be required to be picked before this
patch can be applied.

[1]: https://lore.kernel.org/all/a0b04869a20a0afef99dd457ebb6474f50591210.1637302009.git.quic_vamslank@quicinc.com/


Changes in v2:
 - Drop rpmhcc patches as they are picked by Bjorn
 - Fix the multi line comment and drop noise in probe
 - Remove .name in clocks coming from firmware

Vinod Koul (2):
  dt-bindings: clock: Add SM8450 GCC clock bindings
  clk: qcom: Add clock driver for SM8450

 .../bindings/clock/qcom,gcc-sm8450.yaml       |   85 +
 drivers/clk/qcom/Kconfig                      |    8 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/gcc-sm8450.c                 | 3303 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-sm8450.h   |  244 ++
 5 files changed, 3641 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-sm8450.yaml
 create mode 100644 drivers/clk/qcom/gcc-sm8450.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-sm8450.h

Comments

Stephen Boyd Dec. 9, 2021, 8:19 a.m. UTC | #1
Quoting Vinod Koul (2021-12-07 03:40:01)
> This series adds the GCC clock support required for SM8450 SoC
> along with devicetree binding for these clocks.
> 
> Please note that the GCC driver patch depends on new alpha LUCID_EVO
> introduced by Vamsi in [1]. That would be required to be picked before this
> patch can be applied.
> 
> [1]: https://lore.kernel.org/all/a0b04869a20a0afef99dd457ebb6474f50591210.1637302009.git.quic_vamslank@quicinc.com/

Can you use --base with format-patch please so that kbuild robot doesn't
get angry? I think the robot may be able to find the patches and apply
them now if you tell it what to base it on.
Vinod Koul Dec. 9, 2021, 12:04 p.m. UTC | #2
On 09-12-21, 00:19, Stephen Boyd wrote:
> Quoting Vinod Koul (2021-12-07 03:40:01)
> > This series adds the GCC clock support required for SM8450 SoC
> > along with devicetree binding for these clocks.
> > 
> > Please note that the GCC driver patch depends on new alpha LUCID_EVO
> > introduced by Vamsi in [1]. That would be required to be picked before this
> > patch can be applied.
> > 
> > [1]: https://lore.kernel.org/all/a0b04869a20a0afef99dd457ebb6474f50591210.1637302009.git.quic_vamslank@quicinc.com/
> 
> Can you use --base with format-patch please so that kbuild robot doesn't
> get angry? I think the robot may be able to find the patches and apply
> them now if you tell it what to base it on.

Aha, it would be interesting if bot is able to pick a patch using
--base, let me try that for next rev and see if it is happy