1. 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
  2. 11 9月, 2011 3 次提交
  3. 25 5月, 2011 1 次提交
  4. 09 8月, 2010 1 次提交
  5. 05 6月, 2008 1 次提交
  6. 22 4月, 2008 1 次提交
  7. 29 3月, 2008 1 次提交
  8. 01 12月, 2006 1 次提交
  9. 29 11月, 2006 2 次提交
  10. 29 5月, 2006 1 次提交
  11. 27 5月, 2006 1 次提交
  12. 25 5月, 2006 1 次提交
  13. 24 5月, 2006 1 次提交
    • T
      [MTD] Refactor NAND hwcontrol to cmd_ctrl · 7abd3ef9
      Thomas Gleixner 提交于
      The hwcontrol function enforced a step by step state machine
      for any kind of hardware chip access. Let the hardware driver
      know which control bits are set and inform it about a change
      of the control lines. Let the hardware driver write out the
      command and address bytes directly. This gives a peformance
      advantage for address bus controlled chips and simplifies the
      quirks in the hardware drivers.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      7abd3ef9
  14. 23 5月, 2006 2 次提交
  15. 16 5月, 2006 1 次提交
  16. 14 5月, 2006 2 次提交
  17. 11 1月, 2006 1 次提交
  18. 07 11月, 2005 1 次提交
  19. 23 5月, 2005 2 次提交
  20. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4