linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] net: phy: Add AST2600 MDIO support
@ 2019-07-31  5:39 Andrew Jeffery
  2019-07-31  5:39 ` [PATCH net-next v2 1/4] dt-bindings: net: Add aspeed,ast2600-mdio binding Andrew Jeffery
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Andrew Jeffery @ 2019-07-31  5: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,

v2 of the ASPEED MDIO series addresses comments from Rob on the devicetree
bindings and Andrew on the driver itself.

v1 of the series can be found here:

http://patchwork.ozlabs.org/cover/1138140/

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     |  45 +++++
 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                 | 157 ++++++++++++++++++
 6 files changed, 250 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] 10+ messages in thread

end of thread, other threads:[~2019-08-03  0:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31  5:39 [PATCH net-next v2 0/4] net: phy: Add AST2600 MDIO support Andrew Jeffery
2019-07-31  5:39 ` [PATCH net-next v2 1/4] dt-bindings: net: Add aspeed,ast2600-mdio binding Andrew Jeffery
2019-07-31 18:00   ` Rob Herring
2019-07-31  5:39 ` [PATCH net-next v2 2/4] net: phy: Add mdio-aspeed Andrew Jeffery
2019-08-01  3:53   ` Andrew Lunn
2019-07-31  5:39 ` [PATCH net-next v2 3/4] net: ftgmac100: Add support for DT phy-handle property Andrew Jeffery
2019-08-01  3:55   ` Andrew Lunn
2019-07-31  5:39 ` [PATCH net-next v2 4/4] net: ftgmac100: Select ASPEED MDIO driver for the AST2600 Andrew Jeffery
2019-08-01  3:56   ` Andrew Lunn
2019-08-03  0:33 ` [PATCH net-next v2 0/4] net: phy: Add AST2600 MDIO support David Miller

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