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