Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
b713bc8a2dbaf40ea24dbccf6da4ed02a0035eb6
/
drivers
/
net
/
phy
/
phy.c
da409cc
dm: core: Replace of_offset with accessor (part 2)
by Simon Glass
· 7 years ago
db40c1a
drivers/net/phy: add fixed-phy / fixed-link support
by Hannes Schmelzer
· 8 years ago
a5fd13a
net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541
by John Haechten
· 8 years ago
2ee490a
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 8 years ago
24ae396
net: phy: Add PHY driver for mv88e61xx switches
by Kevin Smith
· 9 years ago
7a673f0
phy: Wire return value from phy_config()
by Michal Simek
· 8 years ago
b733c27
net: phy: Handle phy_startup() error codes properly
by Michal Simek
· 8 years ago
ef5e821
phy: Return correct error code when timeout happens
by Michal Simek
· 8 years ago
ed6fad3
phy: Add phy driver support for xilinx PCS/PMA core
by Siva Durga Prasad Paladugu
· 9 years ago
ddcd1f3
net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET
by Shaohui Xie
· 9 years ago
1f9e672
net: phy: Use 'autoneg' flag from phydev
by Alexandre Messier
· 9 years ago
53b0c38
net: phy: Set ANRESTART in setup_forced
by Alexandre Messier
· 9 years ago
b18acb0
drivers/net/phy: introduce phy_set_supported()
by Alexey Brodkin
· 9 years ago
44bc317
net: phy: genphy: Allow overwriting features
by Sascha Hauer
· 9 years ago
bbdcaff
net: phy: ensure Gigabit features are masked off if requested
by Florian Fainelli
· 9 years ago
a058052
net: phy: do not read configuration register on reset
by Stefan Agner
· 9 years ago
24b852a
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
721aed7
net: phy: Add support for Texas Instruments DP83867
by Edgar E. Iglesias
· 9 years ago
17ecfa9
net: phy: Test previous phydev->dev against new mac dev
by Bin Meng
· 9 years ago
3e1949d
net: phy: Change to print all phys that are not found
by Bin Meng
· 9 years ago
0132b9a
net: phy: Don't create phy device when there is no phy
by Bin Meng
· 9 years ago
26d3acd
net: phy: on phy device create do not initialize link to 1
by Mugunthan V N
· 9 years ago
59370f3
net: phy: delay only if reset handler is registered
by Jörg Krause
· 9 years ago
2c171a2
net: phy: fix data type of phy_id
by Jörg Krause
· 9 years ago
abbfcbe
net: phy: Add support for all targets which requires MANUAL_RELOC
by Michal Simek
· 9 years ago
5707d5f
net/phy: fixup for get_phy_id
by Shengzhou Liu
· 10 years ago
c74c8e6
dm: net: Adjust PHY interface to work with CONFIG_DM_ETH
by Simon Glass
· 10 years ago
f7c38cf
phylib: add support for aquantia PHYs
by Shaohui Xie
· 10 years ago
9b18e51
net/phy: Add support for CS4315/CS4340 PHY
by Shengzhou Liu
· 10 years ago
5aa7bec
Merge branch 'master' of git://git.denx.de/u-boot-ti
by Tom Rini
· 10 years ago
3c6928f
net: phy: fix warnings with W=1
by Jeroen Hofstee
· 10 years ago
adc9a79
net: phy: print a number of phy that is not found
by Khoronzhuk, Ivan
· 10 years ago
368b4d2
drivers: net: remove dead drivers
by Masahiro Yamada
· 10 years ago
08be283
phy: fix create_phy_by_mask for when its given an actual search mask
by Cormier, Jonathan
· 10 years ago
597fe04
net/phy: enable get_phy_id redefinable
by Shengzhou Liu
· 11 years ago
3a530d1
phy: Use supported field during autonegotiation
by David Dueck
· 11 years ago
f6d1f6e
net, phy, cpsw: fix gigabit register access
by Heiko Schocher
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
9a5dad2
net: phy: Set SUPPORTED_1000baseX_Half flag in ESTATUS_1000_XHALF case
by Fabio Estevam
· 11 years ago
9ba30f6
phy: fix 10/100Mbps operation on 1Gbps-capable links
by Sascha Silbe
· 11 years ago
de1d786
add support for Xilinx 1000BASE-X phy (GTX)
by Charles Coldwell
· 12 years ago
0fae250
net: add ICPlus PHY driver
by Yegor Yefremov
· 12 years ago
e2043f5
phy: export genphy_parse_link()
by Yegor Yefremov
· 12 years ago
f485c8a
phy: add support for ET1011C phys
by Matt Porter
· 12 years ago
1adb406
phy: add phy_find_by_mask/phy_connect_dev
by Troy Kisky
· 12 years ago
960d70c
drivers/net/: sparse fixes
by Kim Phillips
· 12 years ago
6e5b9ac
phylib: phy_startup() should return an error code on failure
by Timur Tabi
· 12 years ago
9fafe7d
net: phy: make board_phy_config responsible for calling drv->config
by Troy Kisky
· 13 years ago
5751aa2
phy: Add support for SMSC LAN87xx PHYs
by Nobuhiro Iwamatsu
· 13 years ago
0dcfb0f
Revert "phylib: remove a couple of redundant code lines"
by Wolfgang Denk
· 13 years ago
041c542
phylib: remove a couple of redundant code lines
by Vladimir Zapolskiy
· 13 years ago
e3a7721
phylib: reset mii bus only if reset handler is registered
by Vladimir Zapolskiy
· 13 years ago
b91a9d9
phy.c: make less verbose - turn printf() into debug()
by Wolfgang Denk
· 13 years ago
9082eea
phylib: Add a bunch of PHY drivers from tsec
by Andy Fleming
· 14 years ago
5f18471
Create PHY Lib for U-Boot
by Andy Fleming
· 14 years ago