1. 0bdecd8 nand: constify id/manu tables by Mike Frysinger · 14 years ago
  2. 6afde8b Merge branch 'next' of git://www.denx.de/git/u-boot-cfi-flash into next by Wolfgang Denk · 14 years ago
  3. 93eab86 sf: winbond: add support for W25Q16/32/128 parts by Wojtek Skulski · 14 years ago
  4. d1d90656 sf: new driver for EON devices by Chong Huang · 14 years ago
  5. 6f726f9 cfi_flash: Add optional config register write to cfi-detection by Stefan Roese · 14 years ago
  6. 4d2ca9d cfi_flash: Use flash_read32() in sector_erased() by Stefan Roese · 14 years ago
  7. df4e813 cfi_flash: Fix problems with status/id read mode by Stefan Roese · 14 years ago
  8. 9fd8491 fsl_upm: Add MxMR/MDR synchronization by John Schmoller · 14 years ago
  9. 2111cb4 fix s3c2410_nand timing default values by David Müller (ELSOFT AG) · 14 years ago
  10. 34bbb8f cfi_flash: fix bug introduced while recent change to flash_get_size() by Anatolij Gustschin · 14 years ago
  11. c5d0282 ppc4xx/NAND: Reduce size of NAND SPL image by Stefan Roese · 14 years ago
  12. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  13. e0987e2 sf: ramtron: new spi fram driver by Reinhard Meyer · 14 years ago
  14. 17dd883 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Wolfgang Denk · 14 years ago
  15. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  16. d9abba8 Add generic support for samsung s3c2440 by C Nauman · 14 years ago
  17. ec50a8e cfi_flash: handle 'chip size exceeds address window' situation by Ilya Yanok · 14 years ago
  18. 10d6ac9 davinci_nand, trivial : use symbolic ECC start command by Ben Gardiner · 14 years ago
  19. 0d3fe2b sf: turn probe switch into a lookup table by Reinhard Meyer · 14 years ago
  20. c0c3590 Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash by Wolfgang Denk · 14 years ago
  21. 0e3fa01 cfi_flash: Fix "Unknown FLASH" error message by John Schmoller · 14 years ago
  22. 456be17 mtd: OneNAND: add support for OneNAND manufactured by Numonyx by Enric Balletbo i Serra · 14 years ago
  23. 36650ca Followup fixes on the mtdparts spread patchset by Scott Wood · 14 years ago
  24. 4ba692f mtd: add an mtd method for get_len_incl_bad() by Ben Gardiner · 14 years ago
  25. 5b8e6bb nand: remove dead code and suspend/resume by Scott Wood · 14 years ago
  26. 3048632 nand erase: .spread, .part, .chip subcommands by Scott Wood · 14 years ago
  27. f9a5254 nand util: read/write: accept unaligned length by Scott Wood · 14 years ago
  28. ff0dc2c sf: spansion: add support for S25FL032P parts by David Jander · 14 years ago
  29. c3cb092 sf: spansion: fixing erasing when sector size >64KiB by Marc-André Hébert · 14 years ago
  30. 74f9e0d sf: winbond: add support W25Q64 parts by Graeme Smecher · 14 years ago
  31. 2e6e177 Merge branch 'next' of /home/wd/git/u-boot/next by Wolfgang Denk · 14 years ago
  32. 86af10c Fix "ubi part" cmd re-entrancy by Karl Beldan · 14 years ago
  33. b36df56 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · 14 years ago
  34. 3c29975 cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECT by Stefan Roese · 14 years ago
  35. ca5def3 cfi_flash: Simplify dynamic flash bank number detection by Stefan Roese · 14 years ago
  36. b00e19c cfi_flash: Add weak default for cfi_flash_bank_addr() by Stefan Roese · 14 years ago
  37. cba34aa cfi_flash: Simplify flash_get_info() by Stefan Roese · 14 years ago
  38. 1075b07 nand/davinci: make sure ECC calculation has really started by Wolfram Sang · 14 years ago
  39. a78ded1 Merge branch 'master' of git://git.denx.de/u-boot-ti by Wolfgang Denk · 14 years ago
  40. 4c46839 mtd: nand: supress 'unknown NAND' warning if no nand is found by Steve Sakoman · 14 years ago
  41. 09b4a9c Merge branch 'master' of git://git.denx.de/u-boot-samsung by Wolfgang Denk · 14 years ago
  42. 889a275 ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5P by Minkyu Kang · 14 years ago
  43. 5465299 Work around bug in Numonyx P33/P30 256-Mbit 65nm flash chips. by Philippe De Muyter · 14 years ago
  44. 70084df cfi_flash: Cleanup flash_print_info() by Stefan Roese · 14 years ago
  45. d77c7ac Fix printing & reading of 16-bit CFI device identifiers by Philippe De Muyter · 14 years ago
  46. 2e97394 cfi_flash: flinfo: allow user interrupt in flash print info fn by Kim Phillips · 14 years ago
  47. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  48. f51cdaf 83xx/85xx/86xx: LBC register cleanup by Becky Bruce · 14 years ago
  49. cb8f031 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 14 years ago
  50. 253f47f Blackfin: bfin_nand: convert to portmux framework by Mike Frysinger · 14 years ago
  51. bc1a884 mtd: nand_plat: add simple GPIO framework DEV_READY option by Mike Frysinger · 14 years ago
  52. 1445f6f NAND: add Toshiba TC58NVG0 identifier by Florian Fainelli · 14 years ago
  53. 3e9b349 NAND: show manufacturer and device ID for unknown chips by Florian Fainelli · 14 years ago
  54. b376bbb sf: move useful messages from debug to printf by Mike Frysinger · 14 years ago
  55. 12c2e3b spi_flash: support old STMicro parts with RES by Thomas Chou · 14 years ago
  56. ceeba00 UBI: initialise update marker by Peter Horton · 14 years ago
  57. c941b77 Blackfin: nand: drain the write buffer before returning by Andrew Caldwell · 14 years ago
  58. 1b1f9a9 UBI: Ensure that "background thread" operations are really executed by Stefan Roese · 14 years ago
  59. f852a0c drivers/mtd/spi/eeprom_m95xxx.c: add missing error checking by Albin Tonnerre · 15 years ago
  60. 22d6c8f cfi_flash: reset timer in flash status check by Thomas Chou · 14 years ago
  61. 0020db3 Merge remote branch 'origin/master' into next by Wolfgang Denk · 15 years ago
  62. 0d41ad7 Merge branch 'next' of git://www.denx.de/git/u-boot-cfi-flash into next by Wolfgang Denk · 15 years ago
  63. e572082 cfi flash: add status polling method for amd flash by Thomas Chou · 15 years ago
  64. c40c94a cfi_flash: precision and underflow problem in tout calculation by Renato Andreola · 15 years ago
  65. 7c27b7b at91: add hwecc method for nand by Nikolay Petukhov · 15 years ago
  66. cc41a59 TI: Davinci: NAND Driver Cleanup by Cyril Chemparathy · 15 years ago
  67. 5647f78 mod change 755 => 644 for multiple files by Thomas Weber · 15 years ago
  68. 93910ed Prepare v2010.03-rc1 by Wolfgang Denk · 15 years ago
  69. 8f9a221 ] fix monitor protection for CONFIG_MONITOR_IS_IN_RAM by Wolfgang Wegner · 15 years ago
  70. 08254a1 Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash by Wolfgang Denk · 15 years ago
  71. f3dec79 CFI: fix eraseregions numblocks by Ladislav Michl · 15 years ago
  72. b081c2e Nand mxc_nand add v1.1 controller support by John Rigby · 15 years ago
  73. 165fa40 SPEAr : nand driver support for SPEAr SoCs by Vipin KUMAR · 15 years ago
  74. a6e34f7 SPEAr : smi driver support for SPEAr SoCs by Vipin KUMAR · 15 years ago
  75. c4832df MXC: Add large page oob layout for i.MX31 NAND controller. by Magnus Lilja · 15 years ago
  76. f6a9748 mxc_nand: Update driver to work with i.MX31. by Magnus Lilja · 15 years ago
  77. 2ff6922 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 15 years ago
  78. 20da6f4 Davinci: davinci_nand.c performance enhancments by Nick Thompson · 15 years ago
  79. 26be2c5 Davinci: NAND enable ECC even when not in NAND boot mode by Nick Thompson · 15 years ago
  80. 97f4eb8 Davinci: Configurable NAND chip selects by Nick Thompson · 15 years ago
  81. bb3bcfa Merge branch 'next' of ../next by Wolfgang Denk · 15 years ago
  82. f4cfe42 nand: Fix access to last block in NAND devices by Stefan Roese · 15 years ago
  83. 4b142fe common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  84. 206c00f Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  85. 0ec81db Fix computation in nand_util.c:get_len_incl_bad by Daniel Hobi · 15 years ago
  86. 2a49bf3 Merge branch 'master' into next by Wolfgang Denk · 15 years ago
  87. ac67804 Add a unified s3c24x0 header file by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  88. 47e801b s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx by Minkyu Kang · 15 years ago
  89. 492fb1f Move s3c24x0 header files to asm-arm/arch-s3c24x0/ by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  90. fcffb68 sf: fix stmicro offset setup while erasing by Mike Frysinger · 15 years ago
  91. d394a77 sf: new driver for Winbond W25X16/32/64 devices by Jason McMullan · 15 years ago
  92. 10a5a799 NAND: Add Support for 4K page size in DaVinci NAND driver by Sandeep Paulraj · 15 years ago
  93. 5e1ded5 S3C2410 NAND Flash Add Missing Function by Hui.Tang · 15 years ago
  94. 6cd752f NAND: Update read_read_subpage API check by Sandeep Paulraj · 15 years ago
  95. cacbe91 Flex-OneNAND driver support by Amul Kumar Saha · 15 years ago
  96. 35209cb fsl_elbc_nand: remove the bbt descriptors relocation fixup by Mingkai Hu · 15 years ago
  97. 7e86661 NAND: fix "raw" reads with ECC syndrome layouts by David Brownell · 15 years ago
  98. 5df3c2b NAND: Don't walk past end of oobfree[] by Sandeep Paulraj · 15 years ago
  99. 18b5a4b NAND: Update check condition for nand_read_page_hwecc API by Sandeep Paulraj · 15 years ago
  100. e25ee03 NAND: Updating comments/explanations in the NAND driver by Sandeep Paulraj · 15 years ago