summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-02-22net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHYSiddharth Vadapalli1-1/+3
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 Fedrau2-0/+147
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
2024-02-22net: phy: c45: detect 100/1000BASE-T1 linkmode advertisementsDimitri Fedrau1-1/+2
2024-02-22net: phy: mxl-gpy: fill in possible_interfaces for GPY21x chipsetRaju Lakkaraju1-6/+14
2024-02-18net: phy: aquantia: add AQR813 PHY IDChristian Marangi1-0/+21
2024-02-17net: phy: c45: add support for MDIO_AN_EEE_ADV2Heiner Kallweit1-0/+27
2024-02-17net: phy: c45: add support for EEE link partner ability 2 to genphy_c45_read_...Heiner Kallweit1-0/+11
2024-02-17net: phy: c45: add and use genphy_c45_read_eee_cap2Heiner Kallweit1-0/+31
2024-02-17net: phy: add PHY_EEE_CAP2_FEATURESHeiner Kallweit1-0/+11
2024-02-16net: phy: aquantia: add AQR113 PHY IDChristian Marangi1-0/+21
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for mdio_devresBreno Leitao1-0/+1
2024-02-15net: mdio_bus: make mdio_bus_type constRicardo B. Marliere2-3/+2
2024-02-15net: phy: aquantia: add AQR111 and AQR111B0 PHY IDChristian Marangi1-0/+52
2024-02-15net: phy: qca807x: move interface mode check to .config_init_onceRobert Marko1-5/+5
2024-02-14net: phy: dp83826: support TX data voltage tuningCatalin Popescu1-4/+126
2024-02-13net: phy: aquantia: clear PMD Global Transmit Disable bit during initRobert Marko1-0/+9
2024-02-10net: phy: qca807x: add support for configurable LEDChristian Marangi1-2/+254
2024-02-10net: phy: qcom: generalize some qca808x LED functionsChristian Marangi3-34/+65
2024-02-10net: phy: qcom: move common qca808x LED define to shared headerChristian Marangi2-65/+65
2024-02-10net: phy: qcom: add support for QCA807x PHY FamilyRobert Marko3-0/+606
2024-02-10net: phy: provide whether link has changed in c37_read_statusChristian Marangi3-4/+13
2024-02-10net: phy: qcom: move more function to shared libraryChristian Marangi4-240/+244
2024-02-10net: phy: add devm/of_phy_package_join helperChristian Marangi1-0/+96
2024-02-10net: phy: add support for scanning PHY in PHY packages nodesChristian Marangi1-8/+36
2024-02-10net: phy: realtek: use generic MDIO helpers to simplify the codeHeiner Kallweit1-17/+3
2024-02-08net: phy: realtek: add 5Gbps support to rtl822x_config_aneg()Heiner Kallweit1-4/+8
2024-02-08net: phy: realtek: use generic MDIO constantsMarek BehĂșn1-17/+13
2024-02-07net: phy: c45 scanning: Don't consider -ENODEV fatalAndrew Lunn1-2/+6
2024-02-07net: phy: add helper phy_advertise_eee_allHeiner Kallweit1-0/+16
2024-02-06net: phy: constify phydev->drvRussell King (Oracle)3-6/+5
2024-02-04net: micrel: Fix the frequency adjustmentsHoratiu Vultur1-2/+8
2024-02-03net: phy: qcom: qca808x: default to LED active High if not setChristian Marangi1-0/+10
2024-02-03net: phy: qcom: qca808x: fix logic error in LED brightness setChristian Marangi1-2/+2
2024-02-03net: phy: realtek: add support for RTL8126A-integrated 5Gbps PHYHeiner Kallweit1-0/+10
2024-02-02net: phy: dp83867: Add support for active-low LEDsAlexander Stein1-0/+22
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-66/+81
2024-02-01net: phy: qcom: detach qca808x PHY driver from at803xChristian Marangi4-896/+942
2024-02-01net: phy: qcom: move additional functions to shared libraryChristian Marangi3-425/+463