[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240827075219.3793198-1-ruanjinjie@huawei.com>
Date: Tue, 27 Aug 2024 15:52:12 +0800
From: Jinjie Ruan <ruanjinjie@...wei.com>
To: <woojung.huh@...rochip.com>, <andrew@...n.ch>, <f.fainelli@...il.com>,
<olteanv@...il.com>, <davem@...emloft.net>, <edumazet@...gle.com>,
<kuba@...nel.org>, <pabeni@...hat.com>, <linus.walleij@...aro.org>,
<alsi@...g-olufsen.dk>, <justin.chen@...adcom.com>,
<sebastian.hesselbarth@...il.com>, <alexandre.torgue@...s.st.com>,
<joabreu@...opsys.com>, <mcoquelin.stm32@...il.com>, <wens@...e.org>,
<jernej.skrabec@...il.com>, <samuel@...lland.org>, <hkallweit1@...il.com>,
<linux@...linux.org.uk>, <ansuelsmth@...il.com>,
<UNGLinuxDriver@...rochip.com>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <bcm-kernel-feedback-list@...adcom.com>,
<linux-arm-kernel@...ts.infradead.org>, <linux-sunxi@...ts.linux.dev>,
<linux-stm32@...md-mailman.stormreply.com>, <krzk@...nel.org>,
<jic23@...nel.org>
CC: <ruanjinjie@...wei.com>
Subject: [PATCH -next 0/7] net: Simplified with scoped function
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
Powered by blists - more mailing lists