summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/aquantia.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: aquantia: rename aquantia.c to aquantia_main.cHeiner Kallweit2019-02-251-279/+0
* net: phy: aquantia: use genphy_c45_read_statusHeiner Kallweit2019-02-231-28/+18
* net: phy: aquantia: add support for auto-negotiation configurationAndrew Lunn2019-02-231-3/+37
* net: phy: aquantia: remove false 5G and 10G speed ability for AQCS109Heiner Kallweit2019-02-231-0/+10
* net: phy: aquantia: Use get_features for the PHYs abilitiesAndrew Lunn2019-02-221-7/+7
* net: phy: aquantia: add support for AQCS109Nikita Yushchenko2019-02-091-0/+12
* net: phy: aquantia: replace magic numbers with constantsHeiner Kallweit2019-02-031-14/+66
* net: phy: aquantia: use macro PHY_ID_MATCH_MODELHeiner Kallweit2019-02-031-18/+12
* net: phy: aquantia: remove unneeded includesHeiner Kallweit2019-02-031-3/+0
* net: phy: aquantia: Shorten name space prefix to aqr_Andrew Lunn2019-02-031-32/+32
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-221-4/+1
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-7/+2
* net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-111-6/+0
* net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn2018-10-011-6/+6
* net: phy: aquantia: Utilize genphy_c45_aneg_done()Florian Fainelli2018-03-011-14/+6
* net: phy: aquantia: add PHY ID of AQR106 and AQR107Shaohui Xie2016-10-201-0/+28
* phy: Centralize setting driver module ownerAndrew Lunn2016-01-071-4/+0
* net: phy: aquantia/teranetics: Convert to use module_phy_driver macroAxel Lin2015-10-141-14/+1
* net: phy: add interrupt support for aquantia phyShaohui Xie2015-08-231-0/+49
* net: phy: add driver for aquantia phyShaohui Xie2015-07-311-0/+152