netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Preparation for mv88e6390
@ 2016-09-19 22:18 Andrew Lunn
  2016-09-19 22:18 ` [PATCH net-next 1/2] net: dsa: mv88e6xxx: Add helper for accessing port registers Andrew Lunn
  2016-09-19 22:18 ` [PATCH net-next 2/2] net: dsa: mv88e6xxx: Convert flag bits to unsigned long long Andrew Lunn
  0 siblings, 2 replies; 5+ messages in thread
From: Andrew Lunn @ 2016-09-19 22:18 UTC (permalink / raw)
  To: David Miller; +Cc: Vivien Didelot, netdev, Andrew Lunn

These two patches are a couple of preparation steps for supporting the
the MV88E6390 family of chips. This is a new generation from Marvell,
and will need more feature flags than are currently available in an
unsigned long. Expand to an unsigned long long. The MV88E6390 also
places its port registers somewhere else, so add a wrapper around port
register access.

Andrew Lunn (2):
  net: dsa: mv88e6xxx: Convert flag bits to unsigned long long
  WIP: net: dsa: mv88e6xxx: Implement interrupt support.

 drivers/net/dsa/mv88e6xxx/chip.c      | 174 ++++++++++++++++++++++++++++++++++
 drivers/net/dsa/mv88e6xxx/global2.c   | 128 ++++++++++++++++++++++++-
 drivers/net/dsa/mv88e6xxx/mv88e6xxx.h |  90 +++++++++++-------
 3 files changed, 359 insertions(+), 33 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2016-09-19 22:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-19 22:18 [PATCH net-next 0/2] Preparation for mv88e6390 Andrew Lunn
2016-09-19 22:18 ` [PATCH net-next 1/2] net: dsa: mv88e6xxx: Add helper for accessing port registers Andrew Lunn
2016-09-19 22:53   ` Vivien Didelot
2016-09-19 22:18 ` [PATCH net-next 2/2] net: dsa: mv88e6xxx: Convert flag bits to unsigned long long Andrew Lunn
2016-09-19 22:54   ` Vivien Didelot

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).