netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/9] net*: Convert to platform remove callback returning void
@ 2023-12-04 18:30 Uwe Kleine-König
  2023-12-04 18:30 ` [PATCH net-next v2 1/9] net: ipa: " Uwe Kleine-König
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Uwe Kleine-König @ 2023-12-04 18:30 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: Alex Elder, netdev, kernel, Marc Kleine-Budde, Nick Child,
	Christian Marangi, Clément Léger, Andrew Lunn,
	Heiner Kallweit, Russell King, linux-renesas-soc, Zhao Qiang,
	linuxppc-dev, Linus Walleij, Imre Kaloz, linux-arm-kernel,
	Stephan Gerhold, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Loic Poulain, Sergey Ryazanov, Johannes Berg, linux-arm-msm,
	Alexander Aring, Stefan Schmidt, Miquel Raynal, linux-wpan

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

 drivers/net/fjes/fjes_main.c             |  6 ++---
 drivers/net/ieee802154/fakelb.c          |  5 ++--
 drivers/net/ieee802154/mac802154_hwsim.c |  6 ++---
 drivers/net/ipa/ipa_main.c               | 29 +++++++++++-------------
 drivers/net/pcs/pcs-rzn1-miic.c          |  6 ++---
 drivers/net/phy/sfp.c                    |  6 ++---
 drivers/net/wan/fsl_ucc_hdlc.c           |  6 ++---
 drivers/net/wan/ixp4xx_hss.c             |  5 ++--
 drivers/net/wwan/qcom_bam_dmux.c         |  6 ++---
 9 files changed, 29 insertions(+), 46 deletions(-)


base-commit: 629a3b49f3f957e975253c54846090b8d5ed2e9b
-- 
2.42.0


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-12-06  4:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04 18:30 [PATCH net-next v2 0/9] net*: Convert to platform remove callback returning void Uwe Kleine-König
2023-12-04 18:30 ` [PATCH net-next v2 1/9] net: ipa: " Uwe Kleine-König
2023-12-04 18:30 ` [PATCH net-next v2 2/9] net: fjes: " Uwe Kleine-König
2023-12-04 18:30 ` [PATCH net-next v2 3/9] net: pcs: rzn1-miic: " Uwe Kleine-König
2023-12-04 22:50   ` Russell King (Oracle)
2023-12-04 18:30 ` [PATCH net-next v2 4/9] net: sfp: " Uwe Kleine-König
2023-12-04 22:49   ` Russell King (Oracle)
2023-12-04 18:30 ` [PATCH net-next v2 5/9] net: wan/fsl_ucc_hdlc: " Uwe Kleine-König
2023-12-04 18:30 ` [PATCH net-next v2 6/9] net: wan/ixp4xx_hss: " Uwe Kleine-König
2023-12-05 22:43   ` Linus Walleij
2023-12-04 18:30 ` [PATCH net-next v2 7/9] net: wwan: qcom_bam_dmux: " Uwe Kleine-König
2023-12-04 18:30 ` [PATCH net-next v2 8/9] ieee802154: fakelb: " Uwe Kleine-König
2023-12-04 18:30 ` [PATCH net-next v2 9/9] ieee802154: hwsim: " Uwe Kleine-König
2023-12-05  6:51 ` [PATCH net-next v2 0/9] net*: " Miquel Raynal
2023-12-05  7:39   ` Uwe Kleine-König
2023-12-05  7:50     ` Miquel Raynal
2023-12-06  4:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).