index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: phy: marvell: Do not reset 88e1310 after autoneg
Nathan Rossi
2016-06-21
1
-4
/
+1
*
net: phy: micrel: add support for KSZ886x switches in MIIM mode
Alexey Firago
2016-06-21
1
-0
/
+26
*
nand: Embed mtd_info in struct nand_chip
Scott Wood
2016-06-03
1
-2
/
+2
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2016-05-24
4
-498
/
+976
|
\
|
*
net: phy: dp83867: Add SGMII helper for configuration
Dan Murphy
2016-05-24
1
-1
/
+1
|
*
net: phy: Move is_rgmii helper to phy.h
Dan Murphy
2016-05-24
1
-11
/
+0
|
*
net: phy: ti: Allow the driver to be more configurable
Dan Murphy
2016-05-24
1
-10
/
+77
|
*
net: phy: Add PHY driver for mv88e61xx switches
Kevin Smith
2016-05-24
2
-0
/
+1020
|
*
net: Remove unused mv88e61xx switch driver
Kevin Smith
2016-05-24
2
-598
/
+0
*
|
phy: marvell: Do not reset phy after negotiation
Michal Simek
2016-05-24
1
-5
/
+1
*
|
phy: Wire return value from phy_config()
Michal Simek
2016-05-24
1
-3
/
+1
*
|
net: phy: Handle phy_startup() error codes properly
Michal Simek
2016-05-24
11
-56
/
+115
*
|
phy: Return correct error code when timeout happens
Michal Simek
2016-05-24
2
-3
/
+3
|
/
*
net: phy: Add SGMII support for TI phy
Siva Durga Prasad Paladugu
2016-04-04
1
-1
/
+38
*
phy: Add phy driver support for xilinx PCS/PMA core
Siva Durga Prasad Paladugu
2016-04-04
3
-0
/
+148
*
net: phy: Realtek RTL8211B/C PHY ID fix
Karsten Merker
2016-04-02
1
-1
/
+2
*
net: phy: Optionally force master mode for RTL PHY
Michael Haas
2016-03-31
1
-1
/
+12
*
net: phy: atheros: Fix problem with phy_reset() clearing BMCR
Alison Wang
2016-02-26
1
-0
/
+3
*
net: phy: realtek: Use generic genphy_parse_link() for RTL8211E
Michal Simek
2016-02-22
1
-1
/
+9
*
net: phy: marvell: Fix problem with phy_reset() clearing BMCR
Stefan Roese
2016-02-18
1
-2
/
+1
*
net: phy: marvell: Call phy_reset() where possible
Stefan Roese
2016-02-18
1
-21
/
+2
*
drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETH
Mugunthan V N
2016-02-08
1
-2
/
+4
*
drivers: net: phy: add SMSC LAN8740 Phy support.
Purna Chandra Mandal
2016-02-01
1
-0
/
+10
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2016-01-28
3
-38
/
+96
|
\
|
*
net: phy: implements probe for Cortina phy
Shaohui Xie
2016-01-28
1
-0
/
+7
|
*
net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET
Shaohui Xie
2016-01-28
1
-0
/
+3
|
*
net: phy: micrel: fix divisor value for KSZ9031 phy skew
Dinh Nguyen
2016-01-28
1
-1
/
+1
|
*
net: phy: Use 'autoneg' flag from phydev
Alexandre Messier
2016-01-28
1
-2
/
+3
|
*
net: phy: Set ANRESTART in setup_forced
Alexandre Messier
2016-01-28
1
-1
/
+1
|
*
net: phy: micrel: Disable B_CAST on config
Alexandre Messier
2016-01-28
1
-2
/
+21
|
*
drivers/net/phy: introduce phy_set_supported()
Alexey Brodkin
2016-01-28
1
-0
/
+24
|
*
net: phy: genphy: Allow overwriting features
Sascha Hauer
2016-01-28
1
-5
/
+5
|
*
net: phy: ensure Gigabit features are masked off if requested
Florian Fainelli
2016-01-28
1
-18
/
+29
|
*
net: phy: do not read configuration register on reset
Stefan Agner
2016-01-28
1
-9
/
+2
*
|
net: phy: ti: Enable automatic crossover mode
Michal Simek
2016-01-27
1
-0
/
+3
*
|
block: pass block dev not num to read/write/erase()
Stephen Warren
2016-01-13
1
-1
/
+2
|
/
*
phy: atheros: Use ar8035_config for AR8031
Fabio Estevam
2016-01-07
1
-1
/
+1
*
net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OF
Marek Vasut
2015-12-20
1
-1
/
+145
*
net: phy: added aquantia PHY AQR405 support
Shaohui Xie
2015-11-30
1
-0
/
+15
*
Move console definitions into a new console.h file
Simon Glass
2015-11-19
1
-0
/
+1
*
net: phy: Add support for Texas Instruments DP83867
Edgar E. Iglesias
2015-11-19
3
-0
/
+204
*
pengwyn: nand and ethernet fixes
Vincent BENOIT
2015-11-12
1
-2
/
+43
*
net: phy: Test previous phydev->dev against new mac dev
Bin Meng
2015-10-29
1
-1
/
+1
*
net: phy: Change to print all phys that are not found
Bin Meng
2015-10-29
1
-1
/
+8
*
net: phy: Don't create phy device when there is no phy
Bin Meng
2015-10-29
1
-1
/
+2
*
net: phy: micrel: disable NAND-tree for KSZ8051
Sylvain Rochet
2015-10-29
1
-0
/
+29
*
net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNL
Sylvain Lemieux
2015-10-29
1
-0
/
+11
*
net: phy: on phy device create do not initialize link to 1
Mugunthan V N
2015-09-29
1
-1
/
+1
*
net: phy/vitesse: Add support for VSC8584 phy
Prabhakar Kushwaha
2015-09-01
1
-0
/
+11
*
net: phy: broadcom: Add BCM Cygnus PHY
Jiandong Zheng
2015-08-11
1
-0
/
+29
[next]