summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phylink: Refactor phylink_of_phy_connect()Calvin Johnson2021-06-111-38/+1
* net: phylink: introduce phylink_fwnode_phy_connect()Calvin Johnson2021-06-111-0/+54
* net: mii_timestamper: check NULL in unregister_mii_timestamper()Calvin Johnson2021-06-112-2/+4
* net: phy: Introduce fwnode_get_phy_id()Calvin Johnson2021-06-111-0/+21
* net: phy: Introduce phy related fwnode functionsCalvin Johnson2021-06-111-0/+62
* net: phy: Introduce fwnode_mdio_find_device()Calvin Johnson2021-06-111-0/+23
* net: phy: probe for C45 PHYs that return PHY ID of zero in C22 spaceWong Vee Khee2021-06-101-0/+12
* net: phy: realtek: net: Fix less than zero comparison of a u16Colin Ian King2021-06-091-8/+9
* net: phy: realtek: add delay to fix RXC generation issueJoakim Zhang2021-06-081-1/+14
* net: phy: realtek: add dt property to enable ALDPS modeJoakim Zhang2021-06-081-3/+17
* net: phy: realtek: add dt property to disable CLKOUT clockJoakim Zhang2021-06-081-1/+41
* net: phy: do not print dump stack if device was removedOleksij Rempel2021-06-071-0/+3
* net: usb/phy: asix: add support for ax88772A/C PHYsOleksij Rempel2021-06-071-1/+73
* net: phy: marvell: use phy_modify_changed() for marvell_set_polarity()Russell King2021-06-031-21/+6
* net: phy: abort loading yt8511 driver in unsupported modesPeter Geis2021-05-301-7/+8
* net: phy: fix yt8511 clang uninitialized variable warningPeter Geis2021-05-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-1/+2
|\
| * net: mdiobus: get rid of a BUG_ON()Dan Carpenter2021-05-171-1/+2
* | net: phy: Fix inconsistent indentingJiapeng Chong2021-05-211-1/+1
* | net: phy: add driver for Motorcomm yt8511 phyPeter Geis2021-05-213-0/+143
* | net: phy: add MediaTek Gigabit Ethernet PHY driverDENG Qingfang2021-05-193-0/+118
* | net: phy: Demote non-compliant kernel-doc headersYang Shen2021-05-172-2/+2
* | net: phy: add support for qca8k switch internal PHY in at803xAnsuel Smith2021-05-142-3/+134
* | net: phy: at803x: clean whitespace errorsAnsuel Smith2021-05-141-14/+16
* | phy: nxp-c45-tja11xx: add timestamping supportRadu Pirea (NXP OSS)2021-05-101-1/+530
|/
* net: phy: marvell: enable downshift by defaultMaxim Kochetkov2021-04-301-12/+50
* net: phy: marvell: add downshift support for M88E1240Maxim Kochetkov2021-04-281-0/+2
* net: phy: marvell-88x2222: enable autoneg by defaultIvan Bornyakov2021-04-271-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-262-20/+53
|\
| * net: phy: marvell: fix m88e1111_set_downshiftMaxim Kochetkov2021-04-221-10/+16
| * net: phy: marvell: fix m88e1011_set_downshiftMaxim Kochetkov2021-04-221-10/+16
| * net: phy: intel-xway: enable integrated led functionsMartin Schiller2021-04-211-0/+21
* | phy: nxp-c45-tja11xx: add interrupt supportRadu Pirea (NXP OSS)2021-04-231-0/+33
* | net: phy: marvell: don't use empty switch default caseMarek Behún2021-04-211-2/+0
* | net: phy: at803x: fix probe error if copper page is selectedMichael Walle2021-04-201-6/+17
* | phy: nxp-c45-tja11xx: fix phase offset calculationRadu Pirea (NXP OSS)2021-04-201-1/+1
* | net: phy: marvell: add support for Amethyst internal PHYMarek Behún2021-04-201-3/+114
* | net: phy: marvell: use assignment by bitwise AND operatorMarek Behún2021-04-201-1/+1
* | net: phy: marvell: fix HWMON enable register for 6390Marek Behún2021-04-201-10/+9
* | net: phy: marvell: refactor HWMON OOP styleMarek Behún2021-04-201-244/+125
* | net: phy: genphy_loopback: add link speed configurationOleksij Rempel2021-04-202-3/+28
* | net: phy: execute genphy_loopback() per default on all PHYsOleksij Rempel2021-04-201-2/+5
* | phy: nxp-c45: add driver for tja1103Radu Pirea (NXP OSS)2021-04-193-0/+595
* | net: phy: add genphy_c45_pma_suspend/resumeRadu Pirea (NXP OSS)2021-04-191-0/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-3/+29
|\|
| * net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár2021-04-121-3/+29
* | net: phy: at803x: select correct page on config initDavid Bauer2021-04-151-1/+49
* | net: phy: marvell-88x2222: swap 1G/10G modes on autonegIvan Bornyakov2021-04-141-28/+89
* | net: phy: marvell-88x2222: move read_status after config_anegIvan Bornyakov2021-04-141-98/+98
* | net: phy: marvell-88x2222: check that link is operationalIvan Bornyakov2021-04-141-0/+43