Linux PWM subsystem development
 help / color / mirror / Atom feed
* [PATCH V12 0/3] Add PWM support for IPQ chipsets
@ 2023-09-25  6:59 Devi Priya
  2023-09-25  6:59 ` [PATCH V12 1/3] pwm: driver for qualcomm ipq6018 pwm block Devi Priya
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Devi Priya @ 2023-09-25  6:59 UTC (permalink / raw)
  To: thierry.reding, robh+dt, krzysztof.kozlowski+dt, conor+dt, agross,
	andersson, konrad.dybcio, ndesaulniers, trix, baruch, devicetree,
	linux-kernel, linux-arm-msm, llvm
  Cc: linux-pwm, u.kleine-koenig, nathan

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

Devi Priya (3):
  pwm: driver for qualcomm ipq6018 pwm block
  dt-bindings: pwm: add IPQ6018 binding
  arm64: dts: ipq6018: add pwm node

 .../devicetree/bindings/pwm/ipq-pwm.yaml      |  53 ++++
 arch/arm64/boot/dts/qcom/ipq6018.dtsi         |  15 +-
 drivers/pwm/Kconfig                           |  12 +
 drivers/pwm/Makefile                          |   1 +
 drivers/pwm/pwm-ipq.c                         | 282 ++++++++++++++++++
 5 files changed, 362 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/pwm/ipq-pwm.yaml
 create mode 100644 drivers/pwm/pwm-ipq.c


base-commit: 940fcc189c51032dd0282cbee4497542c982ac59
-- 
2.34.1


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

end of thread, other threads:[~2023-09-30 17:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-25  6:59 [PATCH V12 0/3] Add PWM support for IPQ chipsets Devi Priya
2023-09-25  6:59 ` [PATCH V12 1/3] pwm: driver for qualcomm ipq6018 pwm block Devi Priya
2023-09-25  6:59 ` [PATCH V12 2/3] dt-bindings: pwm: add IPQ6018 binding Devi Priya
2023-09-25  7:11   ` Krzysztof Kozlowski
2023-09-29  7:55     ` Devi Priya
2023-09-29  8:56       ` Devi Priya
2023-09-30 15:32         ` Krzysztof Kozlowski
2023-09-30 17:12           ` Devi Priya
2023-09-25  7:26   ` Rob Herring
2023-09-25  6:59 ` [PATCH V12 3/3] arm64: dts: ipq6018: add pwm node Devi Priya
2023-09-25  7:13   ` Krzysztof Kozlowski
2023-09-29 11:47   ` Devi Priya
2023-09-30 15:35     ` Krzysztof Kozlowski
2023-09-30 17:13       ` Devi Priya

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