[U-Boot] Pull request: u-boot-net.git master

The following changes since commit 012a2c15d781d327c9de8734f2b2b3f793a58724:
serial: arm_dcc: Convert to use default_serial_puts (2013-08-19 09:44:28 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
for you to fetch changes up to 0628cb26591a8f7990ee9b8c886dcf6a4fa7a548:
net: ftmac110: Update tx/rx descriptor format (2013-08-19 12:34:21 -0500)
---------------------------------------------------------------- Axel Lin (1): net: Use ARRAY_SIZE at appropriate places
Bhupesh Sharma (1): net: phy/realtek: Add support for RTL8211DN and RTL8211E phy modules
Fabio Estevam (1): phy: smsc: LAN8710/8720 are not Gbit PHYs
Jeroen Hofstee (1): net.h: don't use the reserved name __unused
Kuo-Jung Su (3): net: ftmac110: Update license statement net: ftmac110: struct ftmac110_regs __iomem * -> struct ftmac110_regs * net: ftmac110: Update tx/rx descriptor format
Stefan Roese (1): net: smsc95xx: Add support for another SMSC95xx variant
Tom Rini (3): configs: Remove unused CONFIG_BOOTP_DEFAULT galaxy5200: Convert from unused CONFIG_BOOTP_MASK to specific list linkstation_HGLAN: Convert from unused CONFIG_BOOTP_MASK to specific list
drivers/net/ax88180.c | 2 +- drivers/net/fsl_mcdmafec.c | 2 +- drivers/net/ftmac110.c | 98 +++++++++++++++++-------------- drivers/net/ftmac110.h | 72 +++++++++++------------ drivers/net/lan91c96.c | 2 +- drivers/net/mcffec.c | 2 +- drivers/net/mcfmii.c | 2 +- drivers/net/ne2000.c | 2 +- drivers/net/npe/IxEthDBFeatures.c | 4 +- drivers/net/npe/IxOsalIoMem.c | 3 +- drivers/net/npe/include/IxEthDBPortDefs.h | 2 +- drivers/net/npe/include/IxOsalTypes.h | 6 -- drivers/net/phy/realtek.c | 77 ++++++++++++++++-------- drivers/net/phy/smsc.c | 2 +- drivers/usb/eth/smsc95xx.c | 1 + include/configs/calimain.h | 1 - include/configs/cam_enc_4xx.h | 1 - include/configs/da830evm.h | 1 - include/configs/da850evm.h | 1 - include/configs/davinci_dm365evm.h | 1 - include/configs/davinci_dm6467evm.h | 1 - include/configs/davinci_dvevm.h | 1 - include/configs/davinci_schmoogie.h | 1 - include/configs/davinci_sffsdr.h | 1 - include/configs/davinci_sonata.h | 1 - include/configs/ea20.h | 1 - include/configs/enbw_cmc.h | 1 - include/configs/galaxy5200.h | 7 +-- include/configs/hawkboard.h | 1 - include/configs/igep0033.h | 1 - include/configs/linkstation.h | 12 +++- include/configs/mcx.h | 1 - include/configs/pcm051.h | 1 - include/configs/tam3517-common.h | 1 - include/configs/ti814x_evm.h | 1 - include/net.h | 2 +- 36 files changed, 167 insertions(+), 149 deletions(-)

On Mon, Aug 19, 2013 at 12:39:39PM -0500, Joe Hershberger wrote:
The following changes since commit 012a2c15d781d327c9de8734f2b2b3f793a58724:
serial: arm_dcc: Convert to use default_serial_puts (2013-08-19 09:44:28 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
for you to fetch changes up to 0628cb26591a8f7990ee9b8c886dcf6a4fa7a548:
net: ftmac110: Update tx/rx descriptor format (2013-08-19 12:34:21 -0500)
Axel Lin (1): net: Use ARRAY_SIZE at appropriate places
Bhupesh Sharma (1): net: phy/realtek: Add support for RTL8211DN and RTL8211E phy modules
Fabio Estevam (1): phy: smsc: LAN8710/8720 are not Gbit PHYs
Jeroen Hofstee (1): net.h: don't use the reserved name __unused
Kuo-Jung Su (3): net: ftmac110: Update license statement net: ftmac110: struct ftmac110_regs __iomem * -> struct ftmac110_regs * net: ftmac110: Update tx/rx descriptor format
Stefan Roese (1): net: smsc95xx: Add support for another SMSC95xx variant
Tom Rini (3): configs: Remove unused CONFIG_BOOTP_DEFAULT galaxy5200: Convert from unused CONFIG_BOOTP_MASK to specific list linkstation_HGLAN: Convert from unused CONFIG_BOOTP_MASK to specific list
drivers/net/ax88180.c | 2 +- drivers/net/fsl_mcdmafec.c | 2 +- drivers/net/ftmac110.c | 98 +++++++++++++++++-------------- drivers/net/ftmac110.h | 72 +++++++++++------------ drivers/net/lan91c96.c | 2 +- drivers/net/mcffec.c | 2 +- drivers/net/mcfmii.c | 2 +- drivers/net/ne2000.c | 2 +- drivers/net/npe/IxEthDBFeatures.c | 4 +- drivers/net/npe/IxOsalIoMem.c | 3 +- drivers/net/npe/include/IxEthDBPortDefs.h | 2 +- drivers/net/npe/include/IxOsalTypes.h | 6 -- drivers/net/phy/realtek.c | 77 ++++++++++++++++-------- drivers/net/phy/smsc.c | 2 +- drivers/usb/eth/smsc95xx.c | 1 + include/configs/calimain.h | 1 - include/configs/cam_enc_4xx.h | 1 - include/configs/da830evm.h | 1 - include/configs/da850evm.h | 1 - include/configs/davinci_dm365evm.h | 1 - include/configs/davinci_dm6467evm.h | 1 - include/configs/davinci_dvevm.h | 1 - include/configs/davinci_schmoogie.h | 1 - include/configs/davinci_sffsdr.h | 1 - include/configs/davinci_sonata.h | 1 - include/configs/ea20.h | 1 - include/configs/enbw_cmc.h | 1 - include/configs/galaxy5200.h | 7 +-- include/configs/hawkboard.h | 1 - include/configs/igep0033.h | 1 - include/configs/linkstation.h | 12 +++- include/configs/mcx.h | 1 - include/configs/pcm051.h | 1 - include/configs/tam3517-common.h | 1 - include/configs/ti814x_evm.h | 1 - include/net.h | 2 +- 36 files changed, 167 insertions(+), 149 deletions(-)
Applied to u-boot/master, thanks!
participants (2)
-
Joe Hershberger
-
Tom Rini