1. 14 5月, 2012 2 次提交
  2. 27 3月, 2012 5 次提交
  3. 11 9月, 2011 2 次提交
  4. 25 5月, 2011 3 次提交
  5. 31 3月, 2011 1 次提交
  6. 11 3月, 2011 2 次提交
  7. 06 1月, 2011 3 次提交
  8. 04 12月, 2010 1 次提交
  9. 26 10月, 2010 2 次提交
  10. 25 10月, 2010 1 次提交
  11. 18 10月, 2010 1 次提交
  12. 09 8月, 2010 1 次提交
  13. 06 8月, 2010 1 次提交
  14. 04 8月, 2010 1 次提交
  15. 20 5月, 2010 2 次提交
  16. 14 5月, 2010 5 次提交
  17. 10 5月, 2010 2 次提交
  18. 27 2月, 2010 1 次提交
  19. 25 2月, 2010 1 次提交
  20. 10 12月, 2009 1 次提交
  21. 30 11月, 2009 1 次提交
    • J
      mtd: CFI cmdset_0002: enable erase-suspend-program · 2695eab9
      Joakim Tjernlund 提交于
      Erase-suspend for writing is required to avoid blocking applications
      that wish to write some data (to a NOR block other than the one being
      erased). Particularly, it solves some huge delays that an application
      (which writes to a UBIFS) will experience if UBI attaches to empty NOR
      flash. In this case the UBI background thread will erase a lot of blocks
      and the application can be blocked for minutes because of the "MTD/CFI
      chip lock".
      
      This feature has been disabled for years. Maybe this was because the old
      code turned it on for erase-suspend read-only chips also
      (cfip->EraseSuspend & 0x1). This is wrong and corrected now.
      
      This patch was tweaked by Norbert van Bolhuis.
      Signed-off-by: NNorbert van Bolhuis <nvbolhuis@aimvalley.nl>
      Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      2695eab9
  22. 20 9月, 2009 1 次提交