summaryrefslogtreecommitdiff
path: root/drivers/net/phy/marvell-88q2xxx.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22net: phy: marvell-88q2xxx: move interrupt configurationDimitri Fedrau1-8/+8
2024-02-22net: phy: marvell-88q2xxx: remove duplicated assignment of pma_extableDimitri Fedrau1-7/+1
2024-02-22net: phy: marvell-88q2xxx: cleanup mv88q2xxx_config_initDimitri Fedrau1-8/+1
2024-02-22net: phy: marvell-88q2xxx: switch to mv88q2xxx_config_anegDimitri Fedrau1-12/+1
2024-02-22net: phy: marvell-88q2xxx: make mv88q2xxx_config_aneg genericDimitri Fedrau1-1/+1
2024-02-22net: phy: marvell-88q2xxx: add cable test supportDimitri Fedrau1-0/+107
2024-02-22net: phy: marvell-88q2xxx: add support for temperature sensorDimitri Fedrau1-0/+146
2024-02-22net: phy: marvell-88q2xxx: add suspend / resume opsDimitri Fedrau1-0/+34
2024-02-22net: phy: marvell-88q2xxx: add interrupt support for link detectionDimitri Fedrau1-4/+119
2024-02-22net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHYDimitri Fedrau1-6/+204
2024-02-22net: phy: marvell-88q2xxx: fix typosDimitri Fedrau1-11/+17
2023-07-20net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2110 PHYStefan Eichenberger1-0/+263