Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Qualcomm sm6115 LPASS clock controller
@ 2024-10-17  0:57 Alexey Klimov
  2024-10-17  0:57 ` [PATCH v1 1/2] dt-bindings: clock: Add Qualcomm SM6115 " Alexey Klimov
  2024-10-17  0:58 ` [PATCH v1 2/2] clk: qcom: Add SM6115 LPASSCC Alexey Klimov
  0 siblings, 2 replies; 5+ messages in thread
From: Alexey Klimov @ 2024-10-17  0:57 UTC (permalink / raw)
  To: konradybcio, konrad.dybcio, andersson, mturquette, sboyd, krzk+dt
  Cc: robh, conor+dt, srinivas.kandagatla, linux-arm-msm, linux-clk,
	devicetree, linux-kernel

This is one of the required dependencies for audio support on sm6115 and
its derivatives SoCs. This was written by Konrad Dybcio, however his linaro
email is already invalid. Konrad suggested sending it as-is and keeping
him in c/c. Some updates may be still required, for instance the
maintainers line in DT bindings file.

This was tested on QRB4210 (Qualcomm RB2 board). The only changes from my
side were fixing compilation errors and small changes in commit messages.

Konrad Dybcio (2):
  dt-bindings: clock: Add Qualcomm SM6115 LPASS clock controller
  clk: qcom: Add SM6115 LPASSCC

 .../bindings/clock/qcom,sm6115-lpasscc.yaml   | 53 ++++++++++++
 drivers/clk/qcom/Kconfig                      |  9 ++
 drivers/clk/qcom/Makefile                     |  1 +
 drivers/clk/qcom/lpasscc-sm6115.c             | 85 +++++++++++++++++++
 .../dt-bindings/clock/qcom,sm6115-lpasscc.h   | 15 ++++
 5 files changed, 163 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,sm6115-lpasscc.yaml
 create mode 100644 drivers/clk/qcom/lpasscc-sm6115.c
 create mode 100644 include/dt-bindings/clock/qcom,sm6115-lpasscc.h

-- 
2.45.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-10-17 12:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17  0:57 [PATCH v1 0/2] Qualcomm sm6115 LPASS clock controller Alexey Klimov
2024-10-17  0:57 ` [PATCH v1 1/2] dt-bindings: clock: Add Qualcomm SM6115 " Alexey Klimov
2024-10-17  8:39   ` Krzysztof Kozlowski
2024-10-17 12:39     ` Alexey Klimov
2024-10-17  0:58 ` [PATCH v1 2/2] clk: qcom: Add SM6115 LPASSCC Alexey Klimov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox