Merge branch 'dsa-multi-chip-prep'
authorDavid S. Miller <davem@davemloft.net>
Sun, 29 Jan 2017 23:42:47 +0000 (18:42 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Jan 2017 23:42:47 +0000 (18:42 -0500)
commit6d45408db1ad87c2080cffeb7868553eec6e053b
tree28d1ab92fd28edc6d9a2232e2e17b64660b87046
parent1f5d492a34311545b87d223c7fc1d531c610a410
parentddd3a0c8408df9ec07279f1e3dc9a98781a5217e
Merge branch 'dsa-multi-chip-prep'

Vivien Didelot says:

====================
net: dsa: preparatory patches for multi-chip

In order to introduce support for multi-chip configuration, we need to
do a few enhancements. This patchset makes the number of ports in a
switch dynamic (instead of capping to DSA_MAX_PORTS), stores the switch
and index of a port in the dsa_port structure, uses it in the slave
private structure, and exposes the bridge device a port belongs to.
====================

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