]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bcm_sf2-utilize-b53_common'
authorDavid S. Miller <davem@davemloft.net>
Fri, 26 Aug 2016 20:15:49 +0000 (13:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Aug 2016 20:15:49 +0000 (13:15 -0700)
commit2100f6c5e6c7b2bb21553b7dbffcd2aa34cdef65
tree97b8fdc20c553ca94183ff4b0ed718bba2f8bb84
parent7c6dd8e70e21812e76698186ab7abde4c90787a9
parent428d674bb1ac368f92293dddcb3519073021c9cd
Merge branch 'bcm_sf2-utilize-b53_common'

Florian Fainelli says:

====================
net: dsa: Make bcm_sf2 utilize b53_common

This patch series makes the bcm_sf2 driver utilize a large number of the core
functions offered by the b53_common driver since the SWITCH_CORE registers are
mostly register compatible with the switches driven by b53_common.

In order to accomplish that, we just override the dsa_driver_ops callbacks that
we need to. There are still integration specific logic from the bcm_sf2 that we
cannot absorb into b53_common because it is just not there, mostly in the area
of link management and power management, but most of the features are within
b53_common now: VLAN, FDB, bridge

Along the process, we also improve support for the BCM58xx SoCs, since those
also have the same version of the switching IP that 7445 has (for which bcm_sf2
was developed).

Changes in v3:

- rebase against 12df4281be2a3ab6d5f48724eec28b42140d8c12 ("net: flush the
  softnet backlog in process context")

Changes in v2:

- rebased against "net: dsa: rename switch operations structure"
====================

Signed-off-by: David S. Miller <davem@davemloft.net>