summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2021-04-30net: phy: marvell: enable downshift by defaultMaxim Kochetkov-12/+50
2021-04-28net: phy: marvell: add downshift support for M88E1240Maxim Kochetkov-0/+2
2021-04-27net: phy: marvell-88x2222: enable autoneg by defaultIvan Bornyakov-2/+0
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-20/+53
2021-04-23phy: nxp-c45-tja11xx: add interrupt supportRadu Pirea (NXP OSS)-0/+33
2021-04-22net: phy: marvell: fix m88e1111_set_downshiftMaxim Kochetkov-10/+16
2021-04-22net: phy: marvell: fix m88e1011_set_downshiftMaxim Kochetkov-10/+16
2021-04-21net: phy: marvell: don't use empty switch default caseMarek Behún-2/+0
2021-04-21net: phy: intel-xway: enable integrated led functionsMartin Schiller-0/+21
2021-04-20net: phy: at803x: fix probe error if copper page is selectedMichael Walle-6/+17
2021-04-20phy: nxp-c45-tja11xx: fix phase offset calculationRadu Pirea (NXP OSS)-1/+1
2021-04-20net: phy: marvell: add support for Amethyst internal PHYMarek Behún-3/+114
2021-04-20net: phy: marvell: use assignment by bitwise AND operatorMarek Behún-1/+1
2021-04-20net: phy: marvell: fix HWMON enable register for 6390Marek Behún-10/+9
2021-04-20net: phy: marvell: refactor HWMON OOP styleMarek Behún-244/+125
2021-04-20net: phy: genphy_loopback: add link speed configurationOleksij Rempel-3/+28
2021-04-20net: phy: execute genphy_loopback() per default on all PHYsOleksij Rempel-2/+5
2021-04-19phy: nxp-c45: add driver for tja1103Radu Pirea (NXP OSS)-0/+595
2021-04-19net: phy: add genphy_c45_pma_suspend/resumeRadu Pirea (NXP OSS)-0/+43
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+29
2021-04-15net: phy: at803x: select correct page on config initDavid Bauer-1/+49
2021-04-14net: phy: marvell-88x2222: swap 1G/10G modes on autonegIvan Bornyakov-28/+89
2021-04-14net: phy: marvell-88x2222: move read_status after config_anegIvan Bornyakov-98/+98
2021-04-14net: phy: marvell-88x2222: check that link is operationalIvan Bornyakov-0/+43
2021-04-12net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár-3/+29
2021-04-11phy: sfp: add netlink SFP support to generic SFP codeAndrew Lunn-0/+48
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+10
2021-04-09net: phy: make PHY PM ops a no-op if MAC driver manages PHY PMHeiner Kallweit-0/+6
2021-04-08net: phy: marvell10g: change module descriptionMarek Behún-1/+1
2021-04-08net: phy: marvell10g: differentiate 88E2110 vs 88E2111Marek Behún-0/+62
2021-04-08net: phy: marvell10g: fix driver name for mv88e2110Marek Behún-1/+1
2021-04-08net: phy: marvell10g: add separate structure for 88X3340Marek Behún-2/+56
2021-04-08net: phy: marvell10g: support other MACTYPEsMarek Behún-36/+54
2021-04-08net: phy: marvell10g: store temperature read method in chip strucutreMarek Behún-9/+14
2021-04-08net: phy: marvell10g: check for correct supported interface modeMarek Behún-7/+30
2021-04-08net: phy: marvell10g: support all rate matching modesMarek Behún-11/+92
2021-04-08net: phy: marvell10g: add MACTYPE definitions for 88E21xxMarek Behún-0/+9
2021-04-08net: phy: marvell10g: add all MACTYPE definitions for 88X33x0Marek Behún-5/+13
2021-04-08net: phy: marvell10g: indicate 88X33x0 only port control registersMarek Behún-7/+7
2021-04-08net: phy: marvell10g: allow 5gbase-r and usxgmiiMarek Behún-1/+7
2021-04-08net: phy: marvell10g: fix typoMarek Behún-1/+1
2021-04-08net: phy: marvell10g: rename registerMarek Behún-4/+4
2021-04-01net: phy: broadcom: Add statistics for all Gigabit PHYsFlorian Fainelli-10/+66
2021-03-30net: phy: broadcom: Only advertise EEE for supported modesFlorian Fainelli-3/+10
2021-03-30net: phy: remove repeated wordPeng Li-1/+1
2021-03-30net: phy: lan87xx: fix access to wrong register of LAN87xxAndre Edich-2/+5
2021-03-29net: phy: Correct function name mdiobus_register_board_info() in commentYang Yingliang-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+10
2021-03-24net: phy: marvell10g: Add PHY loopback supportWong Vee Khee-0/+2
2021-03-24net: phy: add genphy_c45_loopbackWong Vee Khee-0/+8