summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * mdiobus: do not scan the bus at registration timeSascha Hauer2012-11-071-2/+2
* | phy: add phy_drivers_registerJean-Christophe PLAGNIOL-VILLARD2012-11-151-0/+12
|/
* net/eth: fix link handlingSascha Hauer2012-09-271-10/+25
* net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-251-0/+568