Merge branch 'dsa-mv88e6xxx-move-registers-macros'
authorDavid S. Miller <davem@davemloft.net>
Mon, 5 Jun 2017 00:07:41 +0000 (20:07 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Jun 2017 00:08:34 +0000 (20:08 -0400)
commit4e86d3cb7bbf41c99ce48e9dae69d9a779415f9b
tree15dd36d06f2e82044b9c0951d7a97e0a07c38410
parent2d9888c5b28d872e0f1d9bb7005a1c6b2d1e9615
parentd23a83f2ae4062bfefc2a1a701a1dcb5416b9c61
Merge branch 'dsa-mv88e6xxx-move-registers-macros'

Vivien Didelot says:

====================
net: dsa: mv88e6xxx: move registers macros

This patchset brings no functional changes.

It is the first step of a cleanup renaming the chip header file and
moving the Register definitions _as is_ in their proper header files.

A following patchset will prefix them with the appropriate model
(MV88E6XXX_ or e.g. MV88E6390_) to respect an implicit namespace and
easily identify model subtleties in registers layout, as correctly done
in the newly added serdes.h header.
====================

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>