All of lore.kernel.org
 help / color / mirror / Atom feed
* [next 0/5] Add support of Ethernet for Aspeed AST2600 SoC
@ 2021-12-09  2:12 Dylan Hung
  2021-12-09  2:12 ` [next 1/5] net: ftgmac100: Add DM_MDIO support Dylan Hung
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Dylan Hung @ 2021-12-09  2:12 UTC (permalink / raw)
  To: chiawei_wang, lukma, seanga2, ryan_chen, joe.hershberger,
	rfried.dev, u-boot
  Cc: BMC-SW

This patch series adds support of Ethernet for Aspeed AST2600 SoC. There
are 4 MAC controllers (ftgmac100) in AST2600 that can support
10/100/1000T Ethernet.  4 MDIO controllers are used to connect to PHY
chips.  The MDIO controller has stand-alone hardware block so we
introduce DM_MDIO so that we can use external MDIO driver (aspeed_mdio)
instead of integrated MDIO drier in ftgmac100.c.  The patch series also
revises the MII interface delay for better RMII/RGMII timing margin.

Dylan Hung (5):
  net: ftgmac100: Add DM_MDIO support
  net: ftgmac100: Add Aspeed AST2600 support
  ARM: dts: ast2600: Add MDIO devices
  configs: ast2600: enable DM_MDIO and MDIO driver
  clk: ast2600: Revise MII interface delay

 arch/arm/dts/ast2600-evb.dts     | 68 ++++++++++++++++++++++++++++++++
 arch/arm/dts/ast2600.dtsi        | 46 ++++++++++++++++++---
 configs/evb-ast2600_defconfig    |  2 +
 drivers/clk/aspeed/clk_ast2600.c | 10 ++---
 drivers/net/ftgmac100.c          | 21 +++++++---
 5 files changed, 132 insertions(+), 15 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-01-18 21:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09  2:12 [next 0/5] Add support of Ethernet for Aspeed AST2600 SoC Dylan Hung
2021-12-09  2:12 ` [next 1/5] net: ftgmac100: Add DM_MDIO support Dylan Hung
2021-12-10 23:08   ` Ramon Fried
2022-01-18 21:09   ` Tom Rini
2021-12-09  2:12 ` [next 2/5] net: ftgmac100: Add Aspeed AST2600 support Dylan Hung
2021-12-10 23:09   ` Ramon Fried
2022-01-18 21:09   ` Tom Rini
2021-12-09  2:12 ` [next 3/5] ARM: dts: ast2600: Add MDIO devices Dylan Hung
2021-12-10 23:10   ` Ramon Fried
2022-01-18 21:09   ` Tom Rini
2021-12-09  2:12 ` [next 4/5] configs: ast2600: enable DM_MDIO and MDIO driver Dylan Hung
2021-12-10 23:10   ` Ramon Fried
2022-01-18 21:09   ` Tom Rini
2021-12-09  2:12 ` [next 5/5] clk: ast2600: Revise MII interface delay Dylan Hung
2021-12-10 23:10   ` Ramon Fried
2022-01-18 21:10   ` Tom Rini

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.