Message ID | 20231128174927.m46dgp4juig2omci@pengutronix.de (mailing list archive) |
---|---|
State | Accepted |
Commit | a351940d61e608c363c86462f2355e3896e1636d |
Headers | show |
Series | [PULL,v2] bus: Convert to platform remove callback returning void | expand |
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Tue, 28 Nov 2023 18:49:27 +0100 you wrote: > Hello Arnd, > > On Thu, Nov 16, 2023 at 12:53:07PM +0100, Uwe Kleine-König wrote: > > On Fri, Nov 10, 2023 at 07:32:01AM +0100, Arnd Bergmann wrote: > > > On Thu, Nov 9, 2023, at 21:28, Uwe Kleine-König wrote: > > > > this series converts all drivers below drivers/bus 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. > > > > > > > > drivers/bus/fsl-mc was already addressed earlier with a separate > > > > series[1]. > > > > > > > > All conversations are trivial, because all .remove() callbacks returned > > > > zero unconditionally. > > > > > > > > Some of the drivers touched here don't have a maintainer and there is no > > > > maintainer for all of drivers/bus. It would be great if someone could pick up > > > > the whole series, maybe Arnd might do that? > > > > > > Sure, please send a pull request to soc@kernel.org if there > > > are no further comments. > > > > here it comes: > > > > The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: > > > > Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) > > [...] Here is the summary with links: - [PULL,v2] bus: Convert to platform remove callback returning void https://git.kernel.org/soc/soc/c/a351940d61e6 You are awesome, thank you!