Re: [PATCH 0/4] gpu: Convert to platform remove callback returning void

2024-04-23 Thread Matt Coster
On 19/04/2024 08:20, Uwe Kleine-König wrote: > Hello, > > On Tue, Apr 09, 2024 at 07:02:47PM +0200, Uwe Kleine-König wrote: >> with some patches sent earlier[1], this series converts all platform >> drivers below drivers/gpu to not use struct platform_device::remove() >> any more. >> >> See

Re: [PATCH 0/4] gpu: Convert to platform remove callback returning void

2024-04-19 Thread Thierry Reding
On Fri Apr 19, 2024 at 9:20 AM CEST, Uwe Kleine-König wrote: > Hello, > > On Tue, Apr 09, 2024 at 07:02:47PM +0200, Uwe Kleine-König wrote: > > with some patches sent earlier[1], this series converts all platform > > drivers below drivers/gpu to not use struct platform_device::remove() > > any

Re: [PATCH 0/4] gpu: Convert to platform remove callback returning void

2024-04-19 Thread Uwe Kleine-König
Hello, On Tue, Apr 09, 2024 at 07:02:47PM +0200, Uwe Kleine-König wrote: > with some patches sent earlier[1], this series converts all platform > drivers below drivers/gpu to not use struct platform_device::remove() > any more. > > See commit 5c5a7680e67b ("platform: Provide a remove callback

Re: [PATCH 0/4] gpu: Convert to platform remove callback returning void

2024-04-09 Thread Thomas Zimmermann
Hi Reviewed-by: Thomas Zimmermann for the series. Best regards Thomas Am 09.04.24 um 19:02 schrieb Uwe Kleine-König: Hello, with some patches sent earlier[1], this series converts all platform drivers below drivers/gpu to not use struct platform_device::remove() any more. See commit

Re: [PATCH 0/4] gpu: Convert to platform remove callback returning void

2024-04-09 Thread Uwe Kleine-König
On Tue, Apr 09, 2024 at 07:02:47PM +0200, Uwe Kleine-König wrote: > Hello, > > with some patches sent earlier[1], this series converts all platform > drivers below drivers/gpu to not use struct platform_device::remove() > any more. I forgot to include footnote with the list of earlier patches.

[PATCH 0/4] gpu: Convert to platform remove callback returning void

2024-04-09 Thread Uwe Kleine-König
Hello, with some patches sent earlier[1], this series converts all platform drivers below drivers/gpu to not use struct platform_device::remove() any more. See commit 5c5a7680e67b ("platform: Provide a remove callback that returns no value") for an extended explanation and the eventual goal.