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. 10 1月, 2012 6 次提交
  3. 11 9月, 2011 7 次提交
  4. 22 6月, 2011 1 次提交
  5. 25 5月, 2011 1 次提交
  6. 31 3月, 2011 1 次提交
  7. 04 12月, 2010 1 次提交
    • S
      mtd: fsl_elbc_nand: fix jffs2 problem after NAND-flash image record in u-boot · eeda667a
      Sergej.Stepanov@ids.de 提交于
      This patch should fix the following problem:
       1. the  jffs2-image update in the u-boot was ok
       2. first restart and first mount of the NAND-flash-partition was also ok
       3. before the restart of controller there are no any activity on NAND-flash except of the jffs2_gcd_mtdX-process ...
       4. BUT after the second restart the NAND-flash-partition could not be really used after the second mount,
          dmesg filled with messages:
      ...
      jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x03ce0000: 0xc0ff instead
      jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x03d00000: 0xc0ff instead
      ....
      Just for for info:
      the behaviour observed on mpc8313-based board with the large-page NAND.
      The only activity on NAND-flash was the garbage collector process, that looks for CLEANMARKER-nodes
      
      As Scott said it was broken by commit 3ab8f2a2Signed-off-by: NSergej Stepanov <Sergej.Stepanov@ids.de>
      --
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      eeda667a
  8. 25 10月, 2010 2 次提交
  9. 06 8月, 2010 1 次提交
  10. 22 5月, 2010 1 次提交
    • G
      of: Remove duplicate fields from of_platform_driver · 4018294b
      Grant Likely 提交于
      .name, .match_table and .owner are duplicated in both of_platform_driver
      and device_driver.  This patch is a removes the extra copies from struct
      of_platform_driver and converts all users to the device_driver members.
      
      This patch is a pretty mechanical change.  The usage model doesn't change
      and if any drivers have been missed, or if anything has been fixed up
      incorrectly, then it will fail with a compile time error, and the fixup
      will be trivial.  This patch looks big and scary because it touches so
      many files, but it should be pretty safe.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Acked-by: NSean MacLennan <smaclennan@pikatech.com>
      4018294b
  11. 19 5月, 2010 1 次提交
  12. 27 2月, 2010 1 次提交
  13. 01 1月, 2010 1 次提交
  14. 30 11月, 2009 3 次提交
  15. 20 9月, 2009 1 次提交
  16. 28 1月, 2009 1 次提交
  17. 11 12月, 2008 1 次提交
  18. 13 10月, 2008 1 次提交
  19. 30 7月, 2008 1 次提交
  20. 25 7月, 2008 1 次提交
  21. 12 7月, 2008 3 次提交
  22. 07 6月, 2008 1 次提交
  23. 23 4月, 2008 2 次提交