summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2021-06-11net: phy: Introduce phy related fwnode functionsCalvin Johnson
2021-06-11net: phy: Introduce fwnode_mdio_find_device()Calvin Johnson
2021-06-11net: phy: dp83867: perform soft reset and retain established linkPraneeth Bajjuri
2021-06-10net: phy: probe for C45 PHYs that return PHY ID of zero in C22 spaceWong Vee Khee
2021-06-09net: phy: realtek: net: Fix less than zero comparison of a u16Colin Ian King
2021-06-08net: phy: realtek: add delay to fix RXC generation issueJoakim Zhang
2021-06-08net: phy: realtek: add dt property to enable ALDPS modeJoakim Zhang
2021-06-08net: phy: realtek: add dt property to disable CLKOUT clockJoakim Zhang
2021-06-07net: phy: do not print dump stack if device was removedOleksij Rempel
2021-06-07net: usb/phy: asix: add support for ax88772A/C PHYsOleksij Rempel
2021-06-03net: phy: marvell: use phy_modify_changed() for marvell_set_polarity()Russell King
2021-05-30net: phy: abort loading yt8511 driver in unsupported modesPeter Geis
2021-05-30net: phy: fix yt8511 clang uninitialized variable warningPeter Geis
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-21net: phy: Fix inconsistent indentingJiapeng Chong
2021-05-21net: phy: add driver for Motorcomm yt8511 phyPeter Geis
2021-05-19net: phy: add MediaTek Gigabit Ethernet PHY driverDENG Qingfang
2021-05-17net: mdiobus: get rid of a BUG_ON()Dan Carpenter
2021-05-17net: phy: Demote non-compliant kernel-doc headersYang Shen
2021-05-14net: phy: add support for qca8k switch internal PHY in at803xAnsuel Smith
2021-05-14net: phy: at803x: clean whitespace errorsAnsuel Smith
2021-05-10phy: nxp-c45-tja11xx: add timestamping supportRadu Pirea (NXP OSS)
2021-04-30net: phy: marvell: enable downshift by defaultMaxim Kochetkov
2021-04-28net: phy: marvell: add downshift support for M88E1240Maxim Kochetkov
2021-04-27net: phy: marvell-88x2222: enable autoneg by defaultIvan Bornyakov
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-23phy: nxp-c45-tja11xx: add interrupt supportRadu Pirea (NXP OSS)
2021-04-22net: phy: marvell: fix m88e1111_set_downshiftMaxim Kochetkov
2021-04-22net: phy: marvell: fix m88e1011_set_downshiftMaxim Kochetkov
2021-04-21net: phy: marvell: don't use empty switch default caseMarek Behún
2021-04-21net: phy: intel-xway: enable integrated led functionsMartin Schiller
2021-04-20net: phy: at803x: fix probe error if copper page is selectedMichael Walle
2021-04-20phy: nxp-c45-tja11xx: fix phase offset calculationRadu Pirea (NXP OSS)
2021-04-20net: phy: marvell: add support for Amethyst internal PHYMarek Behún
2021-04-20net: phy: marvell: use assignment by bitwise AND operatorMarek Behún
2021-04-20net: phy: marvell: fix HWMON enable register for 6390Marek Behún
2021-04-20net: phy: marvell: refactor HWMON OOP styleMarek Behún
2021-04-20net: phy: genphy_loopback: add link speed configurationOleksij Rempel
2021-04-20net: phy: execute genphy_loopback() per default on all PHYsOleksij Rempel
2021-04-19phy: nxp-c45: add driver for tja1103Radu Pirea (NXP OSS)
2021-04-19net: phy: add genphy_c45_pma_suspend/resumeRadu Pirea (NXP OSS)
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-15net: phy: at803x: select correct page on config initDavid Bauer
2021-04-14net: phy: marvell-88x2222: swap 1G/10G modes on autonegIvan Bornyakov
2021-04-14net: phy: marvell-88x2222: move read_status after config_anegIvan Bornyakov
2021-04-14net: phy: marvell-88x2222: check that link is operationalIvan Bornyakov
2021-04-12net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár
2021-04-11phy: sfp: add netlink SFP support to generic SFP codeAndrew Lunn
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-09net: phy: make PHY PM ops a no-op if MAC driver manages PHY PMHeiner Kallweit