summaryrefslogtreecommitdiff
path: root/drivers/net/phy/aquantia.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-26net: phy: aquantia: rename aquantia.c to aquantia_main.cHeiner Kallweit1-279/+0
2019-02-24net: phy: aquantia: use genphy_c45_read_statusHeiner Kallweit1-28/+18
2019-02-24net: phy: aquantia: add support for auto-negotiation configurationAndrew Lunn1-3/+37
2019-02-24net: phy: aquantia: remove false 5G and 10G speed ability for AQCS109Heiner Kallweit1-0/+10
2019-02-22net: phy: aquantia: Use get_features for the PHYs abilitiesAndrew Lunn1-7/+7
2019-02-10net: phy: aquantia: add support for AQCS109Nikita Yushchenko1-0/+12
2019-02-04net: phy: aquantia: replace magic numbers with constantsHeiner Kallweit1-14/+66
2019-02-04net: phy: aquantia: use macro PHY_ID_MATCH_MODELHeiner Kallweit1-18/+12
2019-02-04net: phy: aquantia: remove unneeded includesHeiner Kallweit1-3/+0
2019-02-04net: phy: aquantia: Shorten name space prefix to aqr_Andrew Lunn1-32/+32
2019-01-23net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-4/+1
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-7/+2
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-6/+0
2018-10-02net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn1-6/+6
2018-03-02net: phy: aquantia: Utilize genphy_c45_aneg_done()Florian Fainelli1-14/+6
2016-10-20net: phy: aquantia: add PHY ID of AQR106 and AQR107Shaohui Xie1-0/+28
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn1-4/+0
2015-10-15net: phy: aquantia/teranetics: Convert to use module_phy_driver macroAxel Lin1-14/+1
2015-08-24net: phy: add interrupt support for aquantia phyShaohui Xie1-0/+49
2015-08-01net: phy: add driver for aquantia phyShaohui Xie1-0/+152