Re: [PATCH v8 04/11] pwm: max7360: Add MAX7360 PWM support
From: Andy Shevchenko <hidden>
Date: 2025-05-19 13:14:04
Also in:
linux-gpio, linux-input, linux-pwm, lkml
From: Andy Shevchenko <hidden>
Date: 2025-05-19 13:14:04
Also in:
linux-gpio, linux-input, linux-pwm, lkml
On Fri, May 09, 2025 at 11:14:38AM +0200, mathieu.dubois-briand@bootlin.com wrote:
From: Kamel Bouhara <kamel.bouhara@bootlin.com> Add driver for Maxim Integrated MAX7360 PWM controller, supporting up to 8 independent PWM outputs.
...
+ return regmap_write_bits(regmap, MAX7360_REG_PORTS, BIT(pwm->hwpwm), BIT(pwm->hwpwm));
FWIW, it may be replaced with regmap_set_bits(). -- With Best Regards, Andy Shevchenko