linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add PWM support to EN7581
@ 2024-08-18 12:03 Lorenzo Bianconi
  2024-08-18 12:03 ` [PATCH v3 1/2] dt-bindings: pwm: Document Airoha EN7581 PWM Lorenzo Bianconi
  2024-08-18 12:03 ` [PATCH v3 2/2] pwm: airoha: Add support for EN7581 SoC Lorenzo Bianconi
  0 siblings, 2 replies; 5+ messages in thread
From: Lorenzo Bianconi @ 2024-08-18 12:03 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 since v2:
- fix compilation errors on arm32

Changes since v1:
- 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] 5+ messages in thread

end of thread, other threads:[~2024-08-19  1:53 UTC | newest]

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

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