aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/aquantia_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-23net: phy: aquantia: Add support for rate matchingSean Anderson1-4/+47
2022-09-23net: phy: aquantia: Add some additional phy interfacesSean Anderson1-1/+16
2022-09-13net: phy: aquantia: wait for the suspend/resume operations to finishIoana Ciornei1-4/+49
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+14
2022-06-22net: phy: Add support for AQR113C EPHYBhadram Varka1-0/+20
2022-06-16phy: aquantia: Fix AN when higher speeds than 1G are not advertisedClaudiu Manoil1-1/+14
2022-01-31phy: make phy_set_max_speed() *void*Sergey Shtylyov1-3/+1
2020-11-11net: phy: aquantia: do not return an error on clearing pending IRQsIoana Ciornei1-2/+2
2020-11-05net: phy: aquantia: remove the use of .ack_interrupt()Ioana Ciornei1-17/+19
2020-11-05net: phy: aquantia: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+27
2020-03-23net: phy: aquantia: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng1-9/+4
2020-03-23net: phy: aquantia: remove downshift warning now that phylib takes careHeiner Kallweit1-24/+1
2020-01-05net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King1-2/+5
2019-12-26net: phy: aquantia: add suspend / resume ops for AQR105Madalin Bucur1-0/+2
2019-05-24net: phy: aquantia: add USXGMII support and warn if XGMII mode is setHeiner Kallweit1-0/+8
2019-05-16net: phy: aquantia: readd XGMII support for AQR107Madalin-cristian Bucur1-0/+1
2019-04-09net: phy: remove unnecessary callback settings in C45 driversHeiner Kallweit1-14/+0
2019-04-01net: phy: aquantia: add SGMII statisticsHeiner Kallweit1-2/+112
2019-04-01net: phy: aquantia: add suspend / resume callbacks for AQR107 familyHeiner Kallweit1-0/+16
2019-03-26net: phy: aquantia: inform about proprietary 1000Base-T2 mode being in useHeiner Kallweit1-1/+13
2019-03-26net: phy: aquantia: report PHY details like firmware versionHeiner Kallweit1-0/+62
2019-03-26net: phy: aquantia: print remote capabilities if link partner is Aquantia PHYHeiner Kallweit1-0/+49
2019-03-26net: phy: aquantia: simplify aqr_config_anegHeiner Kallweit1-32/+13
2019-03-22net: phy: aquantia: add downshift supportHeiner Kallweit1-10/+145
2019-03-20net: phy: aquantia: check for changed interface mode in read_statusNikita Yushchenko1-2/+44
2019-03-20net: phy: aquantia: check for supported interface modes in config_initAndrew Lunn1-0/+17
2019-02-25net: phy: aquantia: add hwmon supportHeiner Kallweit1-0/+4
2019-02-25net: phy: aquantia: rename aquantia.c to aquantia_main.cHeiner Kallweit1-0/+279