ARM Sunxi Platform Development
 help / color / mirror / Atom feed
* [PATCH -next 0/7] net: Simplified with scoped function
@ 2024-08-27  7:52 Jinjie Ruan
  2024-08-27  7:52 ` [PATCH -next 1/7] net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped() and __free() Jinjie Ruan
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Jinjie Ruan @ 2024-08-27  7:52 UTC (permalink / raw)
  To: woojung.huh, andrew, f.fainelli, olteanv, davem, edumazet, kuba,
	pabeni, linus.walleij, alsi, justin.chen, sebastian.hesselbarth,
	alexandre.torgue, joabreu, mcoquelin.stm32, wens, jernej.skrabec,
	samuel, hkallweit1, linux, ansuelsmth, UNGLinuxDriver, netdev,
	linux-kernel, bcm-kernel-feedback-list, linux-arm-kernel,
	linux-sunxi, linux-stm32, krzk, jic23
  Cc: ruanjinjie

Simplify with scoped for each OF child loop and __free().

Jinjie Ruan (7):
  net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped() and
    __free()
  net: dsa: realtek: Use for_each_child_of_node_scoped() and __free()
  net: phy: Fix missing of_node_put() for leds
  net: mdio: mux-mmioreg: Simplified with scoped function and
    dev_err_probe()
  net: mv643xx_eth: Simplify with scoped for each OF child loop
  net: dsa: microchip: Use scoped function and __free() to simplfy code
  net: bcmasp: Simplify with scoped for each OF child loop

 drivers/net/dsa/microchip/ksz_common.c        | 12 ++---
 drivers/net/dsa/realtek/rtl8366rb.c           | 11 ++--
 drivers/net/ethernet/broadcom/asp2/bcmasp.c   | 18 +++----
 drivers/net/ethernet/marvell/mv643xx_eth.c    |  5 +-
 .../net/ethernet/stmicro/stmmac/dwmac-sun8i.c | 20 +++-----
 drivers/net/mdio/mdio-mux-mmioreg.c           | 51 ++++++++-----------
 drivers/net/phy/phy_device.c                  |  6 +--
 7 files changed, 46 insertions(+), 77 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-08-30 22:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27  7:52 [PATCH -next 0/7] net: Simplified with scoped function Jinjie Ruan
2024-08-27  7:52 ` [PATCH -next 1/7] net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped() and __free() Jinjie Ruan
2024-08-27 12:52   ` Andrew Lunn
2024-08-28  1:59     ` Jinjie Ruan
2024-08-27  7:52 ` [PATCH -next 2/7] net: dsa: realtek: " Jinjie Ruan
2024-08-30 22:17   ` Linus Walleij
2024-08-27  7:52 ` [PATCH -next 3/7] net: phy: Fix missing of_node_put() for leds Jinjie Ruan
2024-08-27  7:52 ` [PATCH -next 4/7] net: mdio: mux-mmioreg: Simplified with scoped function and dev_err_probe() Jinjie Ruan
2024-08-27  7:52 ` [PATCH -next 5/7] net: mv643xx_eth: Simplify with scoped for each OF child loop Jinjie Ruan
2024-08-27  7:52 ` [PATCH -next 6/7] net: dsa: microchip: Use scoped function and __free() to simplfy code Jinjie Ruan
2024-08-27  7:52 ` [PATCH -next 7/7] net: bcmasp: Simplify with scoped for each OF child loop Jinjie Ruan
2024-08-27 12:44 ` [PATCH -next 0/7] net: Simplified with scoped function Andrew Lunn
2024-08-28  1:59   ` Jinjie Ruan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox