Message ID | 20231004131254.2673842-1-u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | EDAC: Convert to platform remove callback returning void | expand |
Hello Boris, hello Tony, On Wed, Oct 04, 2023 at 03:12:33PM +0200, Uwe Kleine-König wrote: > this series converts all platform drivers below drivers/edac to use > .remove_new(). The motivation is to get rid of an integer return code > that is (mostly) ignored by the platform driver core and error prone on > the driver side. However none of the edac drivers suffered from the easy > to make bug, so all drivers are converted in a trivial way. > > See commit 5c5a7680e67b ("platform: Provide a remove callback that > returns no value") for an extended explanation and the eventual goal. > > The patch for npcm was already sent back in June > (https://lore.kernel.org/linux-edac/20230628071354.665300-1-u.kleine-koenig@pengutronix.de) > but didn't result in enthusiastic review comments and it wasn't picked > up. > > There are no interdependencies between the patches. As there are still > quite a few drivers to convert, I'm happy about every patch that makes > it in. So even if there is a merge conflict with one patch until you > apply, please apply the remainder of this series anyhow. I'll come back > to the part that you (maybe) skipped at a later point. Any news on this series? Would a resend help? Best regards Uwe
On Mon, Nov 20, 2023 at 05:20:54PM +0100, Uwe Kleine-König wrote:
> Any news on this series? Would a resend help?
Nah, lemme have a look.
On Wed, Oct 04, 2023 at 03:12:33PM +0200, Uwe Kleine-König wrote: > Uwe Kleine-König (21): > EDAC/altera: Convert to platform remove callback returning void > EDAC/armada_xp: Convert to platform remove callback returning void > EDAC/aspeed: Convert to platform remove callback returning void > EDAC/bluefield: Convert to platform remove callback returning void > EDAC/cell: Convert to platform remove callback returning void > EDAC/cpc925: Convert to platform remove callback returning void > EDAC/dmc520: Convert to platform remove callback returning void > EDAC/highbank_l2: Convert to platform remove callback returning void > EDAC/highbank_mc: Convert to platform remove callback returning void > EDAC/mpc85xx: Convert to platform remove callback returning void > EDAC/npcm: Convert to platform remove callback returning void > EDAC/octeon-l2c: Convert to platform remove callback returning void > EDAC/octeon-lmc: Convert to platform remove callback returning void > EDAC/octeon-pc: Convert to platform remove callback returning void > EDAC/octeon-pci: Convert to platform remove callback returning void > EDAC/ppc4xx: Convert to platform remove callback returning void > EDAC/qcom: Convert to platform remove callback returning void > EDAC/synopsys: Convert to platform remove callback returning void > EDAC/ti: Convert to platform remove callback returning void > EDAC/xgene: Convert to platform remove callback returning void > EDAC/zynqmp: Convert to platform remove callback returning void All applied, thanks.