devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add PWM support to EN7581
@ 2024-08-20 12:12 Lorenzo Bianconi
  2024-08-20 12:12 ` [PATCH v4 1/2] dt-bindings: pwm: Document Airoha EN7581 PWM Lorenzo Bianconi
  2024-08-20 12:12 ` [PATCH v4 2/2] pwm: airoha: Add support for EN7581 SoC Lorenzo Bianconi
  0 siblings, 2 replies; 3+ messages in thread
From: Lorenzo Bianconi @ 2024-08-20 12:12 UTC (permalink / raw)
  To: Uwe Kleine-König, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Christian Marangi
  Cc: linux-pwm, devicetree, lorenzo.bianconi83, linux-arm-kernel,
	upstream, angelogioacchino.delregno, ansuelsmth, benjamin.larsson,
	Krzysztof Kozlowski, Lorenzo Bianconi

Introduce driver for PWM module available on EN7581 SoC.

---
Changes in v4:
- fix compilation error on sh
- Link to v3: https://lore.kernel.org/r/20240818-airoha-pwm-drv-v3-0-e398f3e41916@kernel.org

Changes in v3:
- fix compilation errors on arm32

Changes in v2:
- fix compilation errors
- fix comment style
- get rid of MODULE_ALIAS()

---
Benjamin Larsson (1):
      pwm: airoha: Add support for EN7581 SoC

Christian Marangi (1):
      dt-bindings: pwm: Document Airoha EN7581 PWM

 .../devicetree/bindings/pwm/airoha,en7581-pwm.yaml |  42 +++
 drivers/pwm/Kconfig                                |  10 +
 drivers/pwm/Makefile                               |   1 +
 drivers/pwm/pwm-airoha.c                           | 408 +++++++++++++++++++++
 4 files changed, 461 insertions(+)
---
base-commit: 8400291e289ee6b2bf9779ff1c83a291501f017b
change-id: 20240818-airoha-pwm-drv-de5df2ec00b0
prerequisite-change-id: 20240705-for-6-11-bpf-a349efc08df8:v2

Best regards,
-- 
Lorenzo Bianconi <lorenzo@kernel.org>


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

end of thread, other threads:[~2024-08-20 12:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-20 12:12 [PATCH v4 0/2] Add PWM support to EN7581 Lorenzo Bianconi
2024-08-20 12:12 ` [PATCH v4 1/2] dt-bindings: pwm: Document Airoha EN7581 PWM Lorenzo Bianconi
2024-08-20 12:12 ` [PATCH v4 2/2] pwm: airoha: Add support for EN7581 SoC Lorenzo Bianconi

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).