summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeLines
* 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