1. e007094 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Mon Nov 05 07:42:00 2012 -0700
  2. 0b2efcf drivers/mtd/nand: sparse fixes by Kim Phillips · Mon Oct 29 13:34:46 2012 +0000
  3. d303b86 drivers/mtd/cfi_flash.c: sparse fixes by Kim Phillips · Mon Oct 29 13:34:45 2012 +0000
  4. a1b457a include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · Mon Oct 29 13:34:23 2012 +0000
  5. 8a53855 tegra: nand: make ONFI detection work by Lucas Stach · Sun Oct 07 11:29:38 2012 +0000
  6. 0458584 tegra: nand: add board pinmux by Lucas Stach · Sat Sep 29 10:02:09 2012 +0000
  7. ab37196 Tegra20: Move some include files to arch-tegra for sharing with Tegra30 by Tom Warren · Wed Sep 19 15:50:56 2012 -0700
  8. 178d49c MPC85xx: remove support for TQM85xx boards by Wolfgang Denk · Wed Oct 03 23:36:18 2012 +0000
  9. 426d9fd Merge remote-tracking branch 'u-boot/master' by Albert ARIBAUD · Sun Sep 30 23:49:17 2012 +0200
  10. 919f5c5 Merge remote-tracking branch 'u-boot-atmel/master' by Albert ARIBAUD · Sat Sep 29 08:34:09 2012 +0200
  11. 1e2abf9 SPL: SPI: Enhance spi_spl_load to match the other load functions by Tom Rini · Tue Aug 14 14:34:10 2012 -0700
  12. e1ced00 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · Fri Sep 21 14:53:13 2012 -0700
  13. 05ae4c9 mxc nand: Fix warning on !MXC_NFC_V2_1 by Tom Rini · Tue Sep 18 09:24:22 2012 -0700
  14. c5b4eb1 mxc nand: Homogenize IP revisions with Linux by Benoît Thébaudeau · Mon Aug 13 22:50:53 2012 +0200
  15. 0452dcd mtd mxc nand: Merge init functions by Benoît Thébaudeau · Mon Aug 13 22:50:30 2012 +0200
  16. c157827 mtd mxc nand: Fix ECC state after read_page_raw_syndrome() by Benoît Thébaudeau · Mon Aug 13 22:50:19 2012 +0200
  17. 9166d5f mtd mxc nand: Use _mxc_nand_enable_hwecc() by Benoît Thébaudeau · Mon Aug 13 22:50:07 2012 +0200
  18. d29aeba mxc nand: Access all ecc_status_result fields by Benoît Thébaudeau · Mon Aug 13 22:49:42 2012 +0200
  19. 32ae5b4 mxc nand: cosmectic: Light cleanup by Benoît Thébaudeau · Mon Aug 13 22:48:26 2012 +0200
  20. 3f77519 mxc nand: Merge mtd and spl register definitions by Benoît Thébaudeau · Mon Aug 13 22:48:12 2012 +0200
  21. fc41719 mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver by Marek Vasut · Thu Aug 30 13:39:38 2012 +0000
  22. 5376856 nand: Make NAND lock status compatible with Micron by Joe Hershberger · Wed Aug 22 16:49:45 2012 -0500
  23. acae445 nand: consolidate duplicated constants by Joe Hershberger · Wed Aug 22 16:49:44 2012 -0500
  24. dfa8ba4 nand: Change ulong to loff_t and size_t by Joe Hershberger · Wed Aug 22 16:49:43 2012 -0500
  25. cccf595 nand: Add support for unlock.invert by Joe Hershberger · Wed Aug 22 16:49:42 2012 -0500
  26. b20b6f2 mtd: support ONFI multi lun NAND by Matthieu CASTET · Mon Mar 19 15:35:25 2012 +0100
  27. 7f82ca3 spiflash: at25: using common spi flash operation by Bo Shen · Sun Aug 19 20:32:21 2012 +0000
  28. def7b45 spi: add atmel at25df321 serial flash support by Bo Shen · Wed Aug 15 18:44:25 2012 +0000
  29. 8c68888 atmel_nand: fix the U-Boot output information about nand flash with PMECC enable. by Wu, Josh · Sun Sep 09 23:45:49 2012 +0000
  30. c88d30f NAND: MXS: include common.h first so cache.h is included in correct order by Tom Warren · Mon Sep 10 08:47:51 2012 -0700
  31. 5d309e6 tegra: nand: Add Tegra NAND driver by Jim Lin · Sun Jul 29 20:53:29 2012 +0000
  32. 7885179 nand: Try to align the default buffers by Simon Glass · Sun Jul 29 20:53:25 2012 +0000
  33. 497c32f cfi: Make the flash erase and write operations abortable by Joe Hershberger · Fri Aug 17 15:36:41 2012 -0500
  34. 7f3c211 cfi: Check for blank before erase by Joe Hershberger · Fri Aug 17 15:36:40 2012 -0500
  35. fd3091d at91: atmel_nand: Update driver to support Programmable Multibit ECC controller by Wu, Josh · Thu Aug 23 00:05:36 2012 +0000
  36. 1586d1b at91: atmel_nand: remove unused variables. by Wu, Josh · Thu Aug 23 00:05:35 2012 +0000
  37. 6cded6d at91: atmel_nand: extract HWECC initialization code into one function: atmel_hw_nand_init_param(). by Wu, Josh · Thu Aug 23 00:05:34 2012 +0000
  38. cbf0bf2 mxs: Convert sys_proto.h prefixes to 'mxs' by Otavio Salvador · Mon Aug 13 09:53:12 2012 +0000
  39. 3d33d09 arm: omap: Fix switching back to nandecc sw. by Jeroen Hofstee · Tue Aug 14 10:39:29 2012 +0000
  40. 22f4ff9 mxs: prefix register structs with 'mxs' prefix by Otavio Salvador · Sun Aug 05 09:05:31 2012 +0000
  41. c9065d2 Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · Sat Sep 01 12:22:31 2012 +0200
  42. 67cb905 sf: spansion: Add support for S25FL256S by Michal Simek · Tue Aug 14 13:11:22 2012 +0200
  43. ce8670c sf: winbond: fix page_size by Stephen Warren · Mon Aug 13 16:46:21 2012 -0600
  44. 94c302d mtd/cfi_flash: fix write problems for Numonyx P33/30 32 MBit flashs by Holger Brunck · Thu Aug 09 10:22:41 2012 +0200
  45. 041b04f cfi_flash: add support for Spansion flash PPB sector protection by Anatolij Gustschin · Thu Aug 09 08:18:12 2012 +0200
  46. 9fe7265 sf: stmicro: add support for N25Q128A by Michal Simek · Fri Aug 10 14:21:46 2012 +0200
  47. ae3b401 sf: stmicro: add support N25Q128 parts by Stephan Linz · Thu Aug 02 20:47:30 2012 +0200
  48. e0a7219 sf: stmicro: support JEDEC standard two-byte signature by Stephan Linz · Thu Aug 02 20:47:29 2012 +0200
  49. 703b1c3 sf: winbond: add W25Q32 by Rajeshwari Shinde · Thu Aug 02 12:55:05 2012 +0530
  50. 457b8ff sf: stmicro: add geometrical info for N25Q256 from Micron by Jérôme Carretero · Sun Apr 08 10:55:55 2012 +0000
  51. 6fe6d0d sf: unify status register writing (and thus block unlocking) by Mike Frysinger · Sun Mar 04 23:18:17 2012 -0500
  52. b46f996 sf: sst: inline duplicate write enable helper funcs by Mike Frysinger · Sun Mar 04 23:12:23 2012 -0500
  53. 600b67f sf: eon: drop duplicate id by Mike Frysinger · Sun Mar 04 23:08:37 2012 -0500
  54. 4147798 sf: unify erase commands by Mike Frysinger · Sun Mar 04 22:35:50 2012 -0500
  55. a494078 sf: inline data constants by Mike Frysinger · Sun Mar 04 22:56:52 2012 -0500
  56. a502e70 sf: spansion: inline useless id defines by Mike Frysinger · Sat Jan 28 16:32:18 2012 -0800
  57. 1302bec sf: drop unused/duplicate command defines by Mike Frysinger · Sat Jan 28 16:26:03 2012 -0800
  58. 42d6cc8 MTD: SPEAr SMI: Add write support for length < 4 bytes by Stefan Roese · Thu Feb 02 13:25:45 2012 +0100
  59. 80bd5fe st_smi: Fixed page size for Winbond W25Q128FV flash by Armando Visconti · Mon May 07 13:00:30 2012 +0530
  60. 7122eb7 st_smi: Change timeout loop implementation by Amit Virdi · Mon May 07 13:00:29 2012 +0530
  61. 48e5228 st_smi: Fix bug in flash_print_info() by Armando Visconti · Mon May 07 13:00:28 2012 +0530
  62. 39cc2f4 st_smi: Change the flash probing method by Armando Visconti · Mon May 07 13:00:27 2012 +0530
  63. 5815723 st_smi: Removed no needed dependency on ST_M25Pxx_ID by Armando Visconti · Mon May 07 13:00:26 2012 +0530
  64. 180d13d st_smi: Fix smi read status by Vipin Kumar · Mon May 07 13:00:25 2012 +0530
  65. 106c83f st_smi: Move status register read before modifying ctrl register by Shiraz Hashim · Mon May 07 13:00:24 2012 +0530
  66. 9c61028c st_smi: Read status until timeout happens by Vipin KUMAR · Mon May 07 13:00:23 2012 +0530
  67. 38ddebc st_smi: Enhance the error handling by Amit Virdi · Mon May 07 13:00:22 2012 +0530
  68. 8e01872 st_smi: Return error in case TFF is not set by Amit Virdi · Mon May 07 13:00:20 2012 +0530
  69. c0f9f27 st_smi: Add support for SPEAr SMI driver by Vipin KUMAR · Mon May 07 13:00:19 2012 +0530
  70. bcbba8f mtd/NAND: Remove obsolete SPEAr specific NAND drivers by Vipin KUMAR · Tue May 22 00:15:56 2012 +0000
  71. 6f2f557 mtd/NAND: Add FSMC driver support by Vipin KUMAR · Tue May 22 00:15:54 2012 +0000
  72. 5f96364 sf: winbond: Add support for the Winbond W25Q80BL by Stephen Warren · Thu May 24 11:38:34 2012 +0000
  73. 460b156 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · Sun May 20 22:47:40 2012 +0200
  74. 0643e43 NAND: Remove ONFI detection message to from bootup log by Stefan Roese · Mon May 07 21:29:30 2012 +0000
  75. ae25e88 driver/mtd:IFC: Fix possible memory leak by Prabhakar Kushwaha · Tue Apr 10 22:48:27 2012 +0000
  76. f31cf53 driver/mtd: IFC NAND: Add support of ONFI NAND flash by Prabhakar Kushwaha · Sun Apr 08 18:57:18 2012 +0000
  77. 435d351 mtd, nand: move some printfs to debug output. by Heiko Schocher · Tue Feb 14 22:34:05 2012 +0000
  78. de95b32 nand_util: correct YAFFS image write function by Liu, Wentao · Tue Jan 17 19:55:02 2012 +0000
  79. ad85f95 imx: nand: Support flash based BBT by Timo Ketola · Wed Apr 18 22:55:31 2012 +0000
  80. 11d1a09 linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · Mon Apr 09 13:39:55 2012 +0000
  81. b3efbbf GCC4.6: Squash warnings in onenand_base.c by Wolfgang Denk · Thu Apr 19 01:14:17 2012 +0000
  82. c035b7d Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Mon Apr 16 23:01:12 2012 +0200
  83. 93541b4 DMA: Split the APBH DMA init into block and channel init by Marek Vasut · Sun Apr 08 17:34:46 2012 +0000
  84. 4a7b54e drivers/mtd/spr_smi.c: Fix build warning by Anatolij Gustschin · Wed Mar 28 04:27:54 2012 +0000
  85. 2b4fa32 onenand: Replace ONENAND_IS_MLC() with ONENAND_HAS_4KB() by Lukasz Majewski · Wed Nov 09 10:30:06 2011 +0100
  86. 9d7ba32 onenand:samsung Target dependent OneNAND chip probe function by Lukasz Majewski · Wed Nov 09 11:25:32 2011 +0100
  87. 1b120e8 i.MX28: Add cache support to MXS NAND driver by Marek Vasut · Thu Mar 15 18:33:19 2012 +0000
  88. aade579 NAND: TI: fix warnings in omap_gpmc.c by Stefano Babic · Wed Mar 21 23:56:17 2012 +0000
  89. dd3b455 cfi: fix the incomplete erased status check in buffer write by Tao Hou · Thu Mar 15 23:33:58 2012 +0800
  90. cdd045d mtd/nand:Fix wrong usage of is_blank() in fsl_ifc_run_command by Prabhakar Kushwaha · Fri Jan 20 18:38:14 2012 +0530
  91. 0ed5e77 mtd/nand: Fix IFC driver to support 2K NAND page by Prabhakar Kushwaha · Fri Jan 20 18:39:05 2012 +0530
  92. f2f5c9e nand: reinstate lazy bad block scanning by Scott Wood · Mon Feb 20 14:50:39 2012 -0600
  93. 107c630 Revert "nand: make 1-bit software ECC configurable" by Scott Wood · Mon Feb 13 15:46:27 2012 -0600
  94. a7469f1 Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · Mon Feb 13 23:15:25 2012 +0100
  95. 19f0c24 sf: eeprom_m95xxx: set a sane default timeout by Mike Frysinger · Thu Jan 19 22:31:01 2012 -0500
  96. d0e3ad6 sf: eeprom_m95xxx: fix up style by Mike Frysinger · Thu Jan 19 22:25:55 2012 -0500
  97. cb9d4dd Blackfin: bfin_nand: mark local func static by Mike Frysinger · Thu Feb 02 18:54:20 2012 -0500
  98. 156a513 Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash by Wolfgang Denk · Sat Feb 11 22:16:47 2012 +0100
  99. fe548c3 add STM29F400BB to table of supported legacy flashs by David Müller (ELSOFT AG) · Mon Feb 06 09:42:54 2012 +0100
  100. 287a158 * Fix: watchdog timed out, if flash blank (0xFF) blocks by Jens Scharsig (BuS Elektronik) · Fri Jan 27 09:29:53 2012 +0100