summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: bcm7xxx: use devm_clk_get_optional_enabled to simplify the codeHeiner Kallweit2023-03-271-18/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-243-12/+27
|\
| * net: sfp: fix state loss when updating state_hw_maskRussell King (Oracle)2023-03-191-0/+5
| * net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon2023-03-191-5/+6
| * net: phy: Ensure state transitions are processed from phy_stop()Florian Fainelli2023-03-191-7/+16
* | net: phy: Improved PHY error reporting in state machineFlorian Fainelli2023-03-241-9/+24
* | net: phy: micrel: Add support for PTP_PF_EXTTS for lan8841Horatiu Vultur2023-03-241-0/+162
* | net: sfp: add quirk for 2.5G copper SFPRussell King (Oracle)2023-03-221-0/+18
* | net: sfp-bus: allow SFP quirks to override Autoneg and pause bitsRussell King (Oracle)2023-03-221-4/+4
* | net: phylink: remove an_enabledRussell King (Oracle)2023-03-221-20/+17
* | net: phy: meson-gxl: reuse functionality of the SMSC PHY driverHeiner Kallweit2023-03-202-69/+9
* | net: phy: smsc: export functions for use by meson-gxl PHY driverHeiner Kallweit2023-03-201-7/+13
* | net: phy: at803x: Replace of_gpio.h with what indeed is usedAndy Shevchenko2023-03-191-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-173-18/+13
|\|
| * net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()Vladimir Oltean2023-03-151-16/+8
| * net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit2023-03-151-1/+4
| * net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bitRadu Pirea (OSS)2023-03-101-1/+1
* | net: phy: mxl-gpy: enhance delay time required by loopback disable functionXu Liang2023-03-161-6/+29
* | net: phy: micrel: Fix spelling mistake "minimim" -> "minimum"Colin Ian King2023-03-151-1/+1
* | net: phy: micrel: drop superfluous use of temp variableWolfram Sang2023-03-151-4/+2
* | net: phy: update obsolete comment about PHY_STARTINGWolfram Sang2023-03-151-3/+1
* | net: phy: ks8995: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
* | net: phy: smsc: use device_property_present in smsc_phy_probeHeiner Kallweit2023-03-131-2/+1
* | net: phy: dp83867: Disable IRQs on suspendAlexander Stein2023-03-131-2/+26
* | net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841Horatiu Vultur2023-03-131-2/+389
* | net: sfp: only use soft polling if we have A2h accessRussell King (Oracle)2023-03-101-1/+5
* | net: sfp: add A2h presence flagRussell King (Oracle)2023-03-101-18/+24
* | net: phy: smsc: use phy_set_bits in smsc_phy_config_initHeiner Kallweit2023-03-091-10/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-093-19/+37
|\|
| * net: phy: smsc: fix link up detection in forced irq modeHeiner Kallweit2023-03-061-11/+3
| * net: phylib: get rid of unnecessary lockingRussell King (Oracle)2023-03-061-7/+1
| * net: lan78xx: fix accessing the LAN7800's internal phy specific registers fro...Yuiko Oshino2023-03-021-0/+32
| * net: phy: unlock on error in phy_probe()Dan Carpenter2023-02-281-1/+1
* | net: phy: smsc: simplify lan95xx_config_aneg_extHeiner Kallweit2023-03-071-10/+7
|/
* Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-272-14/+63
|\
| * net: phy: c45: fix network interface initialization failures on xtensa, arm:c...Oleksij Rempel2023-02-271-1/+1
| * net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modesOleksij Rempel2023-02-231-2/+13
| * net: phy: do not force EEE supportOleksij Rempel2023-02-232-7/+36
| * net: phy: c45: add genphy_c45_an_config_eee_aneg() functionOleksij Rempel2023-02-232-2/+11
| * net: phy: c45: use "supported_eee" instead of supported for access validationOleksij Rempel2023-02-231-3/+3
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-1/+1
|\ \ | |/ |/|
| * driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* | net: phy: Read EEE abilities when using .featuresAndrew Lunn2023-02-201-1/+3
* | net: phy: Add locks to ethtool functionsAndrew Lunn2023-02-201-18/+66
* | net: phy: marvell: Use the unlocked genphy_c45_ethtool_get_eee()Andrew Lunn2023-02-201-1/+1
* | net: phy: c45: genphy_c45_an_config_aneg(): fix uninitialized symbol errorOleksij Rempel2023-02-151-1/+1
* | net: phy: motorcomm: uninitialized variables in yt8531_link_change_notify()Dan Carpenter2023-02-151-3/+3
* | net: phylink: support validated pause and autoneg in fixed-linkIvan Bornyakov2023-02-151-3/+14
* | net: phy: start using genphy_c45_ethtool_get/set_eee()Oleksij Rempel2023-02-131-58/+2
* | net: phy: migrate phy_init_eee() to genphy_c45_eee_is_active()Oleksij Rempel2023-02-131-75/+14