summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-05-241-0/+3
|\
| * net: phy: Add PHY driver for mv88e61xx switchesKevin Smith2016-05-241-0/+3
* | phy: Wire return value from phy_config()Michal Simek2016-05-241-3/+1
* | net: phy: Handle phy_startup() error codes properlyMichal Simek2016-05-241-3/+6
* | phy: Return correct error code when timeout happensMichal Simek2016-05-241-1/+1
|/
* phy: Add phy driver support for xilinx PCS/PMA coreSiva Durga Prasad Paladugu2016-04-041-0/+3
* net: phy: introduce a quirk PHY_FLAG_BROKEN_RESETShaohui Xie2016-01-281-0/+3
* net: phy: Use 'autoneg' flag from phydevAlexandre Messier2016-01-281-2/+3
* net: phy: Set ANRESTART in setup_forcedAlexandre Messier2016-01-281-1/+1
* drivers/net/phy: introduce phy_set_supported()Alexey Brodkin2016-01-281-0/+24
* net: phy: genphy: Allow overwriting featuresSascha Hauer2016-01-281-5/+5
* net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli2016-01-281-18/+29
* net: phy: do not read configuration register on resetStefan Agner2016-01-281-9/+2
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* net: phy: Add support for Texas Instruments DP83867Edgar E. Iglesias2015-11-191-0/+3
* net: phy: Test previous phydev->dev against new mac devBin Meng2015-10-291-1/+1
* net: phy: Change to print all phys that are not foundBin Meng2015-10-291-1/+8
* net: phy: Don't create phy device when there is no phyBin Meng2015-10-291-1/+2
* net: phy: on phy device create do not initialize link to 1Mugunthan V N2015-09-291-1/+1
* net: phy: delay only if reset handler is registeredJörg Krause2015-08-111-3/+5
* net: phy: fix data type of phy_idJörg Krause2015-08-111-1/+1
* net: phy: Add support for all targets which requires MANUAL_RELOCMichal Simek2015-05-191-0/+16
* net/phy: fixup for get_phy_idShengzhou Liu2015-04-201-1/+1
* dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass2015-04-181-0/+22
* phylib: add support for aquantia PHYsShaohui Xie2015-01-161-0/+3
* net/phy: Add support for CS4315/CS4340 PHYShengzhou Liu2014-12-051-0/+3
* Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2014-10-271-1/+1
|\
| * net: phy: print a number of phy that is not foundKhoronzhuk, Ivan2014-10-231-1/+1
* | net: phy: fix warnings with W=1Jeroen Hofstee2014-10-251-5/+2
|/
* drivers: net: remove dead driversMasahiro Yamada2014-08-211-3/+0
* phy: fix create_phy_by_mask for when its given an actual search maskCormier, Jonathan2014-06-051-3/+1
* net/phy: enable get_phy_id redefinableShengzhou Liu2014-05-121-1/+2
* phy: Use supported field during autonegotiationDavid Dueck2013-11-221-2/+3
* net, phy, cpsw: fix gigabit register accessHeiko Schocher2013-07-301-1/+5
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-15/+1
* net: phy: Set SUPPORTED_1000baseX_Half flag in ESTATUS_1000_XHALF caseFabio Estevam2013-07-191-1/+1
* phy: fix 10/100Mbps operation on 1Gbps-capable linksSascha Silbe2013-07-191-1/+9
* add support for Xilinx 1000BASE-X phy (GTX)Charles Coldwell2013-06-241-0/+21
* net: add ICPlus PHY driverYegor Yefremov2013-06-241-0/+3
* phy: export genphy_parse_link()Yegor Yefremov2013-06-241-1/+1
* phy: add support for ET1011C physMatt Porter2013-05-101-0/+3
* phy: add phy_find_by_mask/phy_connect_devTroy Kisky2013-01-281-50/+78
* drivers/net/: sparse fixesKim Phillips2012-11-041-9/+10
* phylib: phy_startup() should return an error code on failureTimur Tabi2012-07-111-1/+4
* net: phy: make board_phy_config responsible for calling drv->configTroy Kisky2012-02-271-3/+2
* phy: Add support for SMSC LAN87xx PHYsNobuhiro Iwamatsu2011-12-051-0/+3
* Revert "phylib: remove a couple of redundant code lines"Wolfgang Denk2011-09-281-2/+5
* phylib: remove a couple of redundant code linesVladimir Zapolskiy2011-09-101-5/+2
* phylib: reset mii bus only if reset handler is registeredVladimir Zapolskiy2011-09-101-1/+2
* phy.c: make less verbose - turn printf() into debug()Wolfgang Denk2011-08-311-1/+1
OpenPOWER on IntegriCloud