devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/6] Add comphy support for Armada 38x
@ 2019-02-07 16:18 Russell King - ARM Linux admin
  2019-02-07 16:19 ` [PATCH net-next v2 1/6] dt-bindings: phy: Armada 38x common phy bindings Russell King
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Russell King - ARM Linux admin @ 2019-02-07 16:18 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Jason Cooper,
	Kishon Vijay Abraham I, Sebastian Hesselbarth, Thomas Petazzoni
  Cc: David S. Miller, devicetree, linux-arm-kernel, Mark Rutland,
	netdev, Rob Herring

Hi,

This series adds support for the comphy for Armada 38x, which allows
these SoCs to use 2500BASE-X mode with appropriate SFP modules.

Tested on SolidRun Clearfog after updating for the 5.0 merge window
changes.

 .../bindings/net/marvell-armada-370-neta.txt       |   2 +-
 .../bindings/phy/phy-armada38x-comphy.txt          |  40 ++++
 arch/arm/boot/dts/armada-388-clearfog.dtsi         |   2 +
 arch/arm/boot/dts/armada-38x.dtsi                  |  37 ++++
 drivers/net/ethernet/marvell/mvneta.c              |  45 +++-
 drivers/phy/marvell/Kconfig                        |  10 +
 drivers/phy/marvell/Makefile                       |   1 +
 drivers/phy/marvell/phy-armada38x-comphy.c         | 237 +++++++++++++++++++++
 8 files changed, 369 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/phy/phy-armada38x-comphy.txt
 create mode 100644 drivers/phy/marvell/phy-armada38x-comphy.c

-- 
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up
According to speedtest.net: 11.9Mbps down 500kbps up

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

end of thread, other threads:[~2019-02-08 10:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-07 16:18 [PATCH net-next v2 0/6] Add comphy support for Armada 38x Russell King - ARM Linux admin
2019-02-07 16:19 ` [PATCH net-next v2 1/6] dt-bindings: phy: Armada 38x common phy bindings Russell King
2019-02-07 16:19 ` [PATCH net-next v2 2/6] phy: armada38x: add common phy support Russell King
2019-02-08 10:24   ` Kishon Vijay Abraham I
2019-02-07 16:19 ` [PATCH net-next v2 3/6] ARM: dts: add description for Armada 38x common phy Russell King
2019-02-07 16:19 ` [PATCH net-next v2 4/6] dt-bindings: net: mvneta: add phys property Russell King
2019-02-07 16:19 ` [PATCH net-next v2 5/6] net: marvell: neta: add comphy support Russell King
2019-02-07 16:19 ` [PATCH net-next v2 6/6] ARM: dts: clearfog: add comphy settings for Ethernet interfaces Russell King
2019-02-08  2:10 ` [PATCH net-next v2 0/6] Add comphy support for Armada 38x David Miller
2019-02-08  7:58   ` Thomas Petazzoni
2019-02-08  9:22     ` Kishon Vijay Abraham I
2019-02-08 10:04       ` Russell King - ARM Linux admin
2019-02-08 10:06     ` Russell King - ARM Linux admin

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