All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] add NS2 support to bgmac
@ 2016-10-26 19:35 ` Jon Mason
  0 siblings, 0 replies; 36+ messages in thread
From: Jon Mason @ 2016-10-26 19:35 UTC (permalink / raw)
  To: David Miller, Rob Herring, Mark Rutland, Florian Fainelli
  Cc: rafal, bcm-kernel-feedback-list, netdev, devicetree,
	linux-arm-kernel, linux-kernel

Add support for the amac found in the Broadcom Northstar2 SoC to the
bgmac driver.  This necessitates adding support to connect to an
externally defined phy (as described in the device tree) in the driver.
These phy changes are in addition to the changes necessary to get NS2
working.

This series (based on the net-next git tree) has been tested on NSP and
NS2 HW.

Jon Mason (4):
  Documentation: devicetree: net: add NS2 bindings to amac
  net: ethernet: bgmac: device tree phy enablement
  net: ethernet: bgmac: add NS2 support
  arm64: dts: NS2: add AMAC ethernet support

Vikas Soni (1):
  net: phy: broadcom: Add BCM54810 phy entry

 .../devicetree/bindings/net/brcm,amac.txt          |   7 +-
 arch/arm64/boot/dts/broadcom/ns2-svk.dts           |   5 +
 arch/arm64/boot/dts/broadcom/ns2.dtsi              |  12 +++
 drivers/net/ethernet/broadcom/bgmac-bcma.c         |  48 +++++++++
 drivers/net/ethernet/broadcom/bgmac-platform.c     | 108 ++++++++++++++++++++-
 drivers/net/ethernet/broadcom/bgmac.c              |  56 +----------
 drivers/net/ethernet/broadcom/bgmac.h              |   9 ++
 drivers/net/phy/Kconfig                            |   2 +-
 drivers/net/phy/broadcom.c                         |  65 +++++++++++++
 include/linux/brcmphy.h                            |   7 ++
 10 files changed, 264 insertions(+), 55 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-10-27 22:43 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-26 19:35 [PATCH 0/5] add NS2 support to bgmac Jon Mason
2016-10-26 19:35 ` Jon Mason
2016-10-26 19:35 ` [PATCH 1/5] net: phy: broadcom: Add BCM54810 phy entry Jon Mason
2016-10-26 19:35   ` Jon Mason
2016-10-27  9:15   ` Andrew Lunn
2016-10-27  9:15     ` Andrew Lunn
2016-10-27 22:43     ` Jon Mason
2016-10-27 22:43       ` Jon Mason
2016-10-26 19:35 ` [PATCH 2/5] Documentation: devicetree: net: add NS2 bindings to amac Jon Mason
2016-10-26 19:35   ` Jon Mason
2016-10-27  9:17   ` Andrew Lunn
2016-10-27  9:17     ` Andrew Lunn
2016-10-27  9:17     ` Andrew Lunn
2016-10-27 21:21     ` Jon Mason
2016-10-27 21:21       ` Jon Mason
2016-10-27 21:25       ` Florian Fainelli
2016-10-27 21:25         ` Florian Fainelli
2016-10-26 19:35 ` [PATCH 3/5] net: ethernet: bgmac: device tree phy enablement Jon Mason
2016-10-26 19:35   ` Jon Mason
2016-10-26 19:36 ` [PATCH 4/5] net: ethernet: bgmac: add NS2 support Jon Mason
2016-10-26 19:36   ` Jon Mason
2016-10-26 19:36   ` Jon Mason
2016-10-26 21:50   ` Florian Fainelli
2016-10-26 21:50     ` Florian Fainelli
2016-10-26 21:50     ` Florian Fainelli
2016-10-27 20:51     ` Jon Mason
2016-10-27 20:51       ` Jon Mason
2016-10-27 20:51       ` Jon Mason
2016-10-27 22:21       ` Ray Jui
2016-10-27 22:21         ` Ray Jui
2016-10-27 22:21         ` Ray Jui
2016-10-27 22:32         ` Ray Jui
2016-10-27 22:32           ` Ray Jui
2016-10-27 22:32           ` Ray Jui
2016-10-26 19:36 ` [PATCH 5/5] arm64: dts: NS2: add AMAC ethernet support Jon Mason
2016-10-26 19:36   ` Jon Mason

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.