An error occurred fetching the project authors.
  1. 22 Sep, 2014 1 commit
  2. 22 Jul, 2014 1 commit
  3. 30 Aug, 2013 1 commit
  4. 05 Apr, 2013 3 commits
  5. 22 Nov, 2012 1 commit
  6. 21 Nov, 2012 2 commits
  7. 15 Nov, 2012 3 commits
  8. 29 Sep, 2012 2 commits
  9. 06 Jul, 2012 2 commits
  10. 26 Mar, 2012 1 commit
    • Mike Dunn's avatar
      mtd: nand: add support for diskonchip G4 nand flash device · 570469f3
      Mike Dunn authored
      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: default avatarMike Dunn <mikedunn@newsguy.com>
      Reviewed-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
      Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
      570469f3
  11. 16 Mar, 2012 1 commit
  12. 11 Sep, 2011 2 commits
  13. 11 Mar, 2011 1 commit
    • Ivan Djelic's avatar
      mtd: nand: add software BCH ECC support · 193bd400
      Ivan Djelic authored
      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: default avatarIvan Djelic <ivan.djelic@parrot.com>
      Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
      193bd400
  14. 24 Oct, 2010 1 commit
  15. 05 Aug, 2010 1 commit
  16. 13 May, 2010 1 commit
  17. 26 Mar, 2010 1 commit
  18. 26 Feb, 2010 3 commits
  19. 06 Jan, 2010 1 commit
  20. 01 Jan, 2010 1 commit
  21. 17 Dec, 2009 1 commit
  22. 20 Oct, 2009 1 commit
  23. 20 Sep, 2009 1 commit
  24. 19 Sep, 2009 1 commit
  25. 05 Jun, 2009 1 commit
  26. 06 Apr, 2009 1 commit
  27. 20 Mar, 2009 2 commits
  28. 18 Oct, 2008 1 commit
  29. 14 Oct, 2008 1 commit