mbox series

[net-next,0/4] mv88e6060 cleanups

Message ID 20190427173259.13673-1-andrew@lunn.ch
Headers show
Series mv88e6060 cleanups | expand

Message

Andrew Lunn April 27, 2019, 5:32 p.m. UTC
This patchset performs some cleanups of the mv88e6060 DSA driver, as a
step towards making it an MDIO device, rather than use the old probing
method. The changes here are all pretty mechanical and only compile
tested.

Andrew Lunn (4):
  net: dsa: mv88e6060: Add SPDX header
  net: dsa: mv88e6060: Replace ds with priv
  net: dsa: mv88e6060: Replace REG_WRITE macro
  net: dsa: mv88e6060: Replace REG_READ macro

 drivers/net/dsa/mv88e6060.c | 132 ++++++++++++++++++------------------
 drivers/net/dsa/mv88e6060.h |   1 +
 2 files changed, 67 insertions(+), 66 deletions(-)

Comments

David Miller April 28, 2019, 1:49 a.m. UTC | #1
From: Andrew Lunn <andrew@lunn.ch>
Date: Sat, 27 Apr 2019 19:32:55 +0200

> This patchset performs some cleanups of the mv88e6060 DSA driver, as a
> step towards making it an MDIO device, rather than use the old probing
> method. The changes here are all pretty mechanical and only compile
> tested.

Series applied, thanks Andrew.