On Fri, Apr 08, 2022 at 05:45:20PM +0200, Uwe Kleine-König wrote: > To eventually get rid of all legacy drivers convert this driver to the > modern world implementing .apply(). > > This fixes a small issue in clps711x_get_duty() en passant: the > multiplication v * 0xf might have overflown. > > Signed-off-by: Uwe Kleine-König > --- > drivers/pwm/pwm-clps711x.c | 68 ++++++++++++-------------------------- > 1 file changed, 21 insertions(+), 47 deletions(-) Applied, thanks. Thierry