mbox series

[net-next,0/5] net: phy: aquantia: improve and extend driver

Message ID 4ae20155-367d-4b11-63f9-28580b7cf1cb@gmail.com
Headers show
Series net: phy: aquantia: improve and extend driver | expand

Message

Heiner Kallweit Feb. 22, 2019, 10:45 p.m. UTC
This series improves and extends the Aquantia PHY driver.

Andrew Lunn (1):
  net: phy: aquantia: use genphy_c45_an_config_aneg

Heiner Kallweit (4):
  net: phy: aquantia: remove false 5G and 10G speed ability for AQCS109
  net: phy: don't change modes we don't care about in genphy_c45_read_lpa
  net: phy: add genphy_c45_read_status
  net: phy: aquantia: use genphy_c45_read_status

 drivers/net/phy/aquantia.c | 94 ++++++++++++++++++++++++++------------
 drivers/net/phy/phy-c45.c  | 35 +++++++++++++-
 include/linux/phy.h        |  1 +
 3 files changed, 99 insertions(+), 31 deletions(-)

Comments

David Miller Feb. 23, 2019, 10:12 p.m. UTC | #1
From: Heiner Kallweit <hkallweit1@gmail.com>
Date: Fri, 22 Feb 2019 23:45:53 +0100

> This series improves and extends the Aquantia PHY driver.

Series applied, thanks Heiner.