linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH net-next v2 0/2] net: dsa: add support for MT7988
@ 2023-03-28 22:16 Daniel Golle
  2023-03-28 22:16 ` [RFC PATCH net-next v2 1/2] net: dsa: mt7530: split-off MDIO driver Daniel Golle
  2023-03-28 22:20 ` [RFC PATCH net-next v2 2/2] net: dsa: mt7530: introduce MMIO driver for MT7988 SoC Daniel Golle
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Golle @ 2023-03-28 22:16 UTC (permalink / raw)
  To: netdev, linux-mediatek, linux-arm-kernel, linux-kernel,
	Andrew Lunn, Florian Fainelli, Vladimir Oltean, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Matthias Brugger,
	AngeloGioacchino Del Regno, Sean Wang, Landen Chao, DENG Qingfang,
	Philipp Zabel
  Cc: Sam Shih, Lorenzo Bianconi, John Crispin, Felix Fietkau

The MediaTek MT7988 SoC comes with a built-in switch very similar to
previous MT7530 and MT7531. However, the switch address space is mapped
into the SoCs memory space rather than being connected via MDIO.
Using MMIO simplifies register access and also removes the need for a bus
lock, and for that reason also makes interrupt handling more light-weight.

Note that this is different from previous SoCs like MT7621 and MT7623N
which also came with an integrated MT7530-like switch which yet had to be
accessed via MDIO.

Split-off the part of the driver registering an MDIO driver, then add
another module acting as MMIO/platform driver.

Changes since initial RFC:
 * use regmap for register access and move register access to bus-
   specific driver
 * move initialization of MT7531 SGMII PCS to MDIO driver

Daniel Golle (2):
  net: dsa: mt7530: split-off MDIO driver
  net: dsa: mt7530: introduce MMIO driver for MT7988 SoC

 drivers/net/dsa/Kconfig       |  16 +-
 drivers/net/dsa/Makefile      |   4 +-
 drivers/net/dsa/mt7530-mdio.c | 309 ++++++++++++++++++++++
 drivers/net/dsa/mt7530-mmio.c | 143 ++++++++++
 drivers/net/dsa/mt7530.c      | 479 ++++++++++++++--------------------
 drivers/net/dsa/mt7530.h      |  38 +--
 6 files changed, 686 insertions(+), 303 deletions(-)
 create mode 100644 drivers/net/dsa/mt7530-mdio.c
 create mode 100644 drivers/net/dsa/mt7530-mmio.c

-- 
2.39.2



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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-28 22:16 [RFC PATCH net-next v2 0/2] net: dsa: add support for MT7988 Daniel Golle
2023-03-28 22:16 ` [RFC PATCH net-next v2 1/2] net: dsa: mt7530: split-off MDIO driver Daniel Golle
2023-03-28 22:35   ` Andrew Lunn
2023-03-28 22:20 ` [RFC PATCH net-next v2 2/2] net: dsa: mt7530: introduce MMIO driver for MT7988 SoC Daniel Golle
2023-03-28 22:45   ` Andrew Lunn
2023-03-28 23:08     ` 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).