mbox series

[0/4,v2,net-next] net: phy: aquantia: number of improvements

Message ID d613dfb1-a9c3-daf3-1324-546b87b83e29@gmail.com
Headers show
Series net: phy: aquantia: number of improvements | expand

Message

Heiner Kallweit Feb. 3, 2019, 8:15 p.m. UTC
This patch series is based on work from Andrew. I adjusted and added
certain parts. The series improves few aspects of driver, no functional
change intended.

v2:
- add my SoB to patch 1
- leave kernel.h in in patch 2

Andrew Lunn (1):
  net: phy: aquantia: Shorten name space prefix to aqr_

Heiner Kallweit (3):
  net: phy: aquantia: remove unneeded includes
  net: phy: aquantia: use macro PHY_ID_MATCH_MODEL
  net: phy: aquantia: replace magic numbers with constants

 drivers/net/phy/aquantia.c | 177 +++++++++++++++++++++++--------------
 1 file changed, 110 insertions(+), 67 deletions(-)

Comments

David Miller Feb. 3, 2019, 10:31 p.m. UTC | #1
From: Heiner Kallweit <hkallweit1@gmail.com>
Date: Sun, 3 Feb 2019 21:15:19 +0100

> This patch series is based on work from Andrew. I adjusted and added
> certain parts. The series improves few aspects of driver, no functional
> change intended.
> 
> v2:
> - add my SoB to patch 1
> - leave kernel.h in in patch 2

I think this looks good now.

Series applied, thanks.