Re: [PATCH v4 000/115] pwm: Fix lifetime issues for pwm_chips

2023-12-12 Thread Uwe Kleine-König
Hello Thierry, On Mon, Dec 11, 2023 at 12:33:04PM +0100, Thierry Reding wrote: > On Fri, Dec 08, 2023 at 07:50:33PM +0100, Uwe Kleine-König wrote: > > You don't need to touch all drivers because you didn't change struct > > pwm_chip::dev yet. (If you really want, you don't need to change that, > >

Re: [PATCH v4 000/115] pwm: Fix lifetime issues for pwm_chips

2023-12-11 Thread Uwe Kleine-König
Hello Thierry, On Mon, Dec 11, 2023 at 12:33:04PM +0100, Thierry Reding wrote: > On Fri, Dec 08, 2023 at 07:50:33PM +0100, Uwe Kleine-König wrote: > > The TL;DR; is essentially what I already wrote in my last reply to Bart > > in the v3 thread[1]: > > > > - My approach needs more changes to the

Re: [PATCH v4 000/115] pwm: Fix lifetime issues for pwm_chips

2023-12-11 Thread Thierry Reding
On Fri, Dec 08, 2023 at 07:50:33PM +0100, Uwe Kleine-König wrote: > Hello Thierry, > > On Fri, Dec 08, 2023 at 04:41:39PM +0100, Thierry Reding wrote: > > On Wed, Dec 06, 2023 at 12:43:14PM +0100, Uwe Kleine-König wrote: > > > This series is based on Thierry's for-next. > > > > > > It starts with

Re: [PATCH v4 000/115] pwm: Fix lifetime issues for pwm_chips

2023-12-08 Thread Uwe Kleine-König
Hello Thierry, On Fri, Dec 08, 2023 at 04:41:39PM +0100, Thierry Reding wrote: > On Wed, Dec 06, 2023 at 12:43:14PM +0100, Uwe Kleine-König wrote: > > This series is based on Thierry's for-next. > > > > It starts with some cleanups that were all sent out separately already: > > > > - "pwm: Redu

Re: [PATCH v4 000/115] pwm: Fix lifetime issues for pwm_chips

2023-12-08 Thread Thierry Reding
On Wed, Dec 06, 2023 at 12:43:14PM +0100, Uwe Kleine-König wrote: > Hello, > > This series is based on Thierry's for-next. > > It starts with some cleanups that were all sent out separately already: > > - "pwm: Reduce number of pointer dereferences in pwm_device_request()" > > https://lore.

[PATCH v4 000/115] pwm: Fix lifetime issues for pwm_chips

2023-12-06 Thread Uwe Kleine-König
Hello, This series is based on Thierry's for-next. It starts with some cleanups that were all sent out separately already: - "pwm: Reduce number of pointer dereferences in pwm_device_request()" https://lore.kernel.org/linux-pwm/20231130072105.966848-1-u.kleine-koe...@pengutronix.de - "pwm: