Hello, On Sun, Mar 10, 2024 at 12:00:53PM +0100, Uwe Kleine-König wrote: > Uwe Kleine-König (6): > pwm: sti: Simplify probe function using devm functions > pwm: sti: Improve error reporting using dev_err_probe() > pwm: sti: Drop member from driver data that only carries a constant > pwm: sti: Maintain all per-chip driver data in a single struct > pwm: sti: Use devm_kcalloc() instead of calculating the size for > devm_kzalloc() > pwm: sti: Prefer local variable over pointer dereference > > drivers/pwm/pwm-sti.c | 161 ++++++++++++++---------------------------- > 1 file changed, 54 insertions(+), 107 deletions(-) I applied this to my for-nexxt branch. Don't rely on the commit sha, the branch will see a rebase on (at least) v6.9-rc1. I'll also continue to address feedback (be it a request for changes or review tags). Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | https://www.pengutronix.de/ |