linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add PWM support to EN7581
@ 2024-08-10  4:48 Lorenzo Bianconi
  2024-08-10  4:48 ` [PATCH 1/2] dt-bindings: pwm: Document Airoha EN7581 PWM Lorenzo Bianconi
  2024-08-10  4:48 ` [PATCH 2/2] pwm: airoha: Add support for EN7581 SoC Lorenzo Bianconi
  0 siblings, 2 replies; 10+ messages in thread
From: Lorenzo Bianconi @ 2024-08-10  4:48 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.

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                      | 403 ++++++++++++++++++
 4 files changed, 456 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] 10+ messages in thread

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-10  4:48 [PATCH 0/2] Add PWM support to EN7581 Lorenzo Bianconi
2024-08-10  4:48 ` [PATCH 1/2] dt-bindings: pwm: Document Airoha EN7581 PWM Lorenzo Bianconi
2024-08-10 11:36   ` Krzysztof Kozlowski
2024-08-10 17:18     ` Lorenzo Bianconi
2024-08-11 12:26   ` Krzysztof Kozlowski
2024-08-10  4:48 ` [PATCH 2/2] pwm: airoha: Add support for EN7581 SoC Lorenzo Bianconi
2024-08-10 11:34   ` Krzysztof Kozlowski
2024-08-10 17:02     ` Lorenzo Bianconi
2024-08-10 19:35   ` kernel test robot
2024-08-11  1:15   ` 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).