Re: [PATCH v8 04/11] pwm: max7360: Add MAX7360 PWM support
From: Andy Shevchenko
Date: Mon May 19 2025 - 09:14:27 EST
On Fri, May 09, 2025 at 11:14:38AM +0200, mathieu.dubois-briand@xxxxxxxxxxx wrote:
> From: Kamel Bouhara <kamel.bouhara@xxxxxxxxxxx>
>
> 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