1. 11 9月, 2011 2 次提交
    • B
      mtd: nand: rename NAND_USE_FLASH_BBT · bb9ebd4e
      Brian Norris 提交于
      Recall the recently added prefix requirements:
       * "NAND_" for flags in nand.h, used in nand_chip.options
       * "NAND_BBT_" for flags in bbm.h, used in nand_chip.bbt_options
              or in nand_bbt_descr.options
      
      Thus, I am changing NAND_USE_FLASH_BBT to NAND_BBT_USE_FLASH.
      
      Again, this flag is found in bbm.h and so should NOT be used in the
      "nand_chip.options" field.
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      bb9ebd4e
    • B
      mtd: nand: consolidate redundant flash-based BBT flags · a40f7341
      Brian Norris 提交于
      This patch works with the following three flags from two headers (nand.h
      and bbm.h):
        (1) NAND_USE_FLASH_BBT (nand.h)
        (2) NAND_USE_FLASH_BBT_NO_OOB (nand.h)
        (3) NAND_BBT_NO_OOB (bbm.h)
      
      These flags are all related and interdependent, yet they were in
      different headers. Flag (2) is simply the combination of (1) and (3) and
      can be eliminated.
      
      This patch accomplishes the following:
        * eliminate NAND_USE_FLASH_BBT_NO_OOB (i.e., flag (2))
        * move NAND_USE_FLASH_BBT (i.e., flag (1)) to bbm.h
      
      It's important to note that because (1) and (3) are now both found in
      bbm.h, they should NOT be used in the "nand_chip.options" field.
      
      I removed a small section from the mtdnand DocBook because it referes to
      NAND_USE_FLASH_BBT in nand.h, which has been moved to bbm.h.
      Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
      Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      a40f7341
  2. 22 6月, 2011 1 次提交
  3. 25 5月, 2011 1 次提交
  4. 31 3月, 2011 1 次提交
  5. 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
  6. 25 10月, 2010 2 次提交
  7. 06 8月, 2010 1 次提交
  8. 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
  9. 19 5月, 2010 1 次提交
  10. 27 2月, 2010 1 次提交
  11. 01 1月, 2010 1 次提交
  12. 30 11月, 2009 3 次提交
  13. 20 9月, 2009 1 次提交
  14. 28 1月, 2009 1 次提交
  15. 11 12月, 2008 1 次提交
  16. 13 10月, 2008 1 次提交
  17. 30 7月, 2008 1 次提交
  18. 25 7月, 2008 1 次提交
  19. 12 7月, 2008 3 次提交
  20. 07 6月, 2008 1 次提交
  21. 23 4月, 2008 3 次提交
  22. 22 4月, 2008 1 次提交
  23. 17 4月, 2008 1 次提交
  24. 07 2月, 2008 1 次提交