netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] net: dsa: prefix Global macros
@ 2017-06-15 16:13 Vivien Didelot
  2017-06-15 16:13 ` [PATCH net-next 1/8] net: dsa: mv88e6xxx: prefix Global Status macros Vivien Didelot
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Vivien Didelot @ 2017-06-15 16:13 UTC (permalink / raw)
  To: netdev
  Cc: linux-kernel, kernel, David S. Miller, Florian Fainelli,
	Andrew Lunn, Vivien Didelot

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.

Vivien Didelot (8):
  net: dsa: mv88e6xxx: prefix Global Status macros
  net: dsa: mv88e6xxx: prefix Global Switch MAC macros
  net: dsa: mv88e6xxx: prefix Global ATU macros
  net: dsa: mv88e6xxx: prefix Global VTU macros
  net: dsa: mv88e6xxx: prefix Global Control macros
  net: dsa: mv88e6xxx: prefix Global Monitor Control macros
  net: dsa: mv88e6xxx: prefix Global Stats macros
  net: dsa: mv88e6xxx: prefix Global Prio and Tag macros

 drivers/net/dsa/mv88e6xxx/chip.c        | 118 +++++------
 drivers/net/dsa/mv88e6xxx/chip.h        |   4 +-
 drivers/net/dsa/mv88e6xxx/global1.c     | 168 ++++++++++------
 drivers/net/dsa/mv88e6xxx/global1.h     | 343 +++++++++++++++++++-------------
 drivers/net/dsa/mv88e6xxx/global1_atu.c |  56 +++---
 drivers/net/dsa/mv88e6xxx/global1_vtu.c |  62 +++---
 drivers/net/dsa/mv88e6xxx/global2.c     |   4 +-
 7 files changed, 428 insertions(+), 327 deletions(-)

-- 
2.13.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-06-15 18:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-15 16:13 [PATCH net-next 0/8] net: dsa: prefix Global macros Vivien Didelot
2017-06-15 16:13 ` [PATCH net-next 1/8] net: dsa: mv88e6xxx: prefix Global Status macros Vivien Didelot
2017-06-15 16:14 ` [PATCH net-next 2/8] net: dsa: mv88e6xxx: prefix Global Switch MAC macros Vivien Didelot
2017-06-15 16:14 ` [PATCH net-next 3/8] net: dsa: mv88e6xxx: prefix Global ATU macros Vivien Didelot
2017-06-15 16:14 ` [PATCH net-next 4/8] net: dsa: mv88e6xxx: prefix Global VTU macros Vivien Didelot
2017-06-15 16:14 ` [PATCH net-next 5/8] net: dsa: mv88e6xxx: prefix Global Control macros Vivien Didelot
2017-06-15 16:14 ` [PATCH net-next 6/8] net: dsa: mv88e6xxx: prefix Global Monitor " Vivien Didelot
2017-06-15 16:14 ` [PATCH net-next 7/8] net: dsa: mv88e6xxx: prefix Global Stats macros Vivien Didelot
2017-06-15 16:14 ` [PATCH net-next 8/8] net: dsa: mv88e6xxx: prefix Global Prio and Tag macros Vivien Didelot
2017-06-15 17:03 ` [PATCH net-next 0/8] net: dsa: prefix Global macros Andrew Lunn
2017-06-15 18:08   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).