[PATCH net-next v2 0/7] Add of_get_available_child_by_name()
Biju Das
biju.das.jz at bp.renesas.com
Wed Feb 5 04:42:20 PST 2025
There are lot of net drivers using of_get_child_by_name() followed by
of_device_is_available() to find the available child node by name for a
given parent. Provide a helper for these users to simplify the code.
v1->v2:
* Make it as a series as per [1] to cover the dependency.
* Added Rb tag from Rob for patch#1 and this patch can be merged through
net as it is the main user.
* Updated all the patches with patch suffix net-next
* Dropped _free() usage.
[1]
https://lore.kernel.org/all/CAL_JsqLo4uSGYMcLXN=0iSUMHdW8RaGCY+o8ThQHq3_eUTV9wQ@mail.gmail.com/
Biju Das (7):
of: base: Add of_get_available_child_by_name()
net: dsa: rzn1_a5psw: Use of_get_available_child_by_name()
net: dsa: sja1105: Use of_get_available_child_by_name()
net: ethernet: mtk-star-emac: Use of_get_available_child_by_name()
net: ethernet: mtk_eth_soc: Use of_get_available_child_by_name()
net: ethernet: actions: Use of_get_available_child_by_name()
net: ibm: emac: Use of_get_available_child_by_name()
drivers/net/dsa/rzn1_a5psw.c | 8 +++---
drivers/net/dsa/sja1105/sja1105_mdio.c | 6 +----
drivers/net/ethernet/actions/owl-emac.c | 7 +----
drivers/net/ethernet/ibm/emac/core.c | 7 +----
drivers/net/ethernet/mediatek/mtk_eth_soc.c | 7 +----
drivers/net/ethernet/mediatek/mtk_star_emac.c | 7 +----
drivers/of/base.c | 27 +++++++++++++++++++
include/linux/of.h | 9 +++++++
8 files changed, 44 insertions(+), 34 deletions(-)
--
2.43.0
More information about the linux-arm-kernel
mailing list