All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next v3 0/3] rework IRQ handling in mtk_eth_soc
@ 2025-06-15 15:03 ` Frank Wunderlich
  0 siblings, 0 replies; 13+ messages in thread
From: Frank Wunderlich @ 2025-06-15 15:03 UTC (permalink / raw)
  To: Felix Fietkau, Sean Wang, Lorenzo Bianconi, Andrew Lunn,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: Frank Wunderlich, netdev, linux-kernel, linux-arm-kernel,
	linux-mediatek, Simon Horman, Daniel Golle

From: Frank Wunderlich <frank-w@public-files.de>

This series introduces named IRQs while keeping the index based way
for older dts.
Further it makes some cleanup like adding consts for index access and
avoids loading first IRQ which was not used on non SHARED_INT SoCs.

Frank Wunderlich (3):
  net: ethernet: mtk_eth_soc: support named IRQs
  net: ethernet: mtk_eth_soc: add consts for irq index
  net: ethernet: mtk_eth_soc: change code to skip first IRQ completely

 drivers/net/ethernet/mediatek/mtk_eth_soc.c | 56 ++++++++++++++-------
 drivers/net/ethernet/mediatek/mtk_eth_soc.h |  5 ++
 2 files changed, 44 insertions(+), 17 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2025-06-15 20:04 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-15 15:03 [net-next v3 0/3] rework IRQ handling in mtk_eth_soc Frank Wunderlich
2025-06-15 15:03 ` Frank Wunderlich
2025-06-15 15:03 ` [net-next v3 1/3] net: ethernet: mtk_eth_soc: support named IRQs Frank Wunderlich
2025-06-15 15:03   ` Frank Wunderlich
2025-06-15 15:03 ` [net-next v3 2/3] net: ethernet: mtk_eth_soc: add consts for irq index Frank Wunderlich
2025-06-15 15:03   ` Frank Wunderlich
2025-06-15 15:03 ` [net-next v3 3/3] net: ethernet: mtk_eth_soc: change code to skip first IRQ completely Frank Wunderlich
2025-06-15 15:03   ` Frank Wunderlich
2025-06-15 19:49   ` Daniel Golle
2025-06-15 19:49     ` Daniel Golle
2025-06-15 20:02     ` Frank Wunderlich
2025-06-15 20:02       ` Frank Wunderlich
2025-06-15 16:42 ` Aw: [net-next v3 0/3] rework IRQ handling in mtk_eth_soc Frank Wunderlich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.