mbox series

[0/4] qcom: clock drivers for qcm2290/sm6115/sm8250

Message ID 20240408-b4-qcom-rbx-soc-v1-0-2db1d3658660@linaro.org
Headers show
Series qcom: clock drivers for qcm2290/sm6115/sm8250 | expand

Message

Caleb Connolly April 8, 2024, 1:06 p.m. UTC
Introduce clock drivers for three new SoCs and enable them. This allows
for configuring UART and USB on all three as well as controlling
relevant resets and power domains.

Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
---
Caleb Connolly (4):
      clk/qcom: add driver for qcm2290 GCC
      clk/qcom: add driver for sm6115 GCC
      clk/qcom: add driver for sm8250 GCC
      qcom_defconfig: enable clocks for qcm2290/sm6115/sm8250

 configs/qcom_defconfig           |   3 +
 drivers/clk/qcom/Kconfig         |  24 ++++
 drivers/clk/qcom/Makefile        |   3 +
 drivers/clk/qcom/clock-qcm2290.c | 192 ++++++++++++++++++++++++++
 drivers/clk/qcom/clock-qcom.h    |   4 +
 drivers/clk/qcom/clock-sm6115.c  | 199 +++++++++++++++++++++++++++
 drivers/clk/qcom/clock-sm8250.c  | 282 +++++++++++++++++++++++++++++++++++++++
 7 files changed, 707 insertions(+)
---
change-id: 20240408-b4-qcom-rbx-soc-ddd6603e31e1
base-commit: 0e4dafaae9f627bd5294095ace157a506b38e7b3

Caleb Connolly <caleb.connolly@linaro.org>

Comments

Caleb Connolly April 11, 2024, 12:43 p.m. UTC | #1
On Mon, 08 Apr 2024 15:06:48 +0200, Caleb Connolly wrote:
> Introduce clock drivers for three new SoCs and enable them. This allows
> for configuring UART and USB on all three as well as controlling
> relevant resets and power domains.
> 
> 

Applied, thanks!

[1/4] clk/qcom: add driver for qcm2290 GCC
      commit: 7a8efc12ddf7ad2345725821377aa90e1972f366
[2/4] clk/qcom: add driver for sm6115 GCC
      commit: 5f38a7b36468c3a78570822676ccb8d0057f33b1
[3/4] clk/qcom: add driver for sm8250 GCC
      commit: 45271bce0478276158ebbe8e0113b9a887f88ae9
[4/4] qcom_defconfig: enable clocks for qcm2290/sm6115/sm8250
      commit: 642ad0402c0654841c9096e2fadc753e5bb86348

Best regards,