summaryrefslogtreecommitdiff
path: root/drivers/net/phy/aquantia
AgeCommit message (Expand)AuthorFilesLines
2025-04-30net: phy: aquantia: fix commenting formatAryan Srivastava1-4/+2
2025-03-25net: phy: aquantia: add essential functions to aqr105 driverHans-Frieder Vogt1-2/+237
2025-03-25net: phy: aquantia: search for firmware-name in fwnodeHans-Frieder Vogt1-3/+4
2025-03-25net: phy: aquantia: add probe function to aqr105 for firmware loadingHans-Frieder Vogt1-0/+1
2025-02-12net: phy: aquantia: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li1-26/+6
2025-01-15net: phy: Constify struct mdio_device_idChristophe JAILLET1-1/+1
2024-12-19net: phy: avoid undefined behavior in *_led_polarity_set()Arnd Bergmann1-1/+1
2024-11-12net: phy: aquantia: Add mdix config and reportingPaul Davey1-0/+52
2024-10-15net: phy: aquantia: fix return value check in aqr107_config_mdi()Daniel Golle1-1/+1
2024-10-15net: phy: aquantia: correctly describe LED polarity overrideDaniel Golle3-8/+24
2024-10-11net: phy: aquantia: poll status registerAryan Srivastava1-3/+16
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+33
2024-10-09net: phy: aquantia: allow forcing order of MDI pairsDaniel Golle1-0/+33
2024-10-04net: phy: aquantia: remove usage of phy_set_max_speedAbhishek Chauhan1-18/+19
2024-10-04net: phy: aquantia: AQR115c fix up PMA capabilitiesAbhishek Chauhan1-0/+14
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-24net: phy: aquantia: fix applying active_low bit after resetDaniel Golle1-3/+2
2024-09-24net: phy: aquantia: fix setting active_low bitDaniel Golle1-1/+2
2024-09-19net: phy: aquantia: fix -ETIMEDOUT PHY probe failure when firmware not presentVladimir Oltean2-22/+39
2024-07-31net: phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and aqr115cBartosz Golaszewski1-8/+21
2024-07-10net: phy: aquantia: add support for aqr115cBartosz Golaszewski1-0/+26
2024-07-10net: phy: aquantia: wait for the GLOBAL_CFG to start returning real valuesBartosz Golaszewski1-1/+7
2024-07-10net: phy: aquantia: wait for FW reset before checking the vendor IDBartosz Golaszewski1-0/+4
2024-07-10net: phy: aquantia: rename and export aqr107_wait_reset_complete()Bartosz Golaszewski2-3/+5
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2024-07-03net: phy: aquantia: add missing include guardsBartosz Golaszewski1-0/+5
2024-06-05net: phy: aquantia: add support for PHY LEDsDaniel Golle4-3/+252
2024-06-05net: phy: aquantia: move priv and hw stat to headerChristian Marangi2-37/+38
2024-04-03net: phy: aquantia: add support for AQR114C PHY IDPaweł Owoc1-0/+21
2024-02-18net: phy: aquantia: add AQR813 PHY IDChristian Marangi1-0/+21
2024-02-16net: phy: aquantia: add AQR113 PHY IDChristian Marangi1-0/+21
2024-02-15net: phy: aquantia: add AQR111 and AQR111B0 PHY IDChristian Marangi1-0/+52
2024-02-13net: phy: aquantia: clear PMD Global Transmit Disable bit during initRobert Marko1-0/+9
2024-01-05net: phy: aquantia: switch to crc_itu_t()Stephen Rothwell2-4/+4
2023-11-30net: phy: aquantia: drop wrong endianness conversion for addr and CRCChristian Marangi1-10/+14
2023-11-28net: phy: aquantia: fill in possible_interfaces for AQR113CRussell King (Oracle)2-1/+80
2023-11-17net: phy: aquantia: add firmware load supportRobert Marko5-1/+410
2023-11-17net: phy: aquantia: move MMD_VEND define to headerChristian Marangi3-69/+69
2023-11-17net: phy: aquantia: move to separate directoryChristian Marangi5-0/+1159