netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] net: ethernet: mtk_eth_soc: improve support for MT7988
@ 2023-08-21 23:28 Daniel Golle
  2023-08-21 23:29 ` [PATCH net-next v2 1/4] net: ethernet: mtk_eth_soc: fix register definitions " Daniel Golle
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Daniel Golle @ 2023-08-21 23:28 UTC (permalink / raw)
  To: Felix Fietkau, John Crispin, Sean Wang, Mark Lee,
	Lorenzo Bianconi, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Matthias Brugger, AngeloGioacchino Del Regno,
	Daniel Golle, netdev, linux-kernel, linux-arm-kernel,
	linux-mediatek

This series fixes and completes commit 445eb6448ed3b ("net: ethernet:
mtk_eth_soc: add basic support for MT7988 SoC") and also adds support
for using the in-SoC SRAM to previous MT7986 and MT7981 SoCs.

Changes since v1:
 * SRAM is actual memory and doesn't require __iomem
 * Introduce stub ADDR64 operations on 32-bit platforms to avoid
   compiler warning

Daniel Golle (4):
  net: ethernet: mtk_eth_soc: fix register definitions for MT7988
  net: ethernet: mtk_eth_soc: add reset bits for MT7988
  net: ethernet: mtk_eth_soc: add support for in-SoC SRAM
  net: ethernet: mtk_eth_soc: support 36-bit DMA addressing on MT7988

 drivers/net/ethernet/mediatek/mtk_eth_soc.c | 194 +++++++++++++++-----
 drivers/net/ethernet/mediatek/mtk_eth_soc.h |  53 +++++-
 2 files changed, 197 insertions(+), 50 deletions(-)


base-commit: 7eb6deb3f55678216a6a0e956846c04958093ea5
-- 
2.41.0

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

end of thread, other threads:[~2023-08-21 23:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-21 23:28 [PATCH net-next v2 0/4] net: ethernet: mtk_eth_soc: improve support for MT7988 Daniel Golle
2023-08-21 23:29 ` [PATCH net-next v2 1/4] net: ethernet: mtk_eth_soc: fix register definitions " Daniel Golle
2023-08-21 23:29 ` [PATCH net-next v2 2/4] net: ethernet: mtk_eth_soc: add reset bits " Daniel Golle
2023-08-21 23:30 ` [PATCH net-next v2 3/4] net: ethernet: mtk_eth_soc: add support for in-SoC SRAM Daniel Golle
2023-08-21 23:30 ` [PATCH net-next v2 4/4] net: ethernet: mtk_eth_soc: support 36-bit DMA addressing on MT7988 Daniel Golle
2023-08-21 23:32   ` Daniel Golle

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