summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
111 min.Merge remote-tracking branch 'drm-intel/topic/core-for-CI' into drm-tipAlyssa Rosenzweig1-5/+2
2025-02-20net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENTGeorge Moussalem1-1/+1
2025-02-12HAX net/phy: Suppress WARN from phy_errorJoonas Lahtinen1-1/+1
2025-02-12HAX net/phy: Suppress WARN for calling stop while haltedChris Wilson1-4/+1
2025-02-11net: phylink: make configuring clock-stop dependent on MAC supportRussell King (Oracle)1-6/+9
2025-01-27net: phy: c45-tjaxx: add delay between MDIO write and read in soft_resetMilos Reljin1-0/+2
2025-01-23net: phy: marvell-88q2xxx: Fix temperature measurement with reset-gpiosDimitri Fedrau1-7/+26
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-15/+14
2025-01-20net: phylink: fix regression when binding a PHYRussell King (Oracle)1-1/+5
2025-01-20net: phy: realtek: HWMON support for standalone versions of RTL8221B and RTL8251Aleksander Jan Bajkowski1-0/+5
2025-01-20net: phylink: always do a major config when attaching a SFP PHYRussell King (Oracle)1-6/+5
2025-01-18net: phy: remove leftovers from switch to linkmode bitmapsHeiner Kallweit1-52/+2
2025-01-17net: phy: realtek: always clear NBase-T lpaDaniel Golle1-3/+3
2025-01-17net: phy: realtek: clear master_slave_state if link is downDaniel Golle1-1/+3
2025-01-17net: phy: realtek: clear 1000Base-T lpa if link is downDaniel Golle1-11/+8
2025-01-16net: phy: microchip_rds_ptp : Add PEROUT feature library for RDS PTP supporte...Divya Koppera1-0/+270
2025-01-16net: phy: microchip_t1: Enable pin out specific to lan887x phy for PEROUT signalDivya Koppera1-1/+13
2025-01-16net: phy: microchip_rds_ptp: Header file library changes for PEROUTDivya Koppera1-0/+24
2025-01-16net: phylink: add EEE managementRussell King (Oracle)1-5/+133
2025-01-16net: phylink: add phylink_link_is_up() helperRussell King (Oracle)1-5/+6
2025-01-16net: phy: add support for querying PHY clock stop capabilityRussell King (Oracle)1-0/+20
2025-01-15net: phylink: provide fixed state for 1000base-X and 2500base-XRussell King (Oracle)1-10/+19
2025-01-15net: phylink: use neg_mode in phylink_mii_c22_pcs_decode_state()Russell King (Oracle)1-4/+8
2025-01-15net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)1-2/+5
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)1-1/+1
2025-01-15net: phylink: use pcs_neg_mode in phylink_mac_pcs_get_state()Russell King (Oracle)1-6/+16
2025-01-14net: phy: Constify struct mdio_device_idChristophe JAILLET56-56/+56
2025-01-14net: phy: realtek: add hwmon support for temp sensor on RTL822xHeiner Kallweit5-0/+108
2025-01-14net: phy: move realtek PHY driver to its own subdirectoryHeiner Kallweit5-5/+10
2025-01-14net: phy: realtek: add support for reading MDIO_MMD_VEND2 regs on RTL8125/RTL...Heiner Kallweit1-2/+10
2025-01-14net: phy: dp83822: Fix typo "outout" -> "output"Colin Ian King1-1/+1
2025-01-14net: phy: dp83tg720: add statistics supportOleksij Rempel1-0/+161
2025-01-14net: phy: dp83td510: add statistics supportOleksij Rempel1-0/+112
2025-01-14net: phy: introduce optional polling interface for PHY statisticsOleksij Rempel1-0/+20
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski2-0/+45
2025-01-14net: phy: microchip_t1: depend on PTP_1588_CLOCK_OPTIONALDivya Koppera1-2/+2
2025-01-11net: phy: dp83822: Add support for PHY LEDs on DP83822Dimitri Fedrau1-2/+275
2025-01-10net: phy: add configuration of rx clock stop modeRussell King (Oracle)1-5/+22
2025-01-09net: phy: micrel: use helper phy_disable_eeeHeiner Kallweit1-1/+1
2025-01-06net: phylink: add support for PCS supported_interfaces bitmapRussell King (Oracle)1-0/+11
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+101
2025-01-02net: phy: fix phy_disable_eeeHeiner Kallweit1-1/+2
2024-12-23net: phy: microchip_t1 : Add initialization of ptp for lan887xDivya Koppera1-3/+38
2024-12-23net: phy: Makefile: Add makefile support for rds ptp in Microchip physDivya Koppera1-0/+1
2024-12-23net: phy: Kconfig: Add rds ptp library support and 1588 optional flag in Micr...Divya Koppera1-1/+8
2024-12-23net: phy: microchip_rds_ptp : Add rds ptp library for Microchip physDivya Koppera1-0/+1039
2024-12-23net: phy: microchip_rds_ptp: Add header file for Microchip rds ptp libraryDivya Koppera1-0/+223
2024-12-19net: phy: add phy_disable_eeeHeiner Kallweit1-0/+16
2024-12-19net: phy: micrel: Dynamically control external clock of KSZ PHYWei Fang1-13/+101
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+3