1. 23 3月, 2017 9 次提交
  2. 30 1月, 2017 1 次提交
  3. 07 11月, 2016 1 次提交
  4. 06 5月, 2016 4 次提交
  5. 08 1月, 2016 1 次提交
  6. 19 12月, 2015 3 次提交
  7. 09 12月, 2015 1 次提交
  8. 12 11月, 2015 2 次提交
  9. 27 10月, 2015 1 次提交
    • S
      mtd: fsmc_nand: Add BCH4 SW ECC support for SPEAr600 · e278fc71
      Stefan Roese 提交于
      This patch adds support for 4-bit ECC BCH4 for the SPEAr600 SoC. This can
      be used by boards equipped with a NAND chip that requires 4-bit ECC
      strength. The SPEAr600 HW ECC only supports 1-bit ECC strength.
      
      To enable SW BCH4, you need to specify this in your nand controller
      DT node:
      
      	nand-ecc-mode = "soft_bch";
      	nand-ecc-strength = <4>;
      	nand-ecc-step-size = <512>;
      
      Tested on a custom SPEAr600 board.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Viresh Kumar <viresh.kumar@linaro.org>
      [Brian: tweaked the comments a bit]
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      e278fc71
  10. 14 10月, 2015 1 次提交
  11. 03 10月, 2015 2 次提交
  12. 07 5月, 2015 2 次提交
  13. 31 3月, 2015 1 次提交
  14. 20 10月, 2014 1 次提交
  15. 16 10月, 2014 1 次提交
  16. 08 1月, 2014 2 次提交
  17. 15 11月, 2013 1 次提交
  18. 31 8月, 2013 1 次提交
  19. 06 8月, 2013 3 次提交
  20. 05 4月, 2013 1 次提交
  21. 29 1月, 2013 1 次提交
    • L
      ARM: nomadik: add FSMC NAND · ba785205
      Linus Walleij 提交于
      This adds the FSMC NAND driver and flash partitions to the Nomadik
      device tree.
      
      The only compatible string accepted by this driver is currently
      "st,spear600-fsmc-nand" which is inappropriate for this system, so
      this patch adds the compatible value "stericsson,fsmc-nand" as
      well.
      
      Cc: linux-mtd@vger.kernel.org
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Artem Bityutskiy <dedekind1@gmail.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      ba785205