[PATCH v4 0/2] Add PWM support to EN7581
Lorenzo Bianconi
lorenzo at kernel.org
Tue Aug 20 05:12:14 PDT 2024
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 at kernel.org>
More information about the linux-arm-kernel
mailing list