netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: dsa: b53: Add Broadcom NSP switch support
@ 2016-07-08 18:39 Florian Fainelli
  2016-07-08 18:39 ` [PATCH net-next 1/2] net: dsa: b53: Allow SRAB driver to specify platform data Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Florian Fainelli @ 2016-07-08 18:39 UTC (permalink / raw)
  To: netdev
  Cc: davem, jon.mason, andrew, zajec5, vivien.didelot,
	bcm-kernel-feedback-list, Florian Fainelli

Hi all,

This patch series updates the B53 driver to support Broadcom's Northstar Plus
Soc integrated switch.

Unlike the version of the core present in BCM5301x/Northstar, we cannot read the
full chip id of the switch, so we need to get the information about our switch
id from Device Tree.

Other than that, this is a regular Broadcom Ethernet switch which is register
compatible for all practical purposes with the existing switch driver.

Since DSA requires a working CPU Ethernet MAC driver this depends on Jon
Mason's AMAC/BGMAC driver changes to support NSP. Board specific changes depend
on patches present in Broadcom's ARM SoC branches and will be posted in a short
while.

Florian Fainelli (2):
  net: dsa: b53: Allow SRAB driver to specify platform data
  net: dsa: b53: Add support for BCM585xx/586xx/88312 integrated switch

 Documentation/devicetree/bindings/net/dsa/b53.txt |  9 +++++
 drivers/net/dsa/b53/b53_common.c                  | 12 ++++++
 drivers/net/dsa/b53/b53_priv.h                    |  1 +
 drivers/net/dsa/b53/b53_srab.c                    | 47 ++++++++++++++++++-----
 4 files changed, 59 insertions(+), 10 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-07-11 19:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-08 18:39 [PATCH net-next 0/2] net: dsa: b53: Add Broadcom NSP switch support Florian Fainelli
2016-07-08 18:39 ` [PATCH net-next 1/2] net: dsa: b53: Allow SRAB driver to specify platform data Florian Fainelli
2016-07-08 18:39 ` [PATCH net-next 2/2] net: dsa: b53: Add support for BCM585xx/586xx/88312 integrated switch Florian Fainelli
2016-07-08 20:02 ` [PATCH net-next 0/2] net: dsa: b53: Add Broadcom NSP switch support Andrew Lunn
2016-07-11 19:52 ` 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).