summaryrefslogtreecommitdiff
path: root/drivers/net/phy/dp83822.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10net: phy: dp8382x: keep WOL settings across suspendsCatalin Popescu1-13/+24
2024-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-17/+20
2024-03-09net: phy: dp83822: Fix RGMII TX delay configurationTim Pambor1-17/+20
2024-02-29net: phy: dp83826: disable WOL at initCatalin Popescu1-1/+1
2024-02-26net: phy: dp83826: support configuring RMII master/slave operation modeJérémie Dautheribes1-5/+38
2024-02-26net: phy: dp83826: Add support for phy-mode configurationJérémie Dautheribes1-0/+11
2024-02-14net: phy: dp83826: support TX data voltage tuningCatalin Popescu1-4/+126
2023-01-28net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devicesAndre Kalb1-2/+4
2022-10-27net: dp83822: Print the SOR1 strap statusFabio Estevam1-0/+2
2022-10-20net: phy: dp83822: disable MDI crossover status change interruptFelix Riemann1-2/+1
2022-06-25net: dp83822: disable rx error interruptEnguerrand de Ribaucourt1-2/+1
2022-06-25net: dp83822: disable false carrier interruptEnguerrand de Ribaucourt1-1/+0
2022-05-22net: phy: DP83822: enable rgmii mode if phy_interface_is_rgmiiTommaso Merciai1-1/+8
2022-03-10net: phy: DP83822: clear MISR2 register to disable interruptsClément Léger1-1/+1
2021-07-18net: phy: Fix data type in DP83822 dp8382x_disable_wol()Marek Vasut1-5/+3
2021-03-01net: phy: ti: take into account all possible interrupt sourcesIoana Ciornei1-4/+5
2021-02-12net: phy: introduce phydev->portMichael Walle1-0/+3
2020-11-25net: phy: ti: remove the use of .ack_interrupt()Ioana Ciornei1-17/+0
2020-11-25net: phy: ti: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+37
2020-09-20net: phy: dp83822: Update the fiber advertisement for speedDan Murphy1-3/+10
2020-08-28net: phy: DP83822: Add ability to advertise Fiber connectionDan Murphy1-7/+218
2020-06-26net: phy: DP83822: Add setting the fixed internal delayDan Murphy1-10/+69
2020-05-02net: phy: DP83822: Fix WoL in config init to be disabledDan Murphy1-16/+14
2020-01-23net: phy: DP83822: Add support for additional DP83825 devicesDan Murphy1-2/+10
2020-01-23phy: dp83826: Add phy IDs for DP83826N and 826NCDan Murphy1-0/+6
2019-08-17net: phy: remove calls to genphy_config_initHeiner Kallweit1-5/+0
2019-04-16net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit1-1/+1
2019-03-21net: phy: Add DP83825I to the DP83822 driverDan Murphy1-14/+20
2019-01-23net: phy: Fixup GPLv2 SPDX tags based on license textAndrew Lunn1-10/+2
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-1/+0
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit1-2/+0
2017-10-12net: phy: DP83822 initial driver submissionDan Murphy1-0/+344