1. 435a63d led_display: split led display support into generic and hw-dependent parts by Ilya Yanok · Thu Sep 09 23:03:32 2010 +0200
  2. 4ac6354 Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash by Wolfgang Denk · Tue Oct 12 20:49:27 2010 +0200
  3. 1ed3686 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · Tue Oct 12 20:44:46 2010 +0200
  4. 61665db cfi_flash: Fix "Unknown FLASH" error message by John Schmoller · Wed Sep 29 13:49:05 2010 -0500
  5. c25126d smc91111: add write_hwaddr by Thomas Chou · Wed Oct 06 09:16:10 2010 +0800
  6. 1fb49e3 davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr by Ben Gardiner · Thu Sep 23 09:58:43 2010 -0400
  7. b4a1d08 net: Move Emaclite to NET_MULTI by Michal Simek · Mon Oct 11 11:41:47 2010 +1000
  8. 1b9ecc9 net: Fix emaclite driver to support little-endian microblaze by Michal Simek · Mon Oct 11 11:41:46 2010 +1000
  9. a43f9c6 mpc5xxx_fec: add call to reset_phy() after PHY initialization by Ilya Yanok · Thu Aug 19 11:09:06 2010 +0200
  10. 6335e08 drivers/net/at91_emac.c: change return values by Andreas Bießmann · Thu Oct 07 09:44:47 2010 +0200
  11. d074840 drivers/net/at91_emac.c: increase timeout for autonegotiation by Andreas Bießmann · Thu Oct 07 09:44:46 2010 +0200
  12. 3a3a48f NET: add ENC28J60 driver using SPI framework by Reinhard Meyer · Sun Sep 12 16:23:49 2010 +0200
  13. 69554e1 UEC PHY: Speed up initial PHY neg. by Joakim Tjernlund · Tue Aug 10 16:36:49 2010 +0200
  14. cce4d31 UEC PHY: Remove strange 0.5 sec delay by Joakim Tjernlund · Wed Aug 11 11:44:22 2010 +0200
  15. c96cc50 UEC: Don't udelay needlessly by Joakim Tjernlund · Wed Aug 11 11:44:21 2010 +0200
  16. 54dfa80 NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c by Reinhard Meyer (-VC) · Fri Aug 06 18:42:07 2010 +0200
  17. 891d81b mtd: OneNAND: add support for OneNAND manufactured by Numonyx by Enric Balletbo i Serra · Mon Oct 11 21:48:03 2010 +0200
  18. 10390ce Followup fixes on the mtdparts spread patchset by Scott Wood · Thu Sep 09 15:40:03 2010 -0500
  19. 50bae73 mtd: add an mtd method for get_len_incl_bad() by Ben Gardiner · Tue Aug 31 17:48:01 2010 -0400
  20. da0f439 nand: remove dead code and suspend/resume by Scott Wood · Wed Aug 25 17:42:49 2010 -0500
  21. 1b5cd51 nand erase: .spread, .part, .chip subcommands by Scott Wood · Wed Aug 25 14:43:29 2010 -0500
  22. fe3b5e1 nand util: read/write: accept unaligned length by Scott Wood · Fri Jul 30 16:11:41 2010 -0500
  23. aed8931 Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · Mon Oct 11 09:52:16 2010 +0200
  24. d7cc468 sf: spansion: add support for S25FL032P parts by David Jander · Mon Aug 23 15:12:16 2010 +0200
  25. 8f46492 sf: spansion: fixing erasing when sector size >64KiB by Marc-André Hébert · Tue Aug 10 09:02:09 2010 -0400
  26. 5339a10 ds1621: Fix negative temperature readings by Jeff Dischler · Wed Sep 29 13:46:19 2010 -0500
  27. 65e72f7 ds1621: Clean up coding style by Peter Tyser · Wed Sep 29 13:46:18 2010 -0500
  28. aedd97c ds1621: Poll for register write completion by Peter Tyser · Wed Sep 29 13:46:17 2010 -0500
  29. a448bce sf: winbond: add support W25Q64 parts by Graeme Smecher · Thu Jul 29 09:00:02 2010 -0400
  30. afc448b Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · Tue Oct 05 14:42:32 2010 +0200
  31. 40ed86d Merge branch 'next' of git://git.denx.de/u-boot-video by Wolfgang Denk · Tue Oct 05 14:31:48 2010 +0200
  32. dec3c78 Blackfin: bfin_mac: convert from old style MMR macros by Mike Frysinger · Sun Jul 25 16:38:12 2010 -0400
  33. 960e44e Blackfin: bfin_sdh: clean up send_cmd by Mike Frysinger · Mon Jun 21 20:56:54 2010 +0000
  34. b3e82c7 Blackfin: bfin_spi: add optional DMA support by Mike Frysinger · Wed May 05 00:56:30 2010 -0400
  35. 7b899b5 Merge branch 'next' of /home/wd/git/u-boot/next by Wolfgang Denk · Tue Sep 28 23:30:47 2010 +0200
  36. 01a3aea Fix "ubi part" cmd re-entrancy by Karl Beldan · Thu Sep 23 10:46:31 2010 +0200
  37. 7fd4ea5 atmel_lcd: Allow contrast polarity to be either positive or negative by Alexander Stein · Tue Jul 20 08:55:40 2010 +0200
  38. 9b58a20 ppc4xx: Remove now unused CONFIG_UART1_CONSOLE by Stefan Roese · Tue Sep 21 10:24:36 2010 +0200
  39. 95ca5fa ppc4xx: Big header cleanup, mostly PPC440 related by Stefan Roese · Sat Sep 11 09:31:43 2010 +0200
  40. 247e9d7 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · Thu Sep 09 19:18:00 2010 +0200
  41. d1d5ded Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · Wed Sep 22 22:36:42 2010 +0200
  42. c43f06d Blackfin: bfin_spi: use same gpio cs define as Linux by Mike Frysinger · Mon Sep 20 17:54:09 2010 -0400
  43. 0fce992 video: cfb_console: add support for 4bpp bitmaps with GDF_32BIT_X888RGB by Timur Tabi · Mon Aug 23 16:58:00 2010 -0500
  44. 60d66d9 Merge branch 'next' of ../custodians into next by Wolfgang Denk · Tue Sep 21 09:34:37 2010 +0200
  45. f1ef814 Merge branch 'master' of /home/wd/git/u-boot/master by Wolfgang Denk · Tue Sep 21 09:34:16 2010 +0200
  46. 97feac0 Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Wolfgang Denk · Tue Sep 21 09:34:02 2010 +0200
  47. 558535a Merge branch 'next' of ../custodians into next by Wolfgang Denk · Tue Sep 21 09:22:17 2010 +0200
  48. 49ed805 USB-CDC: Fix coding style issues by Vitaly Kuzmichev · Mon Sep 13 18:37:11 2010 +0400
  49. 4d172f1 USB-CDC: called handle_interrupts inside usb_eth_send by Stefano Babic · Sun Aug 15 14:19:00 2010 +0200
  50. 76e3d4e USB-CDC: correct wrong alignment in ether.c by Stefano Babic · Sun Aug 15 14:18:59 2010 +0200
  51. e59ba53 USB-CDC: change simple_strtol to simple_strtoul by Vitaly Kuzmichev · Fri Aug 13 17:02:41 2010 +0400
  52. 750be4c USB-CDC: ethernet error path potential oops fix by Vitaly Kuzmichev · Fri Aug 13 17:02:29 2010 +0400
  53. ef8d8d7 USB-CDC: Correct stat_req initialization by Vitaly Kuzmichev · Fri Aug 13 17:01:06 2010 +0400
  54. 214d7b0 USB-CDC: Replace 'strcpy' by 'strlcpy' by Vitaly Kuzmichev · Fri Aug 13 17:00:45 2010 +0400
  55. 9067070 USB-CDC: Correct freeing usb requests by Vitaly Kuzmichev · Fri Aug 13 17:00:16 2010 +0400
  56. ae5f932 USB-CDC: Use native debug printout macros by Vitaly Kuzmichev · Fri Aug 13 16:57:51 2010 +0400
  57. aec83b8 USB-CDC: Add lost 'qmult' definition by Vitaly Kuzmichev · Thu Aug 12 16:44:40 2010 +0400
  58. 063019b USB-CDC: Restuct USB gadget Makefile by Vitaly Kuzmichev · Thu Aug 12 16:44:39 2010 +0400
  59. df06344 Integrate USB gadget layer and USB CDC driver layer by Remy Bohmer · Wed Jul 29 18:18:43 2009 +0200
  60. 0e59a83 usb: musb: stub out MUSB_TXCSR_MODE for Blackfin parts by Mike Frysinger · Wed Aug 11 17:54:00 2010 -0400
  61. 64b96a3 cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECT by Stefan Roese · Tue Aug 31 10:04:11 2010 +0200
  62. fb9a730 cfi_flash: Simplify dynamic flash bank number detection by Stefan Roese · Tue Aug 31 10:00:10 2010 +0200
  63. 7e7dda8 cfi_flash: Add weak default for cfi_flash_bank_addr() by Stefan Roese · Mon Aug 30 10:11:51 2010 +0200
  64. 6c7c2dc cfi_flash: Simplify flash_get_info() by Stefan Roese · Mon Aug 30 11:14:38 2010 +0200
  65. fb52e95 Remove HMI10 board support by Wolfgang Denk · Sun Sep 19 21:28:25 2010 +0200
  66. 2afe314 i2c, omap24xx: set bus_initialized only after relocation. by Heiko Schocher · Fri Sep 17 13:10:37 2010 +0200
  67. b030574 mmc: fix compiler warnings by Wolfgang Denk · Sun Sep 19 01:03:20 2010 +0200
  68. e1cc9c8 mmc: add boundary check for mmc operation by Lei Wen · Mon Sep 13 22:07:27 2010 +0800
  69. be0c74e video: cfb_console: fix definition and usage of CURSOR_xxx macros by Timur Tabi · Fri Aug 27 15:45:47 2010 -0500
  70. 328d055 nand/davinci: make sure ECC calculation has really started by Wolfram Sang · Thu Sep 09 13:54:41 2010 +0200
  71. 953ee31 usb: musb: set target address for non-multipoint devices by Bryan Wu · Mon Aug 09 18:41:12 2010 -0400
  72. 2dc21e3 usb: musb: setup TXCOUNT for Blackfin musb by Bryan Wu · Mon Aug 09 14:57:41 2010 -0400
  73. e9e8bab Prepare v2010.09-rc1 by Wolfgang Denk · Fri Sep 10 00:16:19 2010 +0200
  74. 4dce358 Merge branch 'master' of git://git.denx.de/u-boot-ti by Wolfgang Denk · Thu Sep 09 19:55:02 2010 +0200
  75. b8fbc2b mtd: nand: supress 'unknown NAND' warning if no nand is found by Steve Sakoman · Thu Aug 19 20:14:01 2010 -0700
  76. a18fc3f ARMV7: OMAP: add convenience function to set TWL4030 regulator voltages by Steve Sakoman · Tue Aug 10 12:58:39 2010 -0700
  77. 3961838 Merge branch 'at91' of git://git.denx.de/u-boot-atmel by Wolfgang Denk · Wed Sep 08 00:42:00 2010 +0200
  78. 16894da Merge branch 'master' of git://git.denx.de/u-boot-samsung by Wolfgang Denk · Wed Sep 08 00:03:22 2010 +0200
  79. ac40508 Merge branch 'master' of /home/wd/git/u-boot/master by Wolfgang Denk · Tue Sep 07 22:19:49 2010 +0200
  80. df85f80 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · Tue Sep 07 21:28:20 2010 +0200
  81. 1e6ef50 AT91/AVR32: atmel_spi.c: flush RDR before next SPI transaction by Reinhard Meyer · Mon Aug 09 13:37:59 2010 +0200
  82. c9c7606 AT91: add RTT and GPBR based RTC by Reinhard Meyer · Tue Jul 27 16:22:09 2010 +0200
  83. c718a56 AT91: MCI: add SD/MMC driver using mmc framework by Reinhard Meyer · Fri Aug 13 10:31:06 2010 +0200
  84. 3244736 powerpc/8xxx: Fix dma for 36bit addressing by York Sun · Fri Aug 27 16:25:50 2010 -0500
  85. 04280c4 i2c: rewrite mvtwsi, support orion5x and kirkwood by Albert Aribaud · Fri Aug 27 18:26:05 2010 +0200
  86. e72b62c i2c: rename kirkwood_i2c to mvtwsi by Albert Aribaud · Fri Aug 27 18:26:04 2010 +0200
  87. 36f25cf ARMV7: S5P: separate the peripheral clocks by Minkyu Kang · Tue Aug 24 15:51:55 2010 +0900
  88. 485feb6 ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5P by Minkyu Kang · Mon Aug 23 19:52:03 2010 +0900
  89. d500230 i2c: omap2+: change header guard to be generic by Nishanth Menon · Wed Aug 18 19:39:07 2010 -0500
  90. 4e6d1b2 Merge branch 'master' of /home/wd/git/u-boot/master by Wolfgang Denk · Wed Aug 18 21:19:00 2010 +0200
  91. ca6cd16 Work around bug in Numonyx P33/P30 256-Mbit 65nm flash chips. by Philippe De Muyter · Tue Aug 17 18:40:25 2010 +0200
  92. b6f508d cfi_flash: Cleanup flash_print_info() by Stefan Roese · Fri Aug 13 09:36:36 2010 +0200
  93. 35bc081 Fix printing & reading of 16-bit CFI device identifiers by Philippe De Muyter · Tue Aug 10 16:54:52 2010 +0200
  94. c8836f1 cfi_flash: flinfo: allow user interrupt in flash print info fn by Kim Phillips · Mon Jul 26 18:35:39 2010 -0500
  95. c818984 S5P: Use accessor functions instead of SoC specific defines to access the base address by Minkyu Kang · Fri Aug 13 16:07:35 2010 +0900
  96. 92cb940 Merge branch 'master' of git://git.denx.de/u-boot-ti by Wolfgang Denk · Thu Aug 12 23:08:05 2010 +0200
  97. 695d3e5 mmc: omap3: fix block read function by Grazvydas Ignotas · Wed Aug 11 15:56:03 2010 -0700
  98. c0c64ba mmc: omap3: make local symbols static by Grazvydas Ignotas · Wed Aug 11 15:51:12 2010 -0700
  99. 7d6f865 musb: am35x: Workaround for fifo read issue by Ajay Kumar Gupta · Fri Jul 09 11:43:49 2010 +0530
  100. 4e1d485 musb: MSC host support for AM35x by Ajay Kumar Gupta · Fri Jul 09 11:43:48 2010 +0530