linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add PWM support to EN7581
@ 2024-08-11 16:34 Lorenzo Bianconi
  2024-08-11 16:34 ` [PATCH v2 1/2] dt-bindings: pwm: Document Airoha EN7581 PWM Lorenzo Bianconi
  2024-08-11 16:34 ` [PATCH v2 2/2] pwm: airoha: Add support for EN7581 SoC Lorenzo Bianconi
  0 siblings, 2 replies; 8+ messages in thread
From: Lorenzo Bianconi @ 2024-08-11 16:34 UTC (permalink / raw)
  To: linux-pwm
  Cc: ukleinek, lorenzo.bianconi83, krzk+dt, robh, devicetree,
	linux-arm-kernel, upstream, angelogioacchino.delregno,
	benjamin.larsson, conor+dt, ansuelsmth

Introduce driver for PWM module available on EN7581 SoC.

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

 .../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(+)
 create mode 100644 Documentation/devicetree/bindings/pwm/airoha,en7581-pwm.yaml
 create mode 100644 drivers/pwm/pwm-airoha.c

-- 
2.46.0



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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-11 16:34 [PATCH v2 0/2] Add PWM support to EN7581 Lorenzo Bianconi
2024-08-11 16:34 ` [PATCH v2 1/2] dt-bindings: pwm: Document Airoha EN7581 PWM Lorenzo Bianconi
2024-08-12  9:23   ` Krzysztof Kozlowski
2024-08-12  9:58     ` Lorenzo Bianconi
2024-08-12 13:26       ` Krzysztof Kozlowski
2024-08-11 16:34 ` [PATCH v2 2/2] pwm: airoha: Add support for EN7581 SoC Lorenzo Bianconi
2024-08-12  9:42   ` kernel test robot
2024-08-12 14:45   ` 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).