Netdev List
 help / color / mirror / Atom feed
* [PATCH 00/10] net: emac: various cleanups, fixes, and feature additions
@ 2026-06-30  4:16 Rosen Penev
  2026-06-30  4:16 ` [PATCH 01/10] net: emac: remove emac_xaht_base() Rosen Penev
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Rosen Penev @ 2026-06-30  4:16 UTC (permalink / raw)
  To: netdev
  Cc: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, open list

This series targets the IBM EMAC (Ethernet Media Access Controller)
driver used on PowerPC 4xx SoCs. It removes unused infrastructure,
fixes sparse warnings, replaces legacy helpers, streamlines
synchronization, fixes DMA API usage, and adds BQL support along
with ndo_get_stats64 conversion.

Rosen Penev (10):
  net: emac: remove emac_xaht_base()
  net: emac: fix sparse __iomem warnings in IAHT register access
  net: emac: use DMA-specific and SMP memory barriers
  net: emac: mal: replace of_get_property with of_property_read_u32
  net: emac: mal: replace busy-wait in mal_poll_disable with wait_event
  net: emac: batch stats, eliminate modulo, tighten barrier in RX poll
  net: emac: fix DMA API mapping and unmapping correctness
  net: emac: replace #ifdef CONFIG_PPC_DCR_NATIVE with IS_ENABLED()
  net: emac: add Byte Queue Limits (BQL) support
  net: emac: use ndo_get_stats64 instead of ndo_get_stats

 drivers/net/ethernet/ibm/emac/core.c  | 253 ++++++++++++++++----------
 drivers/net/ethernet/ibm/emac/core.h  |  17 +-
 drivers/net/ethernet/ibm/emac/mal.c   |  37 ++--
 drivers/net/ethernet/ibm/emac/mal.h   |   3 +
 drivers/net/ethernet/ibm/emac/rgmii.c |   2 +-
 drivers/net/ethernet/ibm/emac/tah.c   |   2 +-
 drivers/net/ethernet/ibm/emac/zmii.c  |   4 +-
 7 files changed, 188 insertions(+), 130 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-06-30  4:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-30  4:16 [PATCH 00/10] net: emac: various cleanups, fixes, and feature additions Rosen Penev
2026-06-30  4:16 ` [PATCH 01/10] net: emac: remove emac_xaht_base() Rosen Penev
2026-06-30  4:16 ` [PATCH 02/10] net: emac: fix sparse __iomem warnings in IAHT register access Rosen Penev
2026-06-30  4:16 ` [PATCH 03/10] net: emac: use DMA-specific and SMP memory barriers Rosen Penev
2026-06-30  4:16 ` [PATCH 04/10] net: emac: mal: replace of_get_property with of_property_read_u32 Rosen Penev
2026-06-30  4:16 ` [PATCH 05/10] net: emac: mal: replace busy-wait in mal_poll_disable with wait_event Rosen Penev
2026-06-30  4:16 ` [PATCH 06/10] net: emac: batch stats, eliminate modulo, tighten barrier in RX poll Rosen Penev
2026-06-30  4:16 ` [PATCH 07/10] net: emac: fix DMA API mapping and unmapping correctness Rosen Penev
2026-06-30  4:16 ` [PATCH 08/10] net: emac: replace #ifdef CONFIG_PPC_DCR_NATIVE with IS_ENABLED() Rosen Penev
2026-06-30  4:16 ` [PATCH 09/10] net: emac: add Byte Queue Limits (BQL) support Rosen Penev
2026-06-30  4:16 ` [PATCH 10/10] net: emac: use ndo_get_stats64 instead of ndo_get_stats Rosen Penev

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