Merge branch 'dsa-prefix-Global-macros'
authorDavid S. Miller <[email protected]>
Thu, 15 Jun 2017 18:07:51 +0000 (14:07 -0400)
committerDavid S. Miller <[email protected]>
Thu, 15 Jun 2017 18:07:51 +0000 (14:07 -0400)
Vivien Didelot says:

====================
net: dsa: prefix Global macros

This patch series is the 2/3 step of the register definitions cleanup.
It brings no functional changes.

It prefixes and documents all Global (1) registers with MV88E6XXX_G1_
(or a specific model like MV88E6352_G1_STS_PPU_STATE), and prefers a
16-bit hexadecimal representation of the Marvell registers layout.

The next and last patchset will prefix the Global 2 registers.
====================

Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>

Trivial merge