1. 09 2月, 2007 1 次提交
  2. 13 1月, 2007 1 次提交
  3. 10 1月, 2007 2 次提交
  4. 03 1月, 2007 1 次提交
  5. 19 12月, 2006 1 次提交
  6. 10 12月, 2006 1 次提交
  7. 09 12月, 2006 1 次提交
  8. 08 12月, 2006 3 次提交
  9. 04 12月, 2006 1 次提交
  10. 29 11月, 2006 2 次提交
    • A
      [MTD] return error code from get_mtd_device() · 9c74034f
      Artem Bityutskiy 提交于
      get_mtd_device() returns NULL in case of any failure. Teach it to return an
      error code instead. Fix all users as well.
      Signed-off-by: NArtem Bityutskiy <dedekind@infradead.org>
      9c74034f
    • V
      [MTD] [NAND] remove len/ooblen confusion. · 7014568b
      Vitaly Wool 提交于
      As was discussed between Ricard Wanderlöf, David Woodhouse, Artem 
      Bityutskiy and me, the current API for reading/writing OOB is confusing. 
      
      The thing that introduces confusion is the need to specify ops.len 
      together with ops.ooblen for reads/writes that concern only OOB not data 
      area. So, ops.len is overloaded: when ops.datbuf != NULL it serves to 
      specify the length of the data read, and when ops.datbuf == NULL, it 
      serves to specify the full OOB read length.
      
      The patch inlined below is the slightly updated version of the previous 
      patch serving the same purpose, but with the new Artem's comments taken 
      into account.
      
      Artem, BTW, thanks a lot for your valuable input!
      Signed-off-by: NVitaly Wool <vwool@ru.mvista.com>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      7014568b
  11. 21 10月, 2006 2 次提交
  12. 12 10月, 2006 1 次提交
  13. 04 10月, 2006 1 次提交
    • J
      [JFFS2] kill warning RE debug-only variables · a6b1d82d
      Jeff Garzik 提交于
      gcc emits the following warning on a 'allmodconfig' build:
      
      fs/jffs2/xattr.c: In function ‘unrefer_xattr_datum’:
      fs/jffs2/xattr.c:402: warning: unused variable ‘version’
      fs/jffs2/xattr.c:402: warning: unused variable ‘xid’
      
      Given that these variables are only used in the debug printk, and they
      merely remove a deref, we can easily kill the warning by adding the
      derefs to the debug printk.
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      a6b1d82d
  14. 01 10月, 2006 3 次提交
  15. 27 9月, 2006 2 次提交
  16. 22 9月, 2006 1 次提交
  17. 17 9月, 2006 1 次提交
  18. 16 9月, 2006 1 次提交
  19. 16 8月, 2006 1 次提交
  20. 07 7月, 2006 1 次提交
  21. 02 7月, 2006 1 次提交
  22. 01 7月, 2006 1 次提交
  23. 30 6月, 2006 1 次提交
  24. 29 6月, 2006 2 次提交
  25. 27 6月, 2006 7 次提交