Merge branch 'dsa-mv88e6xxx-remove-Global-2-setup'
authorDavid S. Miller <davem@davemloft.net>
Mon, 30 Apr 2018 00:36:50 +0000 (20:36 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Apr 2018 00:36:50 +0000 (20:36 -0400)
Vivien Didelot says:

====================
net: dsa: mv88e6xxx: remove Global 2 setup

Parts of the mv88e6xxx driver still write arbitrary registers of
different banks at setup time, which is misleading especially when
supporting multiple device models.

This patchset moves two features setup into the top lovel
mv88e6xxx_setup function and kills the old Global 2 register bank setup
function. It brings no functional changes.
====================

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

Trivial merge