1. 11 6月, 2008 1 次提交
  2. 21 5月, 2008 1 次提交
    • W
      Big white-space cleanup. · 53677ef1
      Wolfgang Denk 提交于
      This commit gets rid of a huge amount of silly white-space issues.
      Especially, all sequences of SPACEs followed by TAB characters get
      removed (unless they appear in print statements).
      
      Also remove all embedded "vim:" and "vi:" statements which hide
      indentation problems.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      53677ef1
  3. 21 4月, 2008 1 次提交
    • T
      PATCH - Fix oob data copied into supplied buffer · 84c01d3a
      Troy Kisky 提交于
      This patch correctly sets the oobavail variable
      and fixes a bug where the oob data was not valid when
      there where multiple groups in oobfree.
      
      First segment fixes a typo
      Second segment fixes a bug where oob data may be copied incorrectly.
      Third segment adds an error message when exiting due to write protect.
      Forth segment fixes a bug where oobavail may be set incorrectly.
      Signed-off-by: NTroy Kisky <troy.kisky@boundarydevices.com>
      84c01d3a
  4. 26 11月, 2007 1 次提交
  5. 10 7月, 2007 1 次提交
  6. 04 7月, 2007 1 次提交
  7. 05 5月, 2007 1 次提交
  8. 05 1月, 2007 1 次提交
    • S
      [PATCH] nand: Fix problem with oobsize calculation · cd1d937f
      Stefan Roese 提交于
      Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
      
      The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
      returns a 0x15. In the code fragment below bits [1:0] determine the
      page size, it is ANDed via "(extid & 0x3)" then shifted out. The
      next field is also ANDed with 0x3. However this is a one bit field
      as defined in the Hynix and Samsung parts in the 4th ID byte that
      determins the oobsize, not a two bit field. It works on Samsung as
      bits[3:2] are 01. However for the Hynix there is a 11 in these two
      bits, so the oob size gets messed up.
      
      I checked the correct linux code and the suggested fix from Brian is
      also available in the linux nand mtd driver.
      Signed-off-by: NStefan Roese <sr@denx.de>
      cd1d937f
  9. 22 12月, 2006 1 次提交
  10. 28 11月, 2006 3 次提交
  11. 04 11月, 2006 1 次提交
    • N
      NAND Flash verify across block boundaries · 04f899fc
      Nick Spence 提交于
      This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
      defined
      and the write crosses a block boundary. The pointer to the verification
      buffer (bufstart) is not being updated to reflect the starting of the
      new
      block so the verification of the second block fails.
      
      CHANGELOG:
      
      * Fix NAND FLASH page verification across block boundaries
      04f899fc
  12. 07 10月, 2006 1 次提交
  13. 09 4月, 2006 1 次提交
  14. 12 3月, 2006 1 次提交
  15. 06 3月, 2006 3 次提交
  16. 02 11月, 2005 1 次提交
  17. 15 9月, 2005 1 次提交
  18. 17 8月, 2005 1 次提交