1. 14 5月, 2012 2 次提交
  2. 27 3月, 2012 1 次提交
    • M
      mtd: flash drivers set ecc strength · 6a918bad
      Mike Dunn 提交于
      Flash device drivers initialize 'ecc_strength' in struct mtd_info, which is the
      maximum number of bit errors that can be corrected in one writesize region.
      
      Drivers using the nand interface intitialize 'strength' in struct nand_ecc_ctrl,
      which is the maximum number of bit errors that can be corrected in one ecc step.
      Nand infrastructure code translates this to 'ecc_strength'.
      
      Also for nand drivers, the nand infrastructure code sets ecc.strength for ecc
      modes NAND_ECC_SOFT, NAND_ECC_SOFT_BCH, and NAND_ECC_NONE.  It is set in the
      driver for all other modes.
      Signed-off-by: NMike Dunn <mikedunn@newsguy.com>
      Signed-off-by: NArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      6a918bad
  3. 11 9月, 2011 4 次提交
  4. 25 5月, 2011 5 次提交
  5. 31 3月, 2011 1 次提交
  6. 25 10月, 2010 1 次提交
  7. 12 8月, 2010 5 次提交
  8. 11 8月, 2010 4 次提交
  9. 06 8月, 2010 7 次提交
  10. 05 8月, 2010 5 次提交
  11. 17 6月, 2010 1 次提交
  12. 13 5月, 2010 2 次提交