devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v1 0/4] net: stmmac: Enable Per DMA Channel interrupt
@ 2023-12-22  5:44 Leong Ching Swee
  2023-12-22  5:44 ` [PATCH net-next v1 1/4] dt-bindings: net: snps,dwmac: per channel irq Leong Ching Swee
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Leong Ching Swee @ 2023-12-22  5:44 UTC (permalink / raw)
  To: Maxime Coquelin, Alexandre Torgue, Jose Abreu, David S . Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Giuseppe Cavallaro
  Cc: linux-stm32, linux-arm-kernel, linux-kernel, netdev, devicetree,
	Swee Leong Ching

From: Swee Leong Ching <leong.ching.swee@intel.com>

Hi,
Add Per DMA Channel interrupt feature for DWXGMAC IP.
 
Patchset (link below) contains per DMA channel interrupt, But it was 
achieved.
https://lore.kernel.org/lkml/20230821203328.GA2197059-
robh@kernel.org/t/#m849b529a642e1bff89c05a07efc25d6a94c8bfb4
 
Some of the changes in this patchset are based on reviewer comment on 
patchset mentioned beforehand.

Swee Leong Ching (4):
  dt-bindings: net: snps,dwmac: per channel irq
  net: stmmac: Make MSI interrupt routine generic
  net: stmmac: Add support for TX/RX channel interrupt
  net: stmmac: Use interrupt mode INTM=1 for per channel irq

 .../devicetree/bindings/net/snps,dwmac.yaml   | 24 ++++++++++----
 .../net/ethernet/stmicro/stmmac/dwmac-intel.c |  4 +--
 .../net/ethernet/stmicro/stmmac/dwmac4_dma.c  |  2 +-
 .../net/ethernet/stmicro/stmmac/dwxgmac2.h    |  3 ++
 .../ethernet/stmicro/stmmac/dwxgmac2_dma.c    | 32 +++++++++++--------
 .../net/ethernet/stmicro/stmmac/stmmac_main.c | 29 +++++++++--------
 .../ethernet/stmicro/stmmac/stmmac_platform.c | 24 ++++++++++++++
 include/linux/stmmac.h                        |  4 +--
 8 files changed, 84 insertions(+), 38 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-01-03  7:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-22  5:44 [PATCH net-next v1 0/4] net: stmmac: Enable Per DMA Channel interrupt Leong Ching Swee
2023-12-22  5:44 ` [PATCH net-next v1 1/4] dt-bindings: net: snps,dwmac: per channel irq Leong Ching Swee
2023-12-22 14:51   ` Serge Semin
2024-01-02  8:27     ` Swee, Leong Ching
2023-12-22  5:44 ` [PATCH net-next v1 2/4] net: stmmac: Make MSI interrupt routine generic Leong Ching Swee
2023-12-22 19:02   ` Serge Semin
2024-01-03  7:51     ` Swee, Leong Ching
2023-12-22  5:44 ` [PATCH net-next v1 3/4] net: stmmac: Add support for TX/RX channel interrupt Leong Ching Swee
2023-12-22 21:49   ` Serge Semin
2024-01-03  7:57     ` Swee, Leong Ching
2023-12-22  5:44 ` [PATCH net-next v1 4/4] net: stmmac: Use interrupt mode INTM=1 for per channel irq Leong Ching Swee
2023-12-22 21:56   ` Serge Semin
2023-12-29 11:51     ` Swee, Leong Ching
2023-12-22 14:44 ` [PATCH net-next v1 0/4] net: stmmac: Enable Per DMA Channel interrupt Serge Semin

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).