summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
* | net: phy: qcom: qca808x: fill in possible_interfacesRobert Marko2024-03-011-0/+12
* | net: phy: qcom: qca808x: add helper for checking for 1G only modelRobert Marko2024-03-011-5/+12
* | net: phy: dp83826: disable WOL at initCatalin Popescu2024-02-281-1/+1
* | net: phy: simplify genphy_c45_ethtool_set_eeeHeiner Kallweit2024-02-271-9/+4
* | net: phy: dp83826: support configuring RMII master/slave operation modeJérémie Dautheribes2024-02-261-5/+38
* | net: phy: dp83826: Add support for phy-mode configurationJérémie Dautheribes2024-02-261-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-1/+3
|\|
| * net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHYSiddharth Vadapalli2024-02-221-1/+3
* | net: phy: marvell-88q2xxx: move interrupt configurationDimitri Fedrau2024-02-211-8/+8
* | net: phy: marvell-88q2xxx: remove duplicated assignment of pma_extableDimitri Fedrau2024-02-211-7/+1
* | net: phy: marvell-88q2xxx: cleanup mv88q2xxx_config_initDimitri Fedrau2024-02-211-8/+1
* | net: phy: marvell-88q2xxx: switch to mv88q2xxx_config_anegDimitri Fedrau2024-02-211-12/+1
* | net: phy: marvell-88q2xxx: make mv88q2xxx_config_aneg genericDimitri Fedrau2024-02-211-1/+1
* | net: phy: marvell-88q2xxx: add cable test supportDimitri Fedrau2024-02-211-0/+107
* | net: phy: marvell-88q2xxx: add support for temperature sensorDimitri Fedrau2024-02-212-0/+147
* | net: phy: marvell-88q2xxx: add suspend / resume opsDimitri Fedrau2024-02-211-0/+34
* | net: phy: marvell-88q2xxx: add interrupt support for link detectionDimitri Fedrau2024-02-211-4/+119
* | net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHYDimitri Fedrau2024-02-211-6/+204
* | net: phy: marvell-88q2xxx: fix typosDimitri Fedrau2024-02-211-11/+17
* | net: phy: c45: detect 100/1000BASE-T1 linkmode advertisementsDimitri Fedrau2024-02-211-1/+2
* | net: phy: mxl-gpy: fill in possible_interfaces for GPY21x chipsetRaju Lakkaraju2024-02-211-6/+14
* | net: phy: aquantia: add AQR813 PHY IDChristian Marangi2024-02-181-0/+21
* | net: phy: c45: add support for MDIO_AN_EEE_ADV2Heiner Kallweit2024-02-171-0/+27
* | net: phy: c45: add support for EEE link partner ability 2 to genphy_c45_read_...Heiner Kallweit2024-02-171-0/+11
* | net: phy: c45: add and use genphy_c45_read_eee_cap2Heiner Kallweit2024-02-171-0/+31
* | net: phy: add PHY_EEE_CAP2_FEATURESHeiner Kallweit2024-02-171-0/+11
* | net: phy: aquantia: add AQR113 PHY IDChristian Marangi2024-02-161-0/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-151-0/+1
|\|
| * net: fill in MODULE_DESCRIPTION()s for mdio_devresBreno Leitao2024-02-151-0/+1
* | net: mdio_bus: make mdio_bus_type constRicardo B. Marliere2024-02-152-3/+2
* | net: phy: aquantia: add AQR111 and AQR111B0 PHY IDChristian Marangi2024-02-151-0/+52
* | net: phy: qca807x: move interface mode check to .config_init_onceRobert Marko2024-02-151-5/+5
* | net: phy: dp83826: support TX data voltage tuningCatalin Popescu2024-02-141-4/+126
* | net: phy: aquantia: clear PMD Global Transmit Disable bit during initRobert Marko2024-02-131-0/+9
* | net: phy: qca807x: add support for configurable LEDChristian Marangi2024-02-101-2/+254
* | net: phy: qcom: generalize some qca808x LED functionsChristian Marangi2024-02-103-34/+65
* | net: phy: qcom: move common qca808x LED define to shared headerChristian Marangi2024-02-102-65/+65
* | net: phy: qcom: add support for QCA807x PHY FamilyRobert Marko2024-02-103-0/+606
* | net: phy: provide whether link has changed in c37_read_statusChristian Marangi2024-02-103-4/+13
* | net: phy: qcom: move more function to shared libraryChristian Marangi2024-02-104-240/+244
* | net: phy: add devm/of_phy_package_join helperChristian Marangi2024-02-101-0/+96
* | net: phy: add support for scanning PHY in PHY packages nodesChristian Marangi2024-02-101-8/+36
* | net: phy: realtek: use generic MDIO helpers to simplify the codeHeiner Kallweit2024-02-091-17/+3
* | net: phy: realtek: add 5Gbps support to rtl822x_config_aneg()Heiner Kallweit2024-02-071-4/+8
* | net: phy: realtek: use generic MDIO constantsMarek Behún2024-02-071-17/+13
* | net: phy: c45 scanning: Don't consider -ENODEV fatalAndrew Lunn2024-02-071-2/+6
* | net: phy: add helper phy_advertise_eee_allHeiner Kallweit2024-02-061-0/+16
* | net: phy: constify phydev->drvRussell King (Oracle)2024-02-063-6/+5
* | net: micrel: Fix the frequency adjustmentsHoratiu Vultur2024-02-041-2/+8
* | net: phy: qcom: qca808x: default to LED active High if not setChristian Marangi2024-02-031-0/+10