devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V13 0/4] Add PWM support for IPQ chipsets
@ 2023-10-04  9:04 Devi Priya
  2023-10-04  9:04 ` [PATCH V13 1/4] pwm: driver for qualcomm ipq6018 pwm block Devi Priya
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Devi Priya @ 2023-10-04  9:04 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, lee, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, thierry.reding, ndesaulniers,
	trix, baruch, linux-arm-msm, devicetree, linux-kernel, llvm

Add PWM driver and binding support for IPQ chipsets.
Also, add support for pwm node in ipq6018.

Devi Priya (4):
  pwm: driver for qualcomm ipq6018 pwm block
  dt-bindings: pwm: add IPQ6018 binding
  dt-bindings: mfd: qcom,tcsr: Add simple-mfd support for IPQ6018
  arm64: dts: ipq6018: add pwm node

 .../devicetree/bindings/mfd/qcom,tcsr.yaml    | 100 +++++--
 .../bindings/pwm/qcom,ipq6018-pwm.yaml        |  45 +++
 arch/arm64/boot/dts/qcom/ipq6018.dtsi         |  15 +-
 drivers/pwm/Kconfig                           |  12 +
 drivers/pwm/Makefile                          |   1 +
 drivers/pwm/pwm-ipq.c                         | 282 ++++++++++++++++++
 6 files changed, 423 insertions(+), 32 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pwm/qcom,ipq6018-pwm.yaml
 create mode 100644 drivers/pwm/pwm-ipq.c

-- 
2.34.1


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

end of thread, other threads:[~2023-10-04  9:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-04  9:04 [PATCH V13 0/4] Add PWM support for IPQ chipsets Devi Priya
2023-10-04  9:04 ` [PATCH V13 1/4] pwm: driver for qualcomm ipq6018 pwm block Devi Priya
2023-10-04  9:04 ` [PATCH V13 2/4] dt-bindings: pwm: add IPQ6018 binding Devi Priya
2023-10-04  9:13   ` Krzysztof Kozlowski
2023-10-04  9:04 ` [PATCH V13 3/4] dt-bindings: mfd: qcom,tcsr: Add simple-mfd support for IPQ6018 Devi Priya
2023-10-04  9:20   ` Krzysztof Kozlowski
2023-10-04  9:23     ` Devi Priya
2023-10-04  9:04 ` [PATCH V13 4/4] arm64: dts: ipq6018: add pwm node Devi Priya
2023-10-04  9:43   ` Krzysztof Kozlowski
2023-10-04  9:45     ` Devi Priya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).