pwm: visconti: Fix and simplify period calculation
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 26 Apr 2021 15:03:50 +0000 (17:03 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 25 May 2021 16:29:40 +0000 (18:29 +0200)
commit937efa29e70f7f8424b74631375dcb35d82a4614
tree518cff12f16c69053a475ec7e74a04615b020852
parente9fdf122cf3442573d811c0cb664d6b5c30b7780
pwm: visconti: Fix and simplify period calculation

With the original code a request for period = 65536000 ns and period =
32768000 ns yields the same register settings (which results in 32768000
ns) because the value for pwmc0 was miscalculated.

Also simplify using that fls(0) is 0.

Fixes: 721b595744f1 ("pwm: visconti: Add Toshiba Visconti SoC PWM support")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-visconti.c