1. c11cf87 fec_mxc: add support for MX53 processor by Liu Hui-R64343 · 14 years ago
  2. 78d6691 Fix at91 includes in soft_i2c driver by Ryan Mallon · 14 years ago
  3. 6d3e2d6 ftpmu010: support faraday ftpmu010 driver by Macpaul Lin · 14 years ago
  4. 0903699 UEC: Fix compiler warnings introduced by linux/mii.h change by Kumar Gala · 14 years ago
  5. 499e44d Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 14 years ago
  6. fe13711 powerpc/8xxx: Introduce 85xx, 86xx, QorIQ config headers by Kumar Gala · 14 years ago
  7. bd29be8 powerpc/p2040: Add various p2040 specific information by Kumar Gala · 14 years ago
  8. b07a7de powerpc/85xx: Add Support for Freescale P1014 Processor by Poonam Aggrwal · 14 years ago
  9. 2ba3ee0 powerpc/85xx: Add Support for Freescale P1010 Processor by Poonam Aggrwal · 14 years ago
  10. be0afbf USB-CDC: Move MAC addresses setting into usb_eth_init by Vitaly Kuzmichev · 14 years ago
  11. a36cff1 USB-CDC: Do not rename netdev after its registration by Vitaly Kuzmichev · 14 years ago
  12. 4af3273 usb_ether: register usb ethernet gadget at each eth init by Lei Wen · 14 years ago
  13. 0b5a263 Replace "FLASH" strings with "Flash" or "flash" by Peter Tyser · 14 years ago
  14. d99ecfec NET: lan91c96: Correct chip detect logic by Yanjun Yang · 14 years ago
  15. 641f0ab rtc: add support for Micro Crystal RV-3029-C2 RTC by Heiko Schocher · 14 years ago
  16. ac858d1 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 14 years ago
  17. ab3be33 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 14 years ago
  18. 3935661 fsl_esdhc: Add the workaround for erratum ESDHC135 (enable on P4080) by Roy Zang · 14 years ago
  19. ed41367 fsl_esdhc: Add the workaround for erratum ESDHC111 (enable on P4080) by Jerry Huang · 14 years ago
  20. 3771ba3 fsl_pci: Update PCIe boot ouput by Peter Tyser · 14 years ago
  21. 4d4384e powerpc/fsl-pci: Add generic code to setup PCIe controllers by Kumar Gala · 14 years ago
  22. db943ed powerpc/fsl-pci: Determine pci_controller based on cfg addr for dts fixup by Kumar Gala · 14 years ago
  23. 025eab0 fsl_esdhc: Fix esdhc disabled problem on some platforms by Chenhui Zhao · 14 years ago
  24. 75bde94 mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() by Lei Wen · 14 years ago
  25. 4b5deaa NAND: add the ability to directly write yaffs image by Lei Wen · 14 years ago
  26. 61a3d39 nand: fix bug with multiple NAND devices if CONFIG_MTD_DEVICE is defined. by Alexander Holler · 14 years ago
  27. 99820d3 Merge branch 'master' of git://git.denx.de/u-boot-sh by Wolfgang Denk · 14 years ago
  28. e8e8fc0 add AM29F400BB to table of supported legacy flashs by David Müller · 14 years ago
  29. f52a06c LAN91C*: Change chip names to fit the eth_device struct size by Yanjun Yang · 14 years ago
  30. 9b38320 pca953x: support 16-pin devices by Chris Packham · 14 years ago
  31. 199c625 ftgmac100: support of gigabit eth ftgmac100 by Macpaul Lin · 14 years ago
  32. d63ee71 miiphy: convert to linux/mii.h by Mike Frysinger · 14 years ago
  33. c2c093d cfi_flash: avoid flash_verbose when possible by Mike Frysinger · 14 years ago
  34. 9b955e9 sh: serial_sh: Fix build in serial_sh by Nobuhiro Iwamatsu · 14 years ago
  35. 4df4ed6 sh: sh7722: Fix multiple definition of PSDR in serial_sh by Nobuhiro Iwamatsu · 14 years ago
  36. a5579ca sh: serial: Update serial driver for SH by Nobuhiro Iwamatsu · 14 years ago
  37. 0be92e8 Merge branch 'next' of ../next by Wolfgang Denk · 14 years ago
  38. 0d21ed0 Move DECLARE_GLOBAL_DATA_PTR to file scope by John Rigby · 14 years ago
  39. d4933f2 fsl_esdhc: Fix the voltage validation process by Li Yang · 14 years ago
  40. 9a95095 fsl_esdhc: Fix max clock frequency by Jerry Huang · 14 years ago
  41. 0caea1a fsl_esdhc: Use mmc_set_clock to set initial speed by Jerry Huang · 14 years ago
  42. 4d1fb18 MTD/NAND: fix nand_base.c to use get_timer() correctly by Reinhard Meyer · 14 years ago
  43. 6c285f6 nand: constify id/manu tables by Mike Frysinger · 14 years ago
  44. 751afe9 video/mx3fb: fix clock divider by Stefano Babic · 14 years ago
  45. d496c9f RTC driver for PT7C4338 chip. by Priyanka Jain · 14 years ago
  46. 890312d Merge branch 'next' of git://www.denx.de/git/u-boot-cfi-flash into next by Wolfgang Denk · 14 years ago
  47. b1637e5 sf: winbond: add support for W25Q16/32/128 parts by Wojtek Skulski · 14 years ago
  48. c71e6dc sf: new driver for EON devices by Chong Huang · 14 years ago
  49. ab93564 cfi_flash: Add optional config register write to cfi-detection by Stefan Roese · 14 years ago
  50. a9153f2 cfi_flash: Use flash_read32() in sector_erased() by Stefan Roese · 14 years ago
  51. 5215df1 cfi_flash: Fix problems with status/id read mode by Stefan Roese · 14 years ago
  52. 19fd86f Serial: Add UART support for Marvell ARMADA 100 SoCs. by Prafulla Wadaskar · 14 years ago
  53. 6621637 Serial: ns16550: Add support for CONFIG_SYS_NS16550_IER macro by Prafulla Wadaskar · 14 years ago
  54. c704e7a gpio: Add Multi-Function-Pin configuration driver for Marvell SoCs by Prafulla Wadaskar · 14 years ago
  55. 0b2cc86 Merge branch 'master' of ../master into next by Wolfgang Denk · 14 years ago
  56. 7b1868b fsl_esdhc: Set the eSHDC DMACTL[SNOOP] bit after resetting the controller by P.V.Suresh · 14 years ago
  57. a5fb403 fsl_upm: Add MxMR/MDR synchronization by John Schmoller · 14 years ago
  58. c1457f9 tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMII by Kumar Gala · 14 years ago
  59. 78cd9ac OMAP3: SPI driver by Dirk Behme · 14 years ago
  60. 13c3c50 ARMV7: OMAP4: twl6030 add battery charging support by Balaji T K · 14 years ago
  61. 26a71f1 Merge branch 'master' of git://git.denx.de/u-boot-imx by Wolfgang Denk · 14 years ago
  62. 3867334 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 14 years ago
  63. f267557 AT91: gen_atmel_mci.c: fix bug when Slot B is used by Reinhard Meyer · 14 years ago
  64. e03effe fix s3c2410_nand timing default values by David Müller (ELSOFT AG) · 14 years ago
  65. 58a7758 video: move fsl_diu_fb driver to drivers/video by Anatolij Gustschin · 14 years ago
  66. c92fdac Merge branch 'next' of git://git.denx.de/u-boot-arm into next by Wolfgang Denk · 14 years ago
  67. fb3c95f pl01x: use C structs and readl/writel by Rabin Vincent · 15 years ago
  68. 015db1f add Xilinx_abort_fn to Xilinx_Spartan3_Slave_Serial_fns by Wolfgang Wegner · 15 years ago
  69. 5851e12 da850: Add RMII support for EMAC by Sudhakar Rajashekhara · 14 years ago
  70. 6acb77b cfi_flash: fix bug introduced while recent change to flash_get_size() by Anatolij Gustschin · 14 years ago
  71. 2ef3005 74xx_7xx: Cleanup for partial linking and --gc-sections by Wolfgang Denk · 14 years ago
  72. 79362d3 824x: Cleanup for partial linking and --gc-sections by Wolfgang Denk · 14 years ago
  73. 585b5f54 ppc4xx/NAND: Reduce size of NAND SPL image by Stefan Roese · 14 years ago
  74. f83102e e1000: fix compile warning by Wolfgang Denk · 14 years ago
  75. d766363 Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 14 years ago
  76. 9259381 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 14 years ago
  77. 808bffa usb: Remove usb_dev_init() from ehci-ppc4xx.c by Stefan Roese · 14 years ago
  78. 745af44 usb: Clear CMD_RUN while issuing CMD_RESET in ehci_reset() by Stefan Roese · 14 years ago
  79. 86b34cf usb: Add WATCHDOG_RESET call to polling loop by Stefan Roese · 14 years ago
  80. e1e0931 usb: fix for USB_ST_STALLED status reporting in ehci_submit_async() by Anatolij Gustschin · 14 years ago
  81. 4df6619 imx: Get fec mac address from fuse by Liu Hui-R64343 · 14 years ago
  82. d3bfaac mmc: omap: timeout counter fix by Nishanth Menon · 14 years ago
  83. 3809d83 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 14 years ago
  84. 331f4c3 Exclude drivers/qe/fdt.c without CONFIG_QE by Sebastien Carlier · 14 years ago
  85. c9ff12f GRETH: removed space in network driver device name. by Daniel Hellstrom · 14 years ago
  86. a776a7a GRETH: fixed 2 decriptor table typos by Daniel Hellstrom · 14 years ago
  87. 11bbdc6 GRETH: Added extra RESET, this is needed if GRETH was stopped during an ethernet frame reception. by Daniel Hellstrom · 14 years ago
  88. 9ae3be8 GRETH: Added autodetection of PHY address, or let BSP hardcode it. by Daniel Hellstrom · 14 years ago
  89. ebb753c GRETH: made debug printouts use common debug() macro. by Daniel Hellstrom · 14 years ago
  90. 2a860eb GRETH: removed unneccesary register write and one clean up. by Daniel Hellstrom · 14 years ago
  91. 5761ce4 net: e1000: typo using wrong argument to sizeof by Matthew McClintock · 14 years ago
  92. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  93. b6814d4 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 14 years ago
  94. b46513d pci: Use intelligent indentation for CONFIG_PCI_SCAN_SHOW by Peter Tyser · 14 years ago
  95. d40cdc4 pci: Fix ordering of devices when CONFIG_PCI_SCAN_SHOW by Peter Tyser · 14 years ago
  96. 22ccb7f pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOW by Peter Tyser · 14 years ago
  97. 826fd9d fsl_pci_init: Quiet scanning printf() by Peter Tyser · 14 years ago
  98. 2b91f71 fsl: Clean up printing of PCI boot info by Peter Tyser · 14 years ago
  99. 149dcbc fsl_pci_init: Make fsl_pci_init_port() PCI/PCIe aware by Peter Tyser · 14 years ago
  100. 7693357 net: e1000: Add initialized eth_device & e1000_hw structure by Kumar Gala · 14 years ago