1. 11 9月, 2011 2 次提交
  2. 25 5月, 2011 2 次提交
  3. 31 3月, 2011 1 次提交
  4. 12 3月, 2011 1 次提交
    • I
      mtd: nand: add software BCH ECC support · 193bd400
      Ivan Djelic 提交于
      This patch adds software BCH ECC support to mtd, in order to handle recent
      NAND device ecc requirements (4 bits or more).
      
      It does so by adding a new ecc mode (NAND_ECC_SOFT_BCH) for use by board
      drivers, and a new Kconfig option to enable BCH support. It relies on the
      generic BCH library introduced in a previous patch.
      
      When a board driver uses mode NAND_ECC_SOFT_BCH, it should also set fields
      chip->ecc.size and chip->ecc.bytes to select BCH ecc data size and required
      error correction capability. See nand_bch_init() documentation for details.
      
      It has been tested on the following platforms using mtd-utils, UBI and
      UBIFS: x86 (with nandsim), arm926ejs.
      Signed-off-by: NIvan Djelic <ivan.djelic@parrot.com>
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      193bd400
  5. 08 3月, 2011 1 次提交
  6. 18 2月, 2011 1 次提交
  7. 06 1月, 2011 1 次提交
  8. 25 10月, 2010 3 次提交
  9. 06 8月, 2010 1 次提交
  10. 05 8月, 2010 1 次提交
  11. 02 8月, 2010 2 次提交
  12. 03 6月, 2010 1 次提交
  13. 13 5月, 2010 1 次提交
  14. 10 5月, 2010 1 次提交
  15. 26 3月, 2010 1 次提交
  16. 15 3月, 2010 1 次提交
  17. 12 3月, 2010 1 次提交
  18. 27 2月, 2010 4 次提交
  19. 02 2月, 2010 1 次提交
  20. 14 1月, 2010 1 次提交
  21. 06 1月, 2010 1 次提交
  22. 01 1月, 2010 1 次提交
  23. 17 12月, 2009 1 次提交
  24. 01 12月, 2009 1 次提交
  25. 09 11月, 2009 1 次提交
  26. 20 10月, 2009 1 次提交
  27. 20 9月, 2009 4 次提交
  28. 13 6月, 2009 1 次提交
  29. 08 6月, 2009 1 次提交