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@xxxxxxxxxx>