Message ID | cover.1708508896.git.u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | misc: Convert to platform remove callback returning void | expand |
On Wed, Feb 21, 2024, at 10:53, Uwe Kleine-König wrote: > Hello, > > this series converts all drivers below drivers/misc 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() callbacks > returned zero unconditionally. > > There are no interdependencies between these patches, so they could be > picked up individually. But I'd hope that Greg or Arnd picks them up all > together. These all look good to me, whole series Acked-by: Arnd Bergmann <arnd@arndb.de>
Hello Arnd, hello Greg, On Wed, Feb 21, 2024 at 02:52:29PM +0100, Arnd Bergmann wrote: > On Wed, Feb 21, 2024, at 10:53, Uwe Kleine-König wrote: > > Hello, > > > > this series converts all drivers below drivers/misc 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() callbacks > > returned zero unconditionally. > > > > There are no interdependencies between these patches, so they could be > > picked up individually. But I'd hope that Greg or Arnd picks them up all > > together. > > These all look good to me, whole series > > Acked-by: Arnd Bergmann <arnd@arndb.de> Thanks. You (= Arnd and Greg) are the listed maintainers for drivers/misc/. How is this series supposed to be merged? Would a pull request help? Best regards Uwe
On Mon, Mar 04, 2024 at 11:36:23PM +0100, Uwe Kleine-König wrote: > Hello Arnd, hello Greg, > > On Wed, Feb 21, 2024 at 02:52:29PM +0100, Arnd Bergmann wrote: > > On Wed, Feb 21, 2024, at 10:53, Uwe Kleine-König wrote: > > > Hello, > > > > > > this series converts all drivers below drivers/misc 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() callbacks > > > returned zero unconditionally. > > > > > > There are no interdependencies between these patches, so they could be > > > picked up individually. But I'd hope that Greg or Arnd picks them up all > > > together. > > > > These all look good to me, whole series > > > > Acked-by: Arnd Bergmann <arnd@arndb.de> > > Thanks. > > You (= Arnd and Greg) are the listed maintainers for drivers/misc/. How > is this series supposed to be merged? Would a pull request help? I can take the patchset, let me catch up...