mbox series

[v2,0/2] Add PWM support to EN7581

Message ID cover.1723393857.git.lorenzo@kernel.org
Headers show
Series Add PWM support to EN7581 | expand

Message

Lorenzo Bianconi Aug. 11, 2024, 4:34 p.m. UTC
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