On Mon, Nov 08, 2021 at 02:46:24PM +0100, Uwe Kleine-König wrote: > In .request() pwm_get_chip_data() returns NULL always since commit > e926b12c611c ("pwm: Clear chip_data in pwm_put()"). (And if it didn't > returning 0 would be wrong because then .request() wouldn't reenable > the clk which the other driver code depends on.) > > Signed-off-by: Uwe Kleine-König > --- > drivers/pwm/pwm-meson.c | 8 +------- > 1 file changed, 1 insertion(+), 7 deletions(-) All four patches applied, thanks. Thierry