linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/3] net: fec: add some optimizations
@ 2025-07-11  9:16 Wei Fang
  2025-07-11  9:16 ` [PATCH v2 net-next 1/3] net: fec: use phy_interface_mode_is_rgmii() to check RGMII mode Wei Fang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Wei Fang @ 2025-07-11  9:16 UTC (permalink / raw)
  To: shenwei.wang, xiaoning.wang, andrew+netdev, davem, edumazet, kuba,
	pabeni, maxime.chevallier
  Cc: netdev, linux-kernel, imx

Add some optimizations to the fec driver, see each patch for details.

---
v1 Link: https://lore.kernel.org/imx/20250710090902.1171180-1-wei.fang@nxp.com/
v2 changes:
1. Patch 3: Change the implementation of fec_set_hw_mac_addr() to make
it more readable.
2. Collect Reviewed-by tags.
---

Wei Fang (3):
  net: fec: use phy_interface_mode_is_rgmii() to check RGMII mode
  net: fec: add more macros for bits of FEC_ECR
  net: fec: add fec_set_hw_mac_addr() helper function

 drivers/net/ethernet/freescale/fec_main.c | 43 ++++++++++++-----------
 1 file changed, 22 insertions(+), 21 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-07-15  0:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-11  9:16 [PATCH v2 net-next 0/3] net: fec: add some optimizations Wei Fang
2025-07-11  9:16 ` [PATCH v2 net-next 1/3] net: fec: use phy_interface_mode_is_rgmii() to check RGMII mode Wei Fang
2025-07-11  9:16 ` [PATCH v2 net-next 2/3] net: fec: add more macros for bits of FEC_ECR Wei Fang
2025-07-11  9:16 ` [PATCH v2 net-next 3/3] net: fec: add fec_set_hw_mac_addr() helper function Wei Fang
2025-07-12 16:32   ` Andrew Lunn
2025-07-15  0:30 ` [PATCH v2 net-next 0/3] net: fec: add some optimizations 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).