summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2009-02-0116-202/+446
|\
| * AVR32: macb - Search for PHY idGunnar Rangoy2009-01-281-0/+31
| * Fix IP alignment problemOlav Morken2009-01-281-1/+1
| * Marvell 88E1118 interrupt fixRon Madrid2009-01-281-0/+4
| * net: smc911x.c: Add LAN9211 to chip_ids[] arrayStefan Roese2009-01-281-0/+2
| * Move is_valid_ether_addr() to include/net.hMike Frysinger2009-01-282-16/+16
| * net: Sort Makefile labelsMichal Simek2009-01-281-2/+2
| * sh: sh7763rdp: Update sh7763rdp configNobuhiro Iwamatsu2009-01-241-0/+1
| * mgcoge make ether_scc.c work with CONFIG_NET_MULTIGary Jennejohn2009-01-244-12/+50
| * sh: sh_eth: Change new network APINobuhiro Iwamatsu2009-01-244-134/+240
| * net: smc911x: Make register read/write functions weakStefan Roese2009-01-241-37/+40
| * powerpc: net: support for the SMSC LAN8700 PHYHeiko Schocher2009-01-241-0/+59
| * Merge git://git.denx.de/u-boot into u-bootBen Warren2009-01-24414-3912/+15335
| |\
| * | Fix compile error in building MBX860T.Ben Warren2008-12-091-1/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-ixpWolfgang Denk2009-02-0119-46/+49
|\ \ \
| * | | ixp: move serial to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-01-3110-1/+8
| * | | ixp: move pci init in arm/board instead of cpuJean-Christophe PLAGNIOL-VILLARD2009-01-312-3/+12
| * | | ixp: move pci drivers to drivers/pciJean-Christophe PLAGNIOL-VILLARD2009-01-314-1/+2
| * | | ixp: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2009-01-313-10/+10
| * | | ixp: add missing os defineJean-Christophe PLAGNIOL-VILLARD2009-01-311-1/+1
| * | | ixp: remove the option to include the MicrocodeJean-Christophe PLAGNIOL-VILLARD2009-01-317-23/+13
| * | | ixp/npe: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2009-01-302-10/+6
* | | | ppc4xx: Clean up configuration file for Korat boardLarry Johnson2009-01-291-34/+50
* | | | ppc4xx: Add variable "korat_usbcf" for Korat boardLarry Johnson2009-01-292-1/+36
|/ / /
* | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2009-01-281-2/+0
|\ \ \
| * | | nand_spl: Fix compile problem with board_nand_init() prototypeStefan Roese2009-01-261-2/+0
| | |/ | |/|
* | | 85xx: Fix compile breakage with sbc8540 and sbc8560Wolfgang Denk2009-01-281-1/+1
* | | SPD823TS: do not define CONFIG_CMD_ENVMike Frysinger2009-01-281-0/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2009-01-2836-359/+3410
|\ \ \
| * | | usb_scan_devices: fix output with no devicesBryan Wu2009-01-281-2/+4
| * | | USB: Add high-speed (480Mb/s) to all USB related outputsStefan Roese2009-01-282-7/+24
| * | | USB: Add dcache support to the EHCI driverStefan Roese2009-01-282-0/+103
| * | | USB: Add EHCI support for VCT EHCI controllerStefan Roese2009-01-281-0/+1
| * | | USB: Add config option to call ehci_hcd_init() again after EHCI resetStefan Roese2009-01-281-0/+5
| * | | USB: Fix speed detection on EHCI cntr with root hub transaction translatorsStefan Roese2009-01-281-1/+16
| * | | usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platformThomas Abraham2009-01-281-0/+18
| * | | usb : musb : Enabling DM6446 (TI DaVinci) USB module powerThomas Abraham2009-01-282-1/+2
| * | | usb : musb : Adding DM6446 (TI DaVinci) platform specific USB supportThomas Abraham2009-01-283-0/+194
| * | | usb : musb : Adding USB VBUS enable functionality for DM644x DVEVMThomas Abraham2009-01-281-0/+23
| * | | usb : musb : Adding host controller driver for Mentor USB controllerThomas Abraham2009-01-285-0/+1302
| * | | usb.h: use standard __LITTLE_ENDIAN from Linux headersMike Frysinger2009-01-2816-25/+5
| * | | USB ehci ixp4xx supportMichael Trimarchi2009-01-282-0/+50
| * | | USB ehci remove infinite loop and use handshake functionMichael Trimarchi2009-01-281-24/+25
| * | | Add initial support for USB ehci pciMichael Trimarchi2009-01-282-0/+65
| * | | usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb driveBryan Wu2009-01-281-0/+7
| * | | usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structureThomas Abraham2009-01-281-0/+1
| * | | USB change speedMichael Trimarchi2009-01-281-2/+10
| * | | EHCI fix code and ixp4xx test.Remy Böhmer2009-01-282-72/+106
| * | | [PATCH] This patch add varius fix to the ehci.michael2009-01-284-45/+134
| * | | [PATCH] Fix EHCI usb. I start to test on amichael2009-01-283-161/+234