summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2023-04-26net: phy: hide the PHYLIB_LEDS knobPaolo Abeni1-3/+1
2023-04-25net: phy: marvell-88x2222: remove unnecessary (void*) conversionswuych1-2/+2
2023-04-25net: phy: marvell: Fix inconsistent indenting in led_blink_setChristian Marangi1-4/+4
2023-04-25net: phy: dp83867: Add led_brightness_set supportAlexander Stein1-0/+31
2023-04-25net: phy: Fix reading LED reg propertyAlexander Stein1-1/+5
2023-04-25net: phy: dp83867: Remove unnecessary (void*) conversionswuych1-2/+1
2023-04-23drivers/net/phy: add driver for Microchip LAN867x 10BASE-T1S PHYRamón Nordin Rodriguez3-0/+144
2023-04-22net: phy: add basic driver for NXP CBTX PHYVladimir Oltean3-0/+234
2023-04-21net: phy: fix circular LEDS_CLASS dependenciesArnd Bergmann2-2/+10
2023-04-20net: micrel: Update the list of supported physHoratiu Vultur1-2/+2
2023-04-19net: phy: marvell: Implement led_blink_set()Andrew Lunn1-0/+36
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn1-0/+18
2023-04-19net: phy: marvell: Add software control of the LEDsAndrew Lunn1-5/+40
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn1-3/+12
2023-04-19net: phy: Add a binding for PHY LEDsAndrew Lunn2-0/+77
2023-04-17net: phy: micrel: Fix PTP_PF_PEROUT for lan8841Horatiu Vultur1-1/+1
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+27
2023-04-11net: phy: nxp-c45-tja11xx: add remove callbackRadu Pirea (OSS)1-0/+12
2023-04-10net: phy: sfp: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: phy: nxp-tja11xx: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: phy: mxl: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: phy: marvell: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2-2/+2
2023-04-10net: phy: bcm54140: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-10net: phy: aquantia: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-09net: sfp: avoid EEPROM read of absent SFP moduleIvan Bornyakov1-0/+6
2023-04-09net: sfp: initialize sfp->i2c_block_size at sfp allocationIvan Bornyakov1-5/+8
2023-04-08net: phy: nxp-c45-tja11xx: fix unsigned long multiplication overflowRadu Pirea (OSS)1-1/+1
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+23
2023-04-05net: phy: meson-gxl: enable edpd tunable support for G12A internal PHYHeiner Kallweit1-0/+4
2023-04-03net: phy: smsc: enable edpd tunable supportHeiner Kallweit1-0/+12
2023-04-03net: phy: smsc: add support for edpd tunableHeiner Kallweit1-0/+75
2023-04-03net: phy: smsc: prepare for making edpd wait period configurableHeiner Kallweit1-3/+11
2023-04-03net: phy: smsc: add flag edpd_mode_set_by_userHeiner Kallweit1-1/+3
2023-04-03net: phy: smsc: clear edpd_enable if interrupt mode is usedHeiner Kallweit1-3/+5
2023-04-03net: phy: smsc: add helper smsc_phy_config_edpdHeiner Kallweit1-3/+13
2023-04-03net: phy: smsc: rename flag energy_enableHeiner Kallweit1-5/+5
2023-04-03net: sfp: add quirk enabling 2500Base-x for HG MXPD-483IIDaniel Golle1-0/+4
2023-03-31net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong1-0/+19
2023-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-8/+7
2023-03-27net: phy: bcm7xxx: use devm_clk_get_optional_enabled to simplify the codeHeiner Kallweit1-18/+4
2023-03-27net: phy: micrel: correct KSZ9131RNX EEE capabilities and advertisementOleksij Rempel1-0/+1
2023-03-27net: phy: constify fwnode_get_phy_node() fwnode argumentRussell King (Oracle)1-1/+1
2023-03-27net: sfp: constify sfp-bus internal fwnode usesRussell King (Oracle)1-2/+2
2023-03-27net: sfp: make sfp_bus_find_fwnode() take a const fwnodeRussell King (Oracle)1-1/+1
2023-03-25net: phy: dp83869: fix default value for tx-/rx-internal-delayJosua Mayer1-4/+2
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-12/+27
2023-03-24net: phy: Improved PHY error reporting in state machineFlorian Fainelli1-9/+24
2023-03-24net: phy: micrel: Add support for PTP_PF_EXTTS for lan8841Horatiu Vultur1-0/+162
2023-03-23net: sfp: add quirk for 2.5G copper SFPRussell King (Oracle)1-0/+18
2023-03-23net: sfp-bus: allow SFP quirks to override Autoneg and pause bitsRussell King (Oracle)1-4/+4