summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/aquantia_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: aquantia: add AQR112 and AQR412 PHY IDsVladimir Oltean2022-11-151-0/+40
* net: phy: aquantia: Add support for rate matchingSean Anderson2022-09-231-4/+47
* net: phy: aquantia: Add some additional phy interfacesSean Anderson2022-09-231-1/+16
* net: phy: aquantia: wait for the suspend/resume operations to finishIoana Ciornei2022-09-131-4/+49
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-1/+14
|\
| * phy: aquantia: Fix AN when higher speeds than 1G are not advertisedClaudiu Manoil2022-06-161-1/+14
* | net: phy: Add support for AQR113C EPHYBhadram Varka2022-06-221-0/+20
|/
* phy: make phy_set_max_speed() *void*Sergey Shtylyov2022-01-311-3/+1
* net: phy: aquantia: do not return an error on clearing pending IRQsIoana Ciornei2020-11-111-2/+2
* net: phy: aquantia: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-17/+19
* net: phy: aquantia: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-051-0/+27
* net: phy: aquantia: use phy_read_mmd_poll_timeout() to simplify the codeDejin Zheng2020-03-231-9/+4
* net: phy: aquantia: remove downshift warning now that phylib takes careHeiner Kallweit2020-03-231-24/+1
* net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King2020-01-051-2/+5
* net: phy: aquantia: add suspend / resume ops for AQR105Madalin Bucur2019-12-261-0/+2
* net: phy: aquantia: add USXGMII support and warn if XGMII mode is setHeiner Kallweit2019-05-241-0/+8
* net: phy: aquantia: readd XGMII support for AQR107Madalin-cristian Bucur2019-05-161-0/+1
* net: phy: remove unnecessary callback settings in C45 driversHeiner Kallweit2019-04-091-14/+0
* net: phy: aquantia: add SGMII statisticsHeiner Kallweit2019-04-011-2/+112
* net: phy: aquantia: add suspend / resume callbacks for AQR107 familyHeiner Kallweit2019-04-011-0/+16
* net: phy: aquantia: inform about proprietary 1000Base-T2 mode being in useHeiner Kallweit2019-03-261-1/+13
* net: phy: aquantia: report PHY details like firmware versionHeiner Kallweit2019-03-261-0/+62
* net: phy: aquantia: print remote capabilities if link partner is Aquantia PHYHeiner Kallweit2019-03-261-0/+49
* net: phy: aquantia: simplify aqr_config_anegHeiner Kallweit2019-03-261-32/+13
* net: phy: aquantia: add downshift supportHeiner Kallweit2019-03-221-10/+145
* net: phy: aquantia: check for changed interface mode in read_statusNikita Yushchenko2019-03-201-2/+44
* net: phy: aquantia: check for supported interface modes in config_initAndrew Lunn2019-03-201-0/+17
* net: phy: aquantia: add hwmon supportHeiner Kallweit2019-02-251-0/+4
* net: phy: aquantia: rename aquantia.c to aquantia_main.cHeiner Kallweit2019-02-251-0/+279