summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: fix miibus parent device of_node not matching phy nodeSascha Hauer2024-03-131-1/+1
* net: phy: add deprecation warning to phy_{read,write,modify}_mmd_indirectMarco Felsch2023-08-141-0/+9
* net: phy: import phy_{read,write,modify}_mmd helpers from LinuxMarco Felsch2023-08-141-0/+109
* net: phy: mmd_phy_indirect: align parameters with LinuxMarco Felsch2023-08-141-5/+5
* net: phy: add phy_modify_mmd_indirect convenience functionRoland Hieber2023-06-061-0/+23
* net: phy: print error messages to logJohannes Zink2023-05-221-2/+2
* net: phy: remove duplicate definition of PHY_AN_TIMEOUTAhmad Fatoum2023-01-311-2/+0
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-7/+9
* net: add support for MDIO devicesOleksij Rempel2022-09-221-0/+2
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-101-1/+0
* Merge branch 'for-next/misc'Sascha Hauer2022-04-211-5/+8
|\
| * net: phy: do not call adjust_link() form phy_device_attach()Oleksij Rempel2022-04-191-5/+8
* | net: phy: make sure MDIO bus is probed if we search for the PHYOleksij Rempel2022-04-141-0/+1
* | net: phy: export of_phy_register_fixed_link() functionOleksij Rempel2022-04-141-2/+2
|/
* net: phy: fix waiting for linkSascha Hauer2021-03-121-1/+1
* net: phy: Add and use driver register macroSascha Hauer2020-10-011-5/+1
* net: phy: Also print link down messagesSascha Hauer2020-03-311-1/+5
* net: phy: Do not claim the link is up initiallySascha Hauer2020-03-311-1/+0
* drivers: net: phy: convert drivers to spdxOleksij Rempel2018-12-071-6/+1
* Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-091-7/+8
|\
| * net: phy: Check phy_mask in get_phy_device()Andrey Smirnov2018-10-181-3/+4
| * drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-4/+4
* | phy: call adjust_link in attach if using fixed-linkClément Leger2018-10-161-0/+4
|/
* net: phy: fixed-link: read link parameters from devicetreeLucas Stach2018-02-061-2/+7
* net: phy: scan PHYs referenced by phandleLucas Stach2018-01-251-0/+12
* Phy: Check NULL bus case and undetected phy via ofClément Leger2017-09-061-0/+5
* phy: don't crash if we have no parentOleksij Rempel2017-09-061-1/+1
* net: phy: of_phy_register_fixed_link(): drop redundant initializationAntony Pavlov2016-08-221-2/+0
* net: phy: make locally used of_phy_register_fixed_link() staticAntony Pavlov2016-06-161-1/+2
* Fix genphy_restart_aneg() for Micrel's ksz9031.grodriguez2016-06-141-1/+8
* net: phy: Add fixed link supportSascha Hauer2016-05-091-8/+41
* miitool: Add code to register a PHYAndrey Smirnov2016-02-041-2/+7
* mdio_bus: Change PHY's naming schemeAndrey Smirnov2016-02-031-2/+4
* net: phy: wait for link OK after successfull autonegotiationAnton Bondarenko2015-11-051-5/+8
* net: phy: at803x: Use genphy_config_initSascha Hauer2015-07-291-2/+1
* net: phy: Add missing phy_unregister_deviceSascha Hauer2015-04-281-0/+11
* net: phy: don't use 'dev' as name for variables of type struct phy_deviceSascha Hauer2014-09-181-39/+39
* net: phy: Use xzalloc for small allocationsSascha Hauer2014-09-181-7/+2
* net: phy: introduce phy_aneg_doneSascha Hauer2014-09-171-11/+46
* net: phy: Add fallbacks for the obsoletes phy DT propertiesEzequiel Garcia2014-07-311-0/+4
* Merge branch 'for-next/net-of-phy'Sascha Hauer2014-06-041-75/+94
|\
| * net: phy: genphy: Make it work with of_set_phy_supportedSascha Hauer2014-05-231-3/+5
| * net: phy: genphy: always write MII_CTRL1000 when availableSascha Hauer2014-05-231-3/+6
| * net: phy: remove now unused of_phy_device_connectSascha Hauer2014-05-231-31/+0
| * net: phy: Support finding a phy in the devicetreeSascha Hauer2014-05-211-0/+30
| * net: phy: move setting of phy_map to phy_register_deviceSascha Hauer2014-05-211-0/+2
| * net: phy: factor out phy_device_attach functionSascha Hauer2014-05-211-43/+56
* | net: phy: Print ethernet device in the link informationSascha Hauer2014-05-151-1/+1
|/
* net: phy: add of_phy_device_connectSebastian Hesselbarth2014-02-101-0/+31