summaryrefslogtreecommitdiff
path: root/drivers/net/phy/aquantia
AgeCommit message (Expand)AuthorFilesLines
14 daysmove 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-30net: 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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2024-07-02net: 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-02net: 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-04net: phy: aquantia: switch to crc_itu_t()Stephen Rothwell2-4/+4
2023-11-29net: phy: aquantia: drop wrong endianness conversion for addr and CRCChristian Marangi1-10/+14
2023-11-27net: phy: aquantia: fill in possible_interfaces for AQR113CRussell King (Oracle)2-1/+80
2023-11-16net: phy: aquantia: add firmware load supportRobert Marko5-1/+410
2023-11-16net: phy: aquantia: move MMD_VEND define to headerChristian Marangi3-69/+69
2023-11-16net: phy: aquantia: move to separate directoryChristian Marangi5-0/+1159