summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/aquantia
AgeCommit message (Expand)AuthorLines
2025-11-28net: phy: aquantia: check for NVMEM deferralRobert Marko-1/+1
2025-09-09net: phy: aquantia: delete aqr_firmware_read_fingerprint() prototypeVladimir Oltean-1/+0
2025-09-05net: phy: aquantia: support phy-mode = "10g-qxgmii" on NXP SPF-30841 (AQR412C)Vladimir Oltean-12/+44
2025-09-05net: phy: aquantia: create and store a 64-bit firmware image fingerprintVladimir Oltean-7/+55
2025-09-05net: phy: aquantia: report and configure in-band autoneg capabilitiesVladimir Oltean-0/+78
2025-09-05net: phy: aquantia: print global syscfg registersVladimir Oltean-0/+8
2025-08-25net: phy: aquantia: add support for AQR115Camelia Groza-0/+27
2025-08-25net: phy: aquantia: promote AQR813 and AQR114C to aqr_gen4_config_init()Vladimir Oltean-2/+2
2025-08-25net: phy: aquantia: rename aqr113c_config_init() to aqr_gen4_config_init()Vladimir Oltean-5/+5
2025-08-25net: phy: aquantia: reimplement aqcs109_config_init() as aqr_gen2_config_init()Vladimir Oltean-11/+1
2025-08-25net: phy: aquantia: call aqr_gen3_config_init() for AQR112 and AQR412(C)Vladimir Oltean-2/+10
2025-08-25net: phy: aquantia: call aqr_gen2_fill_interface_modes() for AQCS109Vladimir Oltean-1/+5
2025-08-25net: phy: aquantia: merge and rename aqr105_read_status() and aqr107_read_sta...Vladimir Oltean-110/+21
2025-08-25net: phy: aquantia: use cached GLOBAL_CFG registers in aqr107_read_rate()Vladimir Oltean-16/+13
2025-08-25net: phy: aquantia: remove handling for get_rate_matching(PHY_INTERFACE_MODE_NA)Vladimir Oltean-2/+1
2025-08-25net: phy: aquantia: save a local shadow of GLOBAL_CFG register valuesVladimir Oltean-31/+87
2025-08-25net: phy: aquantia: fill supported_interfaces for all aqr_gen2_config_init() ...Vladimir Oltean-83/+85
2025-08-25net: phy: aquantia: rename some aqr107 functions according to generationVladimir Oltean-56/+61
2025-08-25net: phy: aquantia: reorder AQR113C PMD Global Transmit Disable bit clearing ...Vladimir Oltean-4/+4
2025-08-25net: phy: aquantia: merge aqr113c_fill_interface_modes() into aqr107_fill_int...Vladimir Oltean-21/+21
2025-08-25net: phy: aquantia: rename AQR412 to AQR412C and add real AQR412Vladimir Oltean-1/+21
2025-04-29net: phy: aquantia: fix commenting formatAryan Srivastava-4/+2
2025-03-25net: phy: aquantia: add essential functions to aqr105 driverHans-Frieder Vogt-2/+237
2025-03-25net: phy: aquantia: search for firmware-name in fwnodeHans-Frieder Vogt-3/+4
2025-03-25net: phy: aquantia: add probe function to aqr105 for firmware loadingHans-Frieder Vogt-0/+1
2025-02-11net: phy: aquantia: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li-26/+6
2025-01-14net: phy: Constify struct mdio_device_idChristophe JAILLET-1/+1
2024-12-18net: phy: avoid undefined behavior in *_led_polarity_set()Arnd Bergmann-1/+1
2024-11-11net: phy: aquantia: Add mdix config and reportingPaul Davey-0/+52
2024-10-15net: phy: aquantia: fix return value check in aqr107_config_mdi()Daniel Golle-1/+1
2024-10-15net: phy: aquantia: correctly describe LED polarity overrideDaniel Golle-8/+24
2024-10-11net: phy: aquantia: poll status registerAryan Srivastava-3/+16
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+33
2024-10-08net: phy: aquantia: allow forcing order of MDI pairsDaniel Golle-0/+33
2024-10-03net: phy: aquantia: remove usage of phy_set_max_speedAbhishek Chauhan-18/+19
2024-10-03net: phy: aquantia: AQR115c fix up PMA capabilitiesAbhishek Chauhan-0/+14
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-24net: phy: aquantia: fix applying active_low bit after resetDaniel Golle-3/+2
2024-09-24net: phy: aquantia: fix setting active_low bitDaniel Golle-1/+2
2024-09-19net: phy: aquantia: fix -ETIMEDOUT PHY probe failure when firmware not presentVladimir Oltean-22/+39
2024-07-30net: phy: aquantia: only poll GLOBAL_CFG regs on aqr113, aqr113c and aqr115cBartosz Golaszewski-8/+21
2024-07-10net: phy: aquantia: add support for aqr115cBartosz Golaszewski-0/+26
2024-07-10net: phy: aquantia: wait for the GLOBAL_CFG to start returning real valuesBartosz Golaszewski-1/+7
2024-07-10net: phy: aquantia: wait for FW reset before checking the vendor IDBartosz Golaszewski-0/+4
2024-07-10net: phy: aquantia: rename and export aqr107_wait_reset_complete()Bartosz Golaszewski-3/+5
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+4
2024-07-02net: phy: aquantia: add missing include guardsBartosz Golaszewski-0/+5
2024-06-05net: phy: aquantia: add support for PHY LEDsDaniel Golle-3/+252
2024-06-05net: phy: aquantia: move priv and hw stat to headerChristian Marangi-37/+38
2024-04-02net: phy: aquantia: add support for AQR114C PHY IDPaweł Owoc-0/+21