Merge branch 'dsa-mv88e6xxx-cleanup-Global-Control-2-register'
authorDavid S. Miller <davem@davemloft.net>
Thu, 10 May 2018 20:12:53 +0000 (16:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 May 2018 20:12:53 +0000 (16:12 -0400)
Vivien Didelot says:

====================
net: dsa: mv88e6xxx: cleanup Global Control 2 register

The mv88e6xxx driver still writes arbitrary values in the Global 1
Control 2 register at setup, which layout differs a lot between chips.
This results in an inconsistent configuration, for example with the
Remote Management Unit (RMU).

The first patch adds an operation for the Cascade Port bits, the second
patch sets the device number in the device mapping function and the
third patch adds an operation to correctly disable the RMU.
====================

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

Trivial merge