Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1509736

[PATCH 0/5] add NS2 support to bgmac

From Jon Mason <jon.mason@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH 0/5] add NS2 support to bgmac
Date 2016-10-26 21:40 +0200
Message-ID <swCdj-8aP-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] add NS2 support to bgmac Jon Mason <jon.mason@broadcom.com> - 2016-10-26 21:40 +0200
  [PATCH 5/5] arm64: dts: NS2: add AMAC ethernet support Jon Mason <jon.mason@broadcom.com> - 2016-10-26 21:40 +0200
  [PATCH 1/5] net: phy: broadcom: Add BCM54810 phy entry Jon Mason <jon.mason@broadcom.com> - 2016-10-26 21:40 +0200
    Re: [PATCH 1/5] net: phy: broadcom: Add BCM54810 phy entry Jon Mason <jon.mason@broadcom.com> - 2016-10-28 00:50 +0200
  [PATCH 4/5] net: ethernet: bgmac: add NS2 support Jon Mason <jon.mason@broadcom.com> - 2016-10-26 21:40 +0200
    Re: [PATCH 4/5] net: ethernet: bgmac: add NS2 support Florian Fainelli <f.fainelli@gmail.com> - 2016-10-27 00:00 +0200
      Re: [PATCH 4/5] net: ethernet: bgmac: add NS2 support Jon Mason <jon.mason@broadcom.com> - 2016-10-27 23:00 +0200
        Re: [PATCH 4/5] net: ethernet: bgmac: add NS2 support Ray Jui <ray.jui@broadcom.com> - 2016-10-28 00:30 +0200
          Re: [PATCH 4/5] net: ethernet: bgmac: add NS2 support Ray Jui <ray.jui@broadcom.com> - 2016-10-28 00:40 +0200
  [PATCH 2/5] Documentation: devicetree: net: add NS2 bindings to amac Jon Mason <jon.mason@broadcom.com> - 2016-10-26 21:40 +0200
    Re: [PATCH 2/5] Documentation: devicetree: net: add NS2 bindings to  amac Andrew Lunn <andrew@lunn.ch> - 2016-10-27 17:00 +0200
      Re: [PATCH 2/5] Documentation: devicetree: net: add NS2 bindings to  amac Jon Mason <jon.mason@broadcom.com> - 2016-10-27 23:30 +0200
        Re: [PATCH 2/5] Documentation: devicetree: net: add NS2 bindings to  amac Florian Fainelli <f.fainelli@gmail.com> - 2016-10-27 23:30 +0200

csiph-web