linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] net: phy: Add AST2600 MDIO support
@ 2019-07-29  4:39 Andrew Jeffery
  2019-07-29  4:39 ` [PATCH 1/4] dt-bindings: net: Add aspeed,ast2600-mdio binding Andrew Jeffery
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Andrew Jeffery @ 2019-07-29  4:39 UTC (permalink / raw)
  To: netdev
  Cc: Andrew Jeffery, davem, robh+dt, mark.rutland, joel, andrew,
	f.fainelli, hkallweit1, devicetree, linux-arm-kernel,
	linux-aspeed, linux-kernel

Hello,

This series adds support for the MDIO controllers found in the AST2600. In the
AST2500 and earlier the MDIO controller was embedded in the MAC; this has now
been separated out and the register interface rearranged (again).

Please review!

Andrew

Andrew Jeffery (4):
  dt-bindings: net: Add aspeed,ast2600-mdio binding
  net: phy: Add mdio-aspeed
  net: ftgmac100: Add support for DT phy-handle property
  net: ftgmac100: Select ASPEED MDIO driver for the AST2600

 .../bindings/net/aspeed,ast2600-mdio.yaml     |  61 +++++++
 drivers/net/ethernet/faraday/Kconfig          |   1 +
 drivers/net/ethernet/faraday/ftgmac100.c      |  37 +++-
 drivers/net/phy/Kconfig                       |  13 ++
 drivers/net/phy/Makefile                      |   1 +
 drivers/net/phy/mdio-aspeed.c                 | 159 ++++++++++++++++++
 6 files changed, 268 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/aspeed,ast2600-mdio.yaml
 create mode 100644 drivers/net/phy/mdio-aspeed.c

-- 
2.20.1


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

end of thread, other threads:[~2019-07-30  2:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-29  4:39 [PATCH 0/4] net: phy: Add AST2600 MDIO support Andrew Jeffery
2019-07-29  4:39 ` [PATCH 1/4] dt-bindings: net: Add aspeed,ast2600-mdio binding Andrew Jeffery
2019-07-29 23:37   ` Rob Herring
2019-07-30  0:47     ` Andrew Jeffery
2019-07-29  4:39 ` [PATCH 2/4] net: phy: Add mdio-aspeed Andrew Jeffery
2019-07-29 13:32   ` Andrew Lunn
2019-07-30  2:23     ` Andrew Jeffery
2019-07-29  4:39 ` [PATCH 3/4] net: ftgmac100: Add support for DT phy-handle property Andrew Jeffery
2019-07-29  4:39 ` [PATCH 4/4] net: ftgmac100: Select ASPEED MDIO driver for the AST2600 Andrew Jeffery

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