Hello, this is a set of patches I based my efforts for closing a race condition in the pwm core on. I thought I already sent them out, but it seems I didn't. So here they come! Best regards Uwe Uwe Kleine-König (11): pwm: bcm-iproc: Simplify using devm functions pwm: bcm2835: Simplify using devm functions pwm: brcmstb: Simplify using devm functions pwm: imx-tpm: Simplify using devm functions pwm: mtk-disp: Simplify using devm_pwmchip_add() pwm: spear: Simplify using devm functions pwm: sprd: Provide a helper to cast a chip to driver data pwm: sprd: Simplify using devm_pwmchip_add() and dev_err_probe() pwm: vt8500: Simplify using devm functions pwm: samsung: Consistently use the same name for driver data pwm: cros-ec: Simplify using devm_pwmchip_add() and dev_err_probe() drivers/pwm/pwm-bcm-iproc.c | 37 +++------- drivers/pwm/pwm-bcm2835.c | 27 ++------ drivers/pwm/pwm-brcmstb.c | 42 +++--------- drivers/pwm/pwm-cros-ec.c | 33 +++------ drivers/pwm/pwm-imx-tpm.c | 29 ++------ drivers/pwm/pwm-mtk-disp.c | 24 ++----- drivers/pwm/pwm-samsung.c | 130 ++++++++++++++++++------------------ drivers/pwm/pwm-spear.c | 40 +++-------- drivers/pwm/pwm-sprd.c | 28 +++----- drivers/pwm/pwm-vt8500.c | 42 +++--------- 10 files changed, 137 insertions(+), 295 deletions(-) base-commit: 0bb80ecc33a8fb5a682236443c1e740d5c917d1d -- 2.40.1