index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
phy.c
Age
Commit message (
Expand
)
Author
2015-11-20
Move console definitions into a new console.h file
Simon Glass
2015-11-19
net: phy: Add support for Texas Instruments DP83867
Edgar E. Iglesias
2015-10-29
net: phy: Test previous phydev->dev against new mac dev
Bin Meng
2015-10-29
net: phy: Change to print all phys that are not found
Bin Meng
2015-10-29
net: phy: Don't create phy device when there is no phy
Bin Meng
2015-09-29
net: phy: on phy device create do not initialize link to 1
Mugunthan V N
2015-08-11
net: phy: delay only if reset handler is registered
Jörg Krause
2015-08-11
net: phy: fix data type of phy_id
Jörg Krause
2015-05-19
net: phy: Add support for all targets which requires MANUAL_RELOC
Michal Simek
2015-04-20
net/phy: fixup for get_phy_id
Shengzhou Liu
2015-04-18
dm: net: Adjust PHY interface to work with CONFIG_DM_ETH
Simon Glass
2015-01-16
phylib: add support for aquantia PHYs
Shaohui Xie
2014-12-05
net/phy: Add support for CS4315/CS4340 PHY
Shengzhou Liu
2014-10-27
Merge branch 'master' of git://git.denx.de/u-boot-ti
Tom Rini
2014-10-25
net: phy: fix warnings with W=1
Jeroen Hofstee
2014-10-23
net: phy: print a number of phy that is not found
Khoronzhuk, Ivan
2014-08-21
drivers: net: remove dead drivers
Masahiro Yamada
2014-06-05
phy: fix create_phy_by_mask for when its given an actual search mask
Cormier, Jonathan
2014-05-12
net/phy: enable get_phy_id redefinable
Shengzhou Liu
2013-11-22
phy: Use supported field during autonegotiation
David Dueck
2013-07-30
net, phy, cpsw: fix gigabit register access
Heiko Schocher
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-19
net: phy: Set SUPPORTED_1000baseX_Half flag in ESTATUS_1000_XHALF case
Fabio Estevam
2013-07-19
phy: fix 10/100Mbps operation on 1Gbps-capable links
Sascha Silbe
2013-06-25
add support for Xilinx 1000BASE-X phy (GTX)
Charles Coldwell
2013-06-25
net: add ICPlus PHY driver
Yegor Yefremov
2013-06-25
phy: export genphy_parse_link()
Yegor Yefremov
2013-05-10
phy: add support for ET1011C phys
Matt Porter
2013-01-28
phy: add phy_find_by_mask/phy_connect_dev
Troy Kisky
2012-11-04
drivers/net/: sparse fixes
Kim Phillips
2012-07-11
phylib: phy_startup() should return an error code on failure
Timur Tabi
2012-02-27
net: phy: make board_phy_config responsible for calling drv->config
Troy Kisky
2011-12-05
phy: Add support for SMSC LAN87xx PHYs
Nobuhiro Iwamatsu
2011-09-28
Revert "phylib: remove a couple of redundant code lines"
Wolfgang Denk
2011-09-09
phylib: remove a couple of redundant code lines
Vladimir Zapolskiy
2011-09-09
phylib: reset mii bus only if reset handler is registered
Vladimir Zapolskiy
2011-08-31
phy.c: make less verbose - turn printf() into debug()
Wolfgang Denk
2011-04-20
phylib: Add a bunch of PHY drivers from tsec
Andy Fleming
2011-04-20
Create PHY Lib for U-Boot
Andy Fleming