Skip to content

Commit

Permalink
Merge branch 'dsa-mv88e6xxx-move-registers-macros'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Jun 5, 2017
2 parents 2d9888c + d23a83f commit 4e86d3c
Show file tree
Hide file tree
Showing 15 changed files with 944 additions and 941 deletions.
2 changes: 1 addition & 1 deletion drivers/net/dsa/mv88e6xxx/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <linux/phy.h>
#include <net/dsa.h>

#include "mv88e6xxx.h"
#include "chip.h"
#include "global1.h"
#include "global2.h"
#include "phy.h"
Expand Down
Loading

0 comments on commit 4e86d3c

Please sign in to comment.