Message ID | 20231109202830.4124591-1-u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | bus: Convert to platform remove callback returning void | expand |
On Thu, Nov 9, 2023, at 21:28, Uwe Kleine-König wrote: > Hello, > > 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. Arnd