summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: phy: Fix crash when no phy is foundSascha Hauer2014-01-201-0/+5
* net/phy/phy.c: fix whitespaceAntony Pavlov2014-01-061-1/+1
* net: phy: implement detect callback for miibus devicesSascha Hauer2013-12-111-1/+1
* net: phy: move phy_init_hw to phy_device_connectSascha Hauer2013-12-111-0/+9
* net: phy: track registered state of a phy deviceSascha Hauer2013-12-111-4/+17
* net: phy: check if a phy already has an ethernet deviceSascha Hauer2013-12-111-0/+3
* net: phy: move duplicated code out of if/elseSascha Hauer2013-12-111-18/+9
* net: phy: bail out early in phy_device_connectSascha Hauer2013-12-111-29/+37
* net: phy: cleanup attached device handlingSascha Hauer2013-12-111-11/+3
* net: phy: Fix get_phy_device return valueSascha Hauer2013-11-251-4/+4
* net/phy: support of mmd register read and writeJan Weitzel2013-08-311-0/+63
* net/phy: convert to pr_infoJean-Christophe PLAGNIOL-VILLARD2013-03-091-1/+1
* phy: fix force modeJean-Christophe PLAGNIOL-VILLARD2013-02-251-0/+4
* Merge branch 'pu/net-link'Sascha Hauer2012-12-131-2/+5
|\
| * net phylib: force to wait for linkSascha Hauer2012-12-121-2/+5
* | drivers/base: fix corrupt device treeSascha Hauer2012-12-121-1/+2
|/
* net phylib: Clear BMCR_PDOWN bitSascha Hauer2012-12-081-0/+3
* Merge branch 'for-next/phylib'Sascha Hauer2012-12-071-2/+128
|\
| * phylib: add fixup supportJean-Christophe PLAGNIOL-VILLARD2012-11-201-0/+96
| * phylib: fix generic phy driver probeJean-Christophe PLAGNIOL-VILLARD2012-11-201-2/+32
* | phylib: fix compiler warningAntony Pavlov2012-11-261-1/+1
|/
* Merge branch 'for-next/phylib'Sascha Hauer2012-11-161-2/+6
|\
| * mdiobus: unbreak phy_device_connect(): honor masked out PHYsAndreas Pretzsch2012-11-121-0/+4