1. 10 1月, 2012 2 次提交
  2. 11 9月, 2011 7 次提交
  3. 22 6月, 2011 1 次提交
  4. 25 5月, 2011 1 次提交
  5. 31 3月, 2011 1 次提交
  6. 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
  7. 25 10月, 2010 2 次提交
  8. 06 8月, 2010 1 次提交
  9. 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
  10. 19 5月, 2010 1 次提交
  11. 27 2月, 2010 1 次提交
  12. 01 1月, 2010 1 次提交
  13. 30 11月, 2009 3 次提交
  14. 20 9月, 2009 1 次提交
  15. 28 1月, 2009 1 次提交
  16. 11 12月, 2008 1 次提交
  17. 13 10月, 2008 1 次提交
  18. 30 7月, 2008 1 次提交
  19. 25 7月, 2008 1 次提交
  20. 12 7月, 2008 3 次提交
  21. 07 6月, 2008 1 次提交
  22. 23 4月, 2008 3 次提交
  23. 22 4月, 2008 1 次提交
  24. 17 4月, 2008 1 次提交
  25. 07 2月, 2008 1 次提交