1. ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  2. 362f16b Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  3. 67ac6ff mtd: nand: davinci: add opportunity to write keystone U-boot image by Khoronzhuk, Ivan · 10 years ago
  4. 591dd19 driver/nand: Add support of 16K SRAM for IFC 2.0 by Prabhakar Kushwaha · 10 years ago
  5. 04818bb driver/nand: Update SRAM initialize logic for IFC. by Prabhakar Kushwaha · 10 years ago
  6. 3bab3d8 driver/nand:Define MAX_BANKS same as SoC defined for IFC by Prabhakar Kushwaha · 10 years ago
  7. e99f30e Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  8. d6694af Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  9. 3e01ed0 mtd: nand: davinci: add header file for driver definitions by Khoronzhuk, Ivan · 10 years ago
  10. 46840f6 mtd: nand: omap: add support for BCH16_ECC - NAND driver updates by pekon gupta · 10 years ago
  11. b80a660 mtd: nand: omap: add CONFIG_SYS_NAND_BUSWIDTH_16BIT to indicate NAND device bus-width by pekon gupta · 10 years ago
  12. 27ce9e4 mtd: nand: force NAND_CMD_READID onto 8-bit bus by Brian Norris · 10 years ago
  13. b9ae609 mtd: nand: don't use read_buf for 8-bit ONFI transfers by Brian Norris · 10 years ago
  14. 3f990dc mtd: nand: omap: fix error-codes returned from omap-elm driver by pekon gupta · 10 years ago
  15. a09431d mtd: nand: omap_gpmc: minor cleanup of omap_correct_data_bch by pekon gupta · 10 years ago
  16. 9233279 mtd: nand: omap_gpmc: rename struct nand_bch_priv to struct omap_nand_info by pekon gupta · 10 years ago
  17. d21e77f mtd: nand: omap_gpmc: remove unused members of 'struct nand_bch_priv' by pekon gupta · 10 years ago
  18. 41bbe4d mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate between BCH4/BCH8/BCH16 by pekon gupta · 10 years ago
  19. b98c575 mtd: nand: omap_elm: remove #include omap_gpmc.h by pekon gupta · 10 years ago
  20. 73210dc spl: nand: add support for mxs nand by Tim Harvey · 10 years ago
  21. 97eeae1 mtd: nand: omap_gpmc: Fix update of read_ecc in oob by Belisko Marek · 10 years ago
  22. d2a3e911 Merge branch 'u-boot/master' by Albert ARIBAUD · 10 years ago
  23. 5abed9c driver/ifc: define nand_spl_load_image() for SPL by Prabhakar Kushwaha · 10 years ago
  24. 999d7d3 NAND: DaVinci: allow forced disable of subpage writes by Karicheri, Muralidharan · 10 years ago
  25. db60580 mtd: Build nand_util.o for CONFIG_ENV_IS_IN_NAND in SPL by Tom Rini · 11 years ago
  26. 6dd3b56 mtd: Add a CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem in SPL by Tom Rini · 11 years ago
  27. dd649f1 mtd: delete unused files by Masahiro Yamada · 11 years ago
  28. 5495dae Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  29. 0b0b4f5 mtd: nand: atmel: prepare for nand spl boot support by Bo Shen · 11 years ago
  30. 345b77b ppc4xx: Remove 4xx NAND booting support by Stefan Roese · 11 years ago
  31. 2eda892 mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nand by pekon gupta · 11 years ago
  32. 6aff050 mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nand by pekon gupta · 11 years ago
  33. 51d192c mtd: nand: omap: merge duplicate GPMC data from different arch-xx headers into common omap_gpmc.h by pekon gupta · 11 years ago
  34. 6e562b1 mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes by pekon gupta · 11 years ago
  35. 71a7f95 mtd: nand: omap: optimize chip->ecc.calculate() for H/W ECC schemes by pekon gupta · 11 years ago
  36. f5f1f61 mtd: nand: omap: optimize chip->ecc.hwctl() for H/W ECC schemes by pekon gupta · 11 years ago
  37. 1b4175d driver/ifc:Change accessor function to take care of endianness by Prabhakar Kushwaha · 11 years ago
  38. 6609916 powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL by Po Liu · 11 years ago
  39. 13fbde6 nand, gpmc: fix reading after switching ecc by Jeroen Hofstee · 11 years ago
  40. fcd0524 mtd: nand: omap: fix ecc ops assignment when changing ecc by Nikita Kiryanov · 11 years ago
  41. eb237a1 mtd: nand: omap: fix sw->hw->sw ecc switch by Nikita Kiryanov · 11 years ago
  42. 3ef1ead nand_util.c: Use '%zd' for length in nand_unlock debug print by Tom Rini · 11 years ago
  43. 2528460 mtd: nand: omap: fix HAM1_SW ecc using default value for ecc.size by Nikita Kiryanov · 11 years ago
  44. 5d7a49b mtd: nand: omap_gpmc: cosmetic: Fix indentation by Stefan Roese · 11 years ago
  45. 69cc97f mtd: nand: omap: fix ecc-layout for HAM1 ecc-scheme by pekon gupta · 11 years ago
  46. 392ba52 drivers/mtd: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  47. f15ea6e Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  48. ac45bb1 at91: nand: switch atmel_nand to generic GPIO API by Andreas Bießmann · 11 years ago
  49. 77fdd6d Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  50. 0b66513 Driver/IFC: Move Freescale IFC driver to a common driver by York Sun · 11 years ago
  51. 3f71906 mtd: nand: omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-scheme by pekon gupta · 11 years ago
  52. d016dc4 mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform by pekon gupta · 11 years ago
  53. beba5f0 mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx platforms by pekon gupta · 11 years ago
  54. c0dc3de mtd: atmel_nand: use dev_xxx instead of printk by Wu, Josh · 11 years ago
  55. c55cc57 mtd: atmel_nand: don't print bit correction message in driver by Wu, Josh · 11 years ago
  56. 16dddef mtd: atmel_nand: enable PMECC support for 8k bytes page NAND flash by Wu, Josh · 11 years ago
  57. 71220f8 mtd/ifc: Add support of 8K page size NAND flash by Prabhakar Kushwaha · 11 years ago
  58. ed5ac34 driver/mtd/ifc: Read Status while programming NAND flash by Prabhakar Kushwaha · 11 years ago
  59. 7604a3f MTD: atmel_nand: support for software BCH ECC by Bo Shen · 11 years ago
  60. 85b8c5c Merge branch 'iu-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  61. 2fff63c nand, davinci: add special UBL ecc position by Heiko Schocher · 11 years ago
  62. 2fc7ef6 drivers: mtd: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  63. 9d33fb4 nand_util.c: Correct licensing by Tom Rini · 11 years ago
  64. 2f9e559 mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into account by Valentin Longchamp · 11 years ago
  65. d4c8aa9 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 11 years ago
  66. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  67. 40462e5 mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN by Paul Burton · 11 years ago
  68. a8f2d0e mxs_nand: Fix ECC strength for NAND flash with OOB size of 224 by Elie De Brauwer · 11 years ago
  69. 1bd3e2a mtd: atmel_nand: pmecc: fix bug fail to correct bit error in 1024-bytes sector by Wu, Josh · 11 years ago
  70. 4eef93d Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  71. 47b6dad nand_util: delete a useless variable by Masahiro Yamada · 11 years ago
  72. a07d229 ARM: at91: atmel_nand: add code to check the ONFI parameter ECC requirement by Wu, Josh · 11 years ago
  73. ddd8597 mtd: atmel_nand: alloc memory instead of use static array for pmecc data by Wu, Josh · 11 years ago
  74. b2d96dc ARM: at91: atmel_nand: pmecc driver will select the galois table by sector size by Wu, Josh · 11 years ago
  75. 5d97fe2 powerpc: p1022ds: add TPL for p1022ds nand boot by Ying Zhang · 11 years ago
  76. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  77. 1c90369 mtd: mxc_nand: Fix crash after MTD resync by Marek Vasut · 11 years ago
  78. 5a34d9b Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  79. 8b6b51a mtd/nand: docg4: fix compiler warnings by Mike Dunn · 11 years ago
  80. a67cc37 dfu, nand: before write a buffer to nand, erase the nand sectors by Heiko Schocher · 11 years ago
  81. 3a88179 powerpc/mpc85xx: new SPL support for IFC NAND by Prabhakar Kushwaha · 11 years ago
  82. eab2276 mtd: nand: fix initialization of BBT options by Daniel Schwierzeck · 11 years ago
  83. 211bf20 mtd: nand/docg4: fix driver after Linux resync by Mike Dunn · 11 years ago
  84. 4bfd000 bug, nand, am33xx: nand->ecc.strength not set in board_nand_init() by Sergey Lapin · 11 years ago
  85. d6639d1 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  86. dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  87. a1b81ab nand/fsl_ifc: Convert to self-init by Prabhakar Kushwaha · 11 years ago
  88. 453db36 mtd: nand: use ssize_t instead of size_t to prevent infinite loop by htbegin · 12 years ago
  89. 070fd8e mtd: nand: fix the partial page write condition by htbegin · 12 years ago
  90. 98d9d92 nand/fsl_elbc: detect page size at runtime by Scott Wood · 12 years ago
  91. c1b43ac Revert wrong removal of nand_init and nand_deselect by Albert ARIBAUD · 11 years ago
  92. ec7023d Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  93. 956b03e mtd: nand: add driver for diskonchip g4 nand flash by Mike Dunn · 11 years ago
  94. 5c651e8 nand: Add SPL_NAND support to mxc_nand_spl by Marek Vasut · 11 years ago
  95. d2eae43 lib: consolidate hang() by Andreas Bießmann · 11 years ago
  96. ae695b1 mtd: mxs_nand: Add support for i.MX6 by Stefan Roese · 11 years ago
  97. 0499218 imx: Move some header files from arch-mxs to imx-common by Stefan Roese · 11 years ago
  98. 1812201 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  99. 7070b55 kirkwood_nand: allow usage of NAND_ECC_SOFT_BCH by Gerlando Falauto · 12 years ago
  100. e532322 arm: Remove support for unused s3c64xx by Benoît Thébaudeau · 11 years ago