summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeLines
* net: phy: delay only if reset handler is registeredJörg Krause2015-08-11-3/+5
* net: phy: fix data type of phy_idJörg Krause2015-08-11-1/+1
* net: phy: Add support for all targets which requires MANUAL_RELOCMichal Simek2015-05-19-0/+16
* net/phy: fixup for get_phy_idShengzhou Liu2015-04-20-1/+1
* dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass2015-04-18-0/+22
* phylib: add support for aquantia PHYsShaohui Xie2015-01-16-0/+3
* net/phy: Add support for CS4315/CS4340 PHYShengzhou Liu2014-12-05-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2014-10-27-1/+1
|\
| * net: phy: print a number of phy that is not foundKhoronzhuk, Ivan2014-10-23-1/+1
* | net: phy: fix warnings with W=1Jeroen Hofstee2014-10-25-5/+2
|/
* drivers: net: remove dead driversMasahiro Yamada2014-08-21-3/+0
* phy: fix create_phy_by_mask for when its given an actual search maskCormier, Jonathan2014-06-05-3/+1
* net/phy: enable get_phy_id redefinableShengzhou Liu2014-05-12-1/+2
* phy: Use supported field during autonegotiationDavid Dueck2013-11-22-2/+3
* net, phy, cpsw: fix gigabit register accessHeiko Schocher2013-07-30-1/+5
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-15/+1
* net: phy: Set SUPPORTED_1000baseX_Half flag in ESTATUS_1000_XHALF caseFabio Estevam2013-07-19-1/+1
* phy: fix 10/100Mbps operation on 1Gbps-capable linksSascha Silbe2013-07-19-1/+9
* add support for Xilinx 1000BASE-X phy (GTX)Charles Coldwell2013-06-24-0/+21
* net: add ICPlus PHY driverYegor Yefremov2013-06-24-0/+3
* phy: export genphy_parse_link()Yegor Yefremov2013-06-24-1/+1
* phy: add support for ET1011C physMatt Porter2013-05-10-0/+3
* phy: add phy_find_by_mask/phy_connect_devTroy Kisky2013-01-28-50/+78
* drivers/net/: sparse fixesKim Phillips2012-11-04-9/+10
* phylib: phy_startup() should return an error code on failureTimur Tabi2012-07-11-1/+4
* net: phy: make board_phy_config responsible for calling drv->configTroy Kisky2012-02-27-3/+2
* phy: Add support for SMSC LAN87xx PHYsNobuhiro Iwamatsu2011-12-05-0/+3
* Revert "phylib: remove a couple of redundant code lines"Wolfgang Denk2011-09-28-2/+5
* phylib: remove a couple of redundant code linesVladimir Zapolskiy2011-09-10-5/+2
* phylib: reset mii bus only if reset handler is registeredVladimir Zapolskiy2011-09-10-1/+2
* phy.c: make less verbose - turn printf() into debug()Wolfgang Denk2011-08-31-1/+1
* phylib: Add a bunch of PHY drivers from tsecAndy Fleming2011-04-20-0/+31
* Create PHY Lib for U-BootAndy Fleming2011-04-20-0/+724