1. 03 9月, 2015 1 次提交
  2. 16 5月, 2015 1 次提交
  3. 08 2月, 2015 1 次提交
  4. 30 10月, 2014 1 次提交
  5. 07 10月, 2014 1 次提交
  6. 23 9月, 2014 1 次提交
  7. 22 7月, 2014 1 次提交
  8. 31 8月, 2013 1 次提交
  9. 05 4月, 2013 3 次提交
  10. 22 11月, 2012 3 次提交
  11. 15 11月, 2012 3 次提交
  12. 29 9月, 2012 2 次提交
  13. 07 7月, 2012 2 次提交
  14. 27 3月, 2012 1 次提交
    • M
      mtd: nand: add support for diskonchip G4 nand flash device · 570469f3
      Mike Dunn 提交于
      This patch adds a driver for the M-Sys / Sandisk diskonchip G4 nand flash found
      in various smartphones and PDAs, among them the Palm Treo680, HTC Prophet and
      Wizard, Toshiba Portege G900, Asus P526, and O2 XDA Zinc.  It was tested on the
      Treo 680, but should work generically.
      
      Since v3, this patch adds power management functions, a scan of the factory bad
      block table during initialization, several fixes, and more extensive testing.
      Also, the platform data header file, which only contained partitioning
      information, was removed.  Command-line partitioning can be used, at least until
      an mtd parser is written for the saftl format with which these chips are
      shipped.
      Signed-off-by: NMike Dunn <mikedunn@newsguy.com>
      Reviewed-by: NRobert Jarzmik <robert.jarzmik@free.fr>
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      570469f3
  15. 16 3月, 2012 1 次提交
  16. 11 9月, 2011 2 次提交
  17. 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
  18. 25 10月, 2010 1 次提交
  19. 05 8月, 2010 1 次提交
  20. 13 5月, 2010 1 次提交
  21. 26 3月, 2010 1 次提交
  22. 27 2月, 2010 3 次提交
  23. 06 1月, 2010 1 次提交
  24. 01 1月, 2010 1 次提交
  25. 17 12月, 2009 1 次提交
  26. 20 10月, 2009 1 次提交
  27. 20 9月, 2009 2 次提交
  28. 06 6月, 2009 1 次提交