Re: [PATCH 0/6] ipmi: Convert to platform remove callback returning void

2024-05-26 Thread Uwe Kleine-König
Hello Corey, On Sat, May 25, 2024 at 09:39:36AM -0500, Corey Minyard wrote: > On Sat, May 25, 2024 at 12:10:38PM +0200, Uwe Kleine-König wrote: > > These changes are in next since a while but didn't land in Linus tree > > for v6.10-rc1. I intend to send a PR to Greg early next week changing > >

Re: [PATCH 0/6] ipmi: Convert to platform remove callback returning void

2024-05-25 Thread Uwe Kleine-König
Hello Corey, On Thu, Apr 11, 2024 at 10:11:21AM -0500, Corey Minyard wrote: > On Thu, Apr 11, 2024 at 09:15:03AM +0200, Uwe Kleine-König wrote: > > Hello, > > > > On Tue, Mar 05, 2024 at 05:26:57PM +0100, Uwe Kleine-König wrote: > > > this series converts all drivers below drivers/char/ipmi to

Re: [PATCH 0/6] ipmi: Convert to platform remove callback returning void

2024-04-11 Thread Corey Minyard
On Thu, Apr 11, 2024 at 09:15:03AM +0200, Uwe Kleine-König wrote: > Hello, > > On Tue, Mar 05, 2024 at 05:26:57PM +0100, Uwe Kleine-König wrote: > > this series converts all drivers below drivers/char/ipmi to struct > > platform_driver::remove_new(). See commit 5c5a7680e67b ("platform: Provide a

Re: [PATCH 0/6] ipmi: Convert to platform remove callback returning void

2024-04-11 Thread Uwe Kleine-König
Hello, On Tue, Mar 05, 2024 at 05:26:57PM +0100, Uwe Kleine-König wrote: > this series converts all drivers below drivers/char/ipmi to struct > platform_driver::remove_new(). See commit 5c5a7680e67b ("platform: Provide a > remove callback that returns no value") for an extended explanation and

[PATCH 0/6] ipmi: Convert to platform remove callback returning void

2024-03-05 Thread Uwe Kleine-König
Hello, this series converts all drivers below drivers/char/ipmi to struct platform_driver::remove_new(). See commit 5c5a7680e67b ("platform: Provide a remove callback that returns no value") for an extended explanation and the eventual goal. All conversations are trivial, because their .remove()