1. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  2. eae4b2b Fix spelling of "occurred". by Vagrant Cascadian · 8 years ago
  3. d1d0167 nand: omap_gpmc: Change correctable bit-flips messages to debug() by Ezequiel García · 9 years ago
  4. cb2fc33 mtd: OMAP: Enable GPMC prefetch mode for 16 bit access by Jeroen Hofstee · 9 years ago
  5. c073611 omap_gpmc: move prefetch out of CONFIG_NAND_OMAP_ELM by Jeroen Hofstee · 9 years ago
  6. b050898 omap: gpmc: 'nandecc sw' can use HAM1 or BCH8 by Ash Charles · 10 years ago
  7. d8af393 mtd: nand: omap_gpmc: Make ready/busy pins configurable by Michal Sojka · 10 years ago
  8. 8983111 mtd, omap: fix case NAND_OMAP_GPMC_PREFETCH not defined by Egli, Samuel · 10 years ago
  9. c316f57 mtd: OMAP: Enable GPMC prefetch mode by Daniel Mack · 10 years ago
  10. eb54d2c mtd: nand: omap_gpmc: fix error handling by Guido Martínez · 10 years ago
  11. fb384c4 mtd: nand: omap_gpmc: Always use ready/busy pin by Stefan Roese · 10 years ago
  12. 4415297 omap_gpmc: fix warnigs with W=1 by Jeroen Hofstee · 10 years ago
  13. cc81a52 mtd: nand: omap_gpmc: Fix 'bit-flip' errors by Rostislav Lisovy · 10 years ago
  14. 5c3f7e0 mtd: nand: omap_gpmc: Enable multiple NAND flash devices by Rostislav Lisovy · 10 years ago
  15. 46840f6 mtd: nand: omap: add support for BCH16_ECC - NAND driver updates by pekon gupta · 10 years ago
  16. b80a660 mtd: nand: omap: add CONFIG_SYS_NAND_BUSWIDTH_16BIT to indicate NAND device bus-width by pekon gupta · 10 years ago
  17. 3f990dc mtd: nand: omap: fix error-codes returned from omap-elm driver by pekon gupta · 10 years ago
  18. a09431d mtd: nand: omap_gpmc: minor cleanup of omap_correct_data_bch by pekon gupta · 10 years ago
  19. 9233279 mtd: nand: omap_gpmc: rename struct nand_bch_priv to struct omap_nand_info by pekon gupta · 10 years ago
  20. d21e77f mtd: nand: omap_gpmc: remove unused members of 'struct nand_bch_priv' by pekon gupta · 10 years ago
  21. 41bbe4d mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate between BCH4/BCH8/BCH16 by pekon gupta · 10 years ago
  22. 97eeae1 mtd: nand: omap_gpmc: Fix update of read_ecc in oob by Belisko Marek · 10 years ago
  23. 2eda892 mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nand by pekon gupta · 11 years ago
  24. 6aff050 mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nand by pekon gupta · 11 years ago
  25. 51d192c mtd: nand: omap: merge duplicate GPMC data from different arch-xx headers into common omap_gpmc.h by pekon gupta · 11 years ago
  26. 6e562b1 mtd: nand: omap: optimized chip->ecc.correct() for H/W ECC schemes by pekon gupta · 11 years ago
  27. 71a7f95 mtd: nand: omap: optimize chip->ecc.calculate() for H/W ECC schemes by pekon gupta · 11 years ago
  28. f5f1f61 mtd: nand: omap: optimize chip->ecc.hwctl() for H/W ECC schemes by pekon gupta · 11 years ago
  29. 13fbde6 nand, gpmc: fix reading after switching ecc by Jeroen Hofstee · 11 years ago
  30. fcd0524 mtd: nand: omap: fix ecc ops assignment when changing ecc by Nikita Kiryanov · 11 years ago
  31. eb237a1 mtd: nand: omap: fix sw->hw->sw ecc switch by Nikita Kiryanov · 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. 3f71906 mtd: nand: omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-scheme by pekon gupta · 11 years ago
  36. d016dc4 mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform by pekon gupta · 11 years ago
  37. beba5f0 mtd: nand: omap: make am33xx/elm.c as common driver for all OMAPx and AMxxxx platforms by pekon gupta · 11 years ago
  38. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  39. 4bfd000 bug, nand, am33xx: nand->ecc.strength not set in board_nand_init() by Sergey Lapin · 11 years ago
  40. dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  41. 4a09300 omap_gpmc: add support for hw assisted BCH8 by Andreas Bießmann · 12 years ago
  42. da634ae omap_gpmc: change nandecc command by Andreas Bießmann · 12 years ago
  43. 5bf299b asm/omap_gpmc.h: consolidate common defines by Andreas Bießmann · 12 years ago
  44. 98f9200 am33xx: Add required includes to some omap/am33xx code by Tom Rini · 12 years ago
  45. c3754e9 omap_gpmc: BCH8 support (ELM based) by Mansoor Ahamed · 12 years ago
  46. d439504 arm: omap: Fix switching back to nandecc sw. by Jeroen Hofstee · 12 years ago
  47. f7dad8f NAND: TI: fix warnings in omap_gpmc.c by Stefano Babic · 13 years ago
  48. ff62fb4 omap_gpmc: use SOFTECC in SPL if it's enabled by Ilya Yanok · 13 years ago
  49. 12c2f1e spl: add NAND Library to new SPL by Simon Schwarz · 13 years ago
  50. 8941135 omap3: replace all instances of gpmc config struct by one global by Dirk Behme · 15 years ago
  51. 97a099e omap3: remove typedefs for configuration structs by Dirk Behme · 15 years ago
  52. 187af95 omap3: embedd gpmc_cs into gpmc config struct by Matthias Ludwig · 15 years ago
  53. 12201a1 OMAP3: Add NAND support by Dirk Behme · 16 years ago