[PATCH v3 0/2] pwm: mediatek: Fix duty and period setting

AngeloGioacchino Del Regno angelogioacchino.delregno at collabora.com
Tue Jul 29 03:07:43 PDT 2025


Il 28/07/25 18:00, Uwe Kleine-König ha scritto:
> Hello,
> 
> here comes v3 of the (formerly patch, now) series to fix duty_cycle and
> period setting for the mediatek PWM driver.
> 
> v2: https://lore.kernel.org/linux-pwm/20250724210041.2513590-2-u.kleine-koenig@baylibre.com
> 
> Changes since v2:
> 
>   - Split changed clock handling into a separate patch (suggested by
>     AngeloGioacchino)
>   - Drop
> 
> 	if (err < 0)
> 	        return err;
> 
>     just before an unconditional
> 
> 	return err;
> 
>     .
> 
> 
> I didn't add a R-b for AngeloGioacchino yet, as it felt wrong to do that
> for a patch that he didn't see before. So assuming you're happy, please
> provide the tag again for this v3.
> 

For the whole series

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno at collabora.com>

Cheers,
Angelo

> v1: https://lore.kernel.org/linux-pwm/20250710163705.2095418-2-u.kleine-koenig@baylibre.com
> 
> Best regards
> Uwe
> 
> Uwe Kleine-König (2):
>    pwm: mediatek: Handle hardware enable and clock enable separately
>    pwm: mediatek: Fix duty and period setting
> 
>   drivers/pwm/pwm-mediatek.c | 71 ++++++++++++++++++++------------------
>   1 file changed, 37 insertions(+), 34 deletions(-)
> 
> base-commit: 68b9272ca7ac948b71aba482ef8244dee8032f46





More information about the linux-arm-kernel mailing list