pwm: max7360: Add MAX7360 PWM support
authorKamel Bouhara <kamel.bouhara@bootlin.com>
Sun, 24 Aug 2025 11:57:23 +0000 (13:57 +0200)
committerLee Jones <lee@kernel.org>
Tue, 16 Sep 2025 14:24:48 +0000 (15:24 +0100)
commitd93a75d94b79ba3e664f7236ee05790e8b1d0e4b
tree03a0cc6b2eaa49955435bfb1c21f247516b7dacb
parentb4b993c0e39436ffb3a9b21cabf62b5df085b2e1
pwm: max7360: Add MAX7360 PWM support

Add driver for Maxim Integrated MAX7360 PWM controller, supporting up to
8 independent PWM outputs.

Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
Co-developed-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Uwe Kleine-König <ukleinek@kernel.org>
Link: https://lore.kernel.org/r/20250824-mdb-max7360-support-v14-4-435cfda2b1ea@bootlin.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/pwm-max7360.c [new file with mode: 0644]