1. efa1f43 mxc nand: Fix warning on !MXC_NFC_V2_1 by Tom Rini · 12 years ago
  2. 9c60e75 mxc nand: Homogenize IP revisions with Linux by Benoît Thébaudeau · 12 years ago
  3. 13927f0 mtd mxc nand: Merge init functions by Benoît Thébaudeau · 12 years ago
  4. 7c28a1c mtd mxc nand: Fix ECC state after read_page_raw_syndrome() by Benoît Thébaudeau · 12 years ago
  5. 0e499b0 mtd mxc nand: Use _mxc_nand_enable_hwecc() by Benoît Thébaudeau · 12 years ago
  6. c1db8dd mxc nand: Access all ecc_status_result fields by Benoît Thébaudeau · 12 years ago
  7. 365b2c0 mxc nand: cosmectic: Light cleanup by Benoît Thébaudeau · 12 years ago
  8. 80c8ab7 mxc nand: Merge mtd and spl register definitions by Benoît Thébaudeau · 12 years ago
  9. 9c790a7 mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver by Marek Vasut · 12 years ago
  10. e70bfa2 nand: Make NAND lock status compatible with Micron by Joe Hershberger · 12 years ago
  11. 33b1d5c nand: consolidate duplicated constants by Joe Hershberger · 12 years ago
  12. e331ab2 nand: Change ulong to loff_t and size_t by Joe Hershberger · 12 years ago
  13. eee623a nand: Add support for unlock.invert by Joe Hershberger · 12 years ago
  14. d62e9ca mtd: support ONFI multi lun NAND by Matthieu CASTET · 13 years ago
  15. de15a06 cfi: Make the flash erase and write operations abortable by Joe Hershberger · 12 years ago
  16. 6822a64 cfi: Check for blank before erase by Joe Hershberger · 12 years ago
  17. bdfd59a at91: atmel_nand: Update driver to support Programmable Multibit ECC controller by Wu, Josh · 12 years ago
  18. ae79794 at91: atmel_nand: remove unused variables. by Wu, Josh · 12 years ago
  19. fe2185e at91: atmel_nand: extract HWECC initialization code into one function: atmel_hw_nand_init_param(). by Wu, Josh · 12 years ago
  20. fa7a51c mxs: Convert sys_proto.h prefixes to 'mxs' by Otavio Salvador · 12 years ago
  21. d439504 arm: omap: Fix switching back to nandecc sw. by Jeroen Hofstee · 12 years ago
  22. 9c47114 mxs: prefix register structs with 'mxs' prefix by Otavio Salvador · 12 years ago
  23. c51261e Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 12 years ago
  24. 4a4cb4e sf: spansion: Add support for S25FL256S by Michal Simek · 12 years ago
  25. c75942c sf: winbond: fix page_size by Stephen Warren · 12 years ago
  26. 81316a9 mtd/cfi_flash: fix write problems for Numonyx P33/30 32 MBit flashs by Holger Brunck · 12 years ago
  27. 66863b0 cfi_flash: add support for Spansion flash PPB sector protection by Anatolij Gustschin · 12 years ago
  28. d945ce9 sf: stmicro: add support for N25Q128A by Michal Simek · 12 years ago
  29. 6ad6c6d sf: stmicro: add support N25Q128 parts by Stephan Linz · 12 years ago
  30. 63ff6a6 sf: stmicro: support JEDEC standard two-byte signature by Stephan Linz · 12 years ago
  31. c969abc sf: winbond: add W25Q32 by Rajeshwari Shinde · 12 years ago
  32. b54d1f2 sf: stmicro: add geometrical info for N25Q256 from Micron by Jérôme Carretero · 13 years ago
  33. 41e1713 sf: unify status register writing (and thus block unlocking) by Mike Frysinger · 13 years ago
  34. 7a6d2a7 sf: sst: inline duplicate write enable helper funcs by Mike Frysinger · 13 years ago
  35. 04a3e90 sf: eon: drop duplicate id by Mike Frysinger · 13 years ago
  36. c4e932c sf: unify erase commands by Mike Frysinger · 13 years ago
  37. a4ed3b6 sf: inline data constants by Mike Frysinger · 13 years ago
  38. 7d72b80 sf: spansion: inline useless id defines by Mike Frysinger · 13 years ago
  39. b4c87d6 sf: drop unused/duplicate command defines by Mike Frysinger · 13 years ago
  40. 185b3b7 MTD: SPEAr SMI: Add write support for length < 4 bytes by Stefan Roese · 13 years ago
  41. 9264077 st_smi: Fixed page size for Winbond W25Q128FV flash by Armando Visconti · 12 years ago
  42. b5992fa st_smi: Change timeout loop implementation by Amit Virdi · 12 years ago
  43. cf9026d st_smi: Fix bug in flash_print_info() by Armando Visconti · 12 years ago
  44. 6d6d23c st_smi: Change the flash probing method by Armando Visconti · 12 years ago
  45. ae3e0cc st_smi: Removed no needed dependency on ST_M25Pxx_ID by Armando Visconti · 12 years ago
  46. a5ad7cc st_smi: Fix smi read status by Vipin Kumar · 12 years ago
  47. a59c7b3 st_smi: Move status register read before modifying ctrl register by Shiraz Hashim · 12 years ago
  48. 0befe7d st_smi: Read status until timeout happens by Vipin KUMAR · 12 years ago
  49. 69fcb55 st_smi: Enhance the error handling by Amit Virdi · 12 years ago
  50. 5c16c54 st_smi: Return error in case TFF is not set by Amit Virdi · 12 years ago
  51. f3fcf92 st_smi: Add support for SPEAr SMI driver by Vipin KUMAR · 12 years ago
  52. 0def98e mtd/NAND: Remove obsolete SPEAr specific NAND drivers by Vipin KUMAR · 12 years ago
  53. 7f0730a mtd/NAND: Add FSMC driver support by Vipin KUMAR · 12 years ago
  54. 1edaf09 sf: winbond: Add support for the Winbond W25Q80BL by Stephen Warren · 12 years ago
  55. 8fa3d2b Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 12 years ago
  56. e52fee9 NAND: Remove ONFI detection message to from bootup log by Stefan Roese · 12 years ago
  57. 76d067a driver/mtd:IFC: Fix possible memory leak by Prabhakar Kushwaha · 13 years ago
  58. 807fc70 driver/mtd: IFC NAND: Add support of ONFI NAND flash by Prabhakar Kushwaha · 13 years ago
  59. a35ea80 mtd, nand: move some printfs to debug output. by Heiko Schocher · 13 years ago
  60. 6568302 nand_util: correct YAFFS image write function by Liu, Wentao · 13 years ago
  61. a102873 imx: nand: Support flash based BBT by Timo Ketola · 13 years ago
  62. 7b15e2b linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · 13 years ago
  63. 1432c76 GCC4.6: Squash warnings in onenand_base.c by Wolfgang Denk · 13 years ago
  64. db39f24 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  65. 96666a3 DMA: Split the APBH DMA init into block and channel init by Marek Vasut · 13 years ago
  66. b64c242 drivers/mtd/spr_smi.c: Fix build warning by Anatolij Gustschin · 13 years ago
  67. e26fd3d onenand: Replace ONENAND_IS_MLC() with ONENAND_HAS_4KB() by Lukasz Majewski · 13 years ago
  68. 6b3967b onenand:samsung Target dependent OneNAND chip probe function by Lukasz Majewski · 13 years ago
  69. 6b9408e i.MX28: Add cache support to MXS NAND driver by Marek Vasut · 13 years ago
  70. f7dad8f NAND: TI: fix warnings in omap_gpmc.c by Stefano Babic · 13 years ago
  71. 85c344e cfi: fix the incomplete erased status check in buffer write by Tao Hou · 13 years ago
  72. 5f720b8 mtd/nand:Fix wrong usage of is_blank() in fsl_ifc_run_command by Prabhakar Kushwaha · 13 years ago
  73. d903612 mtd/nand: Fix IFC driver to support 2K NAND page by Prabhakar Kushwaha · 13 years ago
  74. fb49454 nand: reinstate lazy bad block scanning by Scott Wood · 13 years ago
  75. 1f7b174 Revert "nand: make 1-bit software ECC configurable" by Scott Wood · 13 years ago
  76. e9d44b3 Merge branch 'sf' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 13 years ago
  77. 8b463da sf: eeprom_m95xxx: set a sane default timeout by Mike Frysinger · 13 years ago
  78. a1f77b6 sf: eeprom_m95xxx: fix up style by Mike Frysinger · 13 years ago
  79. 3f54108 Blackfin: bfin_nand: mark local func static by Mike Frysinger · 13 years ago
  80. 7100a54 Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash by Wolfgang Denk · 13 years ago
  81. 5e72ef0 add STM29F400BB to table of supported legacy flashs by David Müller (ELSOFT AG) · 13 years ago
  82. a9f5fab * Fix: watchdog timed out, if flash blank (0xFF) blocks by Jens Scharsig (BuS Elektronik) · 13 years ago
  83. c178347 nand/fsl_elbc: Convert to self-init by Scott Wood · 13 years ago
  84. 578931b nand: Introduce CONFIG_SYS_NAND_SELF_INIT by Scott Wood · 13 years ago
  85. 80519c8 mtd/nand: Add ONFI support for FSL NAND controller by Shengzhou Liu · 13 years ago
  86. 4fee6c2 nand: make 1-bit software ECC configurable by Christian Hitz · 13 years ago
  87. 5454ddb nand: Sanitize ONFI strings. by Christian Hitz · 13 years ago
  88. ff8a8a7 nand: Merge changes to BBT from Linux nand driver by Christian Hitz · 13 years ago
  89. 2a8e0fc nand: Merge changes from Linux nand driver by Christian Hitz · 13 years ago
  90. 90e3f39 nand: cleanup whitespace by Christian Hitz · 13 years ago
  91. 8c2d9c6 nand: Add more NAND types from Linux nand driver by Christian Hitz · 13 years ago
  92. 4c6de85 nand: Merge BCH code from Linux nand driver by Christian Hitz · 13 years ago
  93. d3022c5 nand_spl_simple: store ecc data on the stack by Stefano Babic · 13 years ago
  94. 32b1127 sf: Add spi_boot() to allow booting from SPI flash in an SPL by Christian Riesch · 13 years ago
  95. b7fde58 drivers/mtd/nand/nand_spl_load.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  96. 18b8907 drivers/mtd/nand/nand_spl_simple.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
  97. ff62fb4 omap_gpmc: use SOFTECC in SPL if it's enabled by Ilya Yanok · 13 years ago
  98. 1df308e nand_spl_simple: add support for software ECC by Ilya Yanok · 13 years ago
  99. 56c91bc Fix regression in SMDK6400 by Simon Schwarz · 13 years ago
  100. 82645f8 nand: Add common functions to linux/mtd/nand.h by Simon Schwarz · 13 years ago