Message ID | cover.1701713943.git.u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
Headers | show |
Series | net*: Convert to platform remove callback returning void | expand |
Hi Uwe, u.kleine-koenig@pengutronix.de wrote on Mon, 4 Dec 2023 19:30:40 +0100: > Hello, > > (implicit) v1 of this series can be found at > https://lore.kernel.org/netdev/20231117095922.876489-1-u.kleine-koenig@pengutronix.de. > Changes since then: > > - Dropped patch #1 as Alex objected. Patch #1 (was #2 before) now > converts ipa to remove_new() and introduces an error message in the > error path that failed before. > > - Rebased to today's next > > - Add the tags received in the previous round. > > Uwe Kleine-König (9): > net: ipa: Convert to platform remove callback returning void > net: fjes: Convert to platform remove callback returning void > net: pcs: rzn1-miic: Convert to platform remove callback returning > void > net: sfp: Convert to platform remove callback returning void > net: wan/fsl_ucc_hdlc: Convert to platform remove callback returning > void > net: wan/ixp4xx_hss: Convert to platform remove callback returning > void > net: wwan: qcom_bam_dmux: Convert to platform remove callback > returning void > ieee802154: fakelb: Convert to platform remove callback returning void > ieee802154: hwsim: Convert to platform remove callback returning void FYI, I plan on taking patches 8 and 9 through wpan-next. Thanks, Miquèl
Hello Miquel, On Tue, Dec 05, 2023 at 07:51:10AM +0100, Miquel Raynal wrote: > u.kleine-koenig@pengutronix.de wrote on Mon, 4 Dec 2023 19:30:40 +0100: > > (implicit) v1 of this series can be found at > > https://lore.kernel.org/netdev/20231117095922.876489-1-u.kleine-koenig@pengutronix.de. > > Changes since then: > > > > - Dropped patch #1 as Alex objected. Patch #1 (was #2 before) now > > converts ipa to remove_new() and introduces an error message in the > > error path that failed before. > > > > - Rebased to today's next > > > > - Add the tags received in the previous round. > > > > Uwe Kleine-König (9): > > net: ipa: Convert to platform remove callback returning void > > net: fjes: Convert to platform remove callback returning void > > net: pcs: rzn1-miic: Convert to platform remove callback returning > > void > > net: sfp: Convert to platform remove callback returning void > > net: wan/fsl_ucc_hdlc: Convert to platform remove callback returning > > void > > net: wan/ixp4xx_hss: Convert to platform remove callback returning > > void > > net: wwan: qcom_bam_dmux: Convert to platform remove callback > > returning void > > ieee802154: fakelb: Convert to platform remove callback returning void > > ieee802154: hwsim: Convert to platform remove callback returning void > > FYI, I plan on taking patches 8 and 9 through wpan-next. I forgot to mention explicitly that there are no interdependencies in this series. So each maintainer picking up up their patches is fine. Thanks Uwe
Hello Uwe, u.kleine-koenig@pengutronix.de wrote on Tue, 5 Dec 2023 08:39:11 +0100: > Hello Miquel, > > On Tue, Dec 05, 2023 at 07:51:10AM +0100, Miquel Raynal wrote: > > u.kleine-koenig@pengutronix.de wrote on Mon, 4 Dec 2023 19:30:40 +0100: > > > (implicit) v1 of this series can be found at > > > https://lore.kernel.org/netdev/20231117095922.876489-1-u.kleine-koenig@pengutronix.de. > > > Changes since then: > > > > > > - Dropped patch #1 as Alex objected. Patch #1 (was #2 before) now > > > converts ipa to remove_new() and introduces an error message in the > > > error path that failed before. > > > > > > - Rebased to today's next > > > > > > - Add the tags received in the previous round. > > > > > > Uwe Kleine-König (9): > > > net: ipa: Convert to platform remove callback returning void > > > net: fjes: Convert to platform remove callback returning void > > > net: pcs: rzn1-miic: Convert to platform remove callback returning > > > void > > > net: sfp: Convert to platform remove callback returning void > > > net: wan/fsl_ucc_hdlc: Convert to platform remove callback returning > > > void > > > net: wan/ixp4xx_hss: Convert to platform remove callback returning > > > void > > > net: wwan: qcom_bam_dmux: Convert to platform remove callback > > > returning void > > > ieee802154: fakelb: Convert to platform remove callback returning void > > > ieee802154: hwsim: Convert to platform remove callback returning void > > > > FYI, I plan on taking patches 8 and 9 through wpan-next. > > I forgot to mention explicitly that there are no interdependencies in > this series. So each maintainer picking up up their patches is fine. Yes, no problem, it was quick to figure out. Thanks, Miquèl
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 4 Dec 2023 19:30:40 +0100 you wrote: > Hello, > > (implicit) v1 of this series can be found at > https://lore.kernel.org/netdev/20231117095922.876489-1-u.kleine-koenig@pengutronix.de. > Changes since then: > > - Dropped patch #1 as Alex objected. Patch #1 (was #2 before) now > converts ipa to remove_new() and introduces an error message in the > error path that failed before. > > [...] Here is the summary with links: - [net-next,v2,1/9] net: ipa: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/a92dbb9cdf04 - [net-next,v2,2/9] net: fjes: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/2ce19934a4dc - [net-next,v2,3/9] net: pcs: rzn1-miic: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/e36dc85c245f - [net-next,v2,4/9] net: sfp: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/bb1afee98466 - [net-next,v2,5/9] net: wan/fsl_ucc_hdlc: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/2d0c06fd39be - [net-next,v2,6/9] net: wan/ixp4xx_hss: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/2d8590858753 - [net-next,v2,7/9] net: wwan: qcom_bam_dmux: Convert to platform remove callback returning void https://git.kernel.org/netdev/net-next/c/a06041e2f4ae - [net-next,v2,8/9] ieee802154: fakelb: Convert to platform remove callback returning void (no matching commit) - [net-next,v2,9/9] ieee802154: hwsim: Convert to platform remove callback returning void (no matching commit) You are awesome, thank you!