summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2023-01-30net: phy: motorcomm: change the phy id of yt8521 and yt8531s to lowercaseFrank Sae1-2/+2
2023-01-30net: phy: fix the spelling problem of SentinelFrank Sae1-1/+1
2023-01-30net: phy: fix null dereference in phy_attach_directColin Foster1-1/+1
2023-01-28net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devicesAndre Kalb1-2/+4
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2023-01-23net: phy: microchip: run phy initialization during each link updateRakesh Sankaranarayanan1-14/+56
2023-01-23net: mdio: warn once if addr parameter is invalid in mdiobus_get_phy()Heiner Kallweit1-1/+2
2023-01-20net: phy: Remove fallback to old C45 methodAndrew Lunn1-8/+2
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2023-01-19net: phy: fix use of uninit variable when setting PLCA configPiergiorgio Beruto1-1/+1
2023-01-19net: sfp: remove unused ctype.h includeRussell King (Oracle)1-1/+0
2023-01-19net: sfp: remove acpi.h includeRussell King (Oracle)1-1/+0
2023-01-19net: sfp: rename gpio_of_names[]Russell King (Oracle)1-4/+4
2023-01-19net: sfp: use device_get_match_data()Russell King (Oracle)1-12/+4
2023-01-19net: sfp: use i2c_get_adapter_by_fwnode()Russell King (Oracle)1-12/+1
2023-01-19net: phy: Decide on C45 capabilities based on presence of methodAndrew Lunn1-1/+1
2023-01-19net: mdio: scan bus based on bus capabilities for C22 and C45Andrew Lunn1-6/+2
2023-01-19net: mdio: Add workaround for Micrel PHYs which are not C45 compatibleAndrew Lunn1-3/+34
2023-01-19net: mdio: Rework scanning of bus ready for quirksAndrew Lunn1-39/+86
2023-01-19net: mdio: Move mdiobus_scan() within fileAndrew Lunn1-51/+50
2023-01-17net: mdio: validate parameter addr in mdiobus_get_phy()Heiner Kallweit1-1/+6
2023-01-11drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHYPiergiorgio Beruto3-0/+179
2023-01-11drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto2-0/+239
2023-01-11drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto2-0/+195
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto3-2/+23
2023-01-10net: mdio: add mdiobus_c45_read/write_nested helpersAndrew Lunn1-0/+55
2023-01-10net: mdio: Move mdiobus_c45_addr() next to usersAndrew Lunn1-0/+5
2023-01-10net: mdio: C22 is now optional, EOPNOTSUPP if not providedAndrew Lunn1-2/+8
2023-01-10net: mdio: mdiobus_register: update validation testAndrew Lunn1-2/+9
2023-01-10net: mdio: Add dedicated C45 API to MDIO bus driversAndrew Lunn1-0/+189
2023-01-10net: phy: mxl-gpy: disable interrupts on GPY215 by defaultMichael Walle1-0/+5
2023-01-10net: phy: allow a phy to opt-out of interrupt handlingMichael Walle1-0/+7
2023-01-09net: phy: micrel: Fix warn: passing zero to PTR_ERRDivya Koppera1-5/+5
2023-01-09net: phy: micrel: Fixed error related to uninitialized symbol retDivya Koppera1-1/+2
2023-01-06net: phy: micrel: Change handler interrupt for lan8814Horatiu Vultur1-17/+8
2022-12-30net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probeMiaoqian Lin1-0/+1
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-137/+2065
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-12-08net: phy: remove redundant "depends on" linesRandy Dunlap1-3/+0
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+87
2022-12-07net: phy: mxl-gpy: add MDINT workaroundMichael Walle1-0/+85
2022-12-06net: sfp: clean up i2c-bus property parsingRussell King (Oracle)1-36/+41
2022-12-06net: mdio: fix unbalanced fwnode reference count in mdio_device_release()Zeng Heng1-0/+2
2022-12-05net: phy: mxl-gpy: rename MMD_VEND1 macros to match datasheetMichael Walle1-4/+4
2022-11-30net: phy: Add link between phy dev and mac devXiaolei Wang1-0/+12
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+21
2022-11-28net: mdiobus: fix unbalanced node reference countYang Yingliang1-0/+1
2022-11-28net: phylink: fix PHY validation with rate adaptionRussell King (Oracle)1-6/+16
2022-11-27net: phy: fix null-ptr-deref while probe() failedYang Yingliang1-0/+1
2022-11-25net: phy: add Motorcomm YT8531S phy id.Frank2-6/+48