1. 08 May, 2009 1 commit
  2. 29 Apr, 2009 1 commit
    • Steven A. Falco's avatar
      mtd: Bug in m25p80.c during whole-chip erase · 3f33b0aa
      Steven A. Falco authored
      There is a logic error in "whole chip erase" for the m25p80 family.  If
      the whole device is successfully erased, erase_chip() will return 0, and
      the code will fall through to the "else" clause, and do sector-by-sector
      erase in addition to the whole-chip erase.  This patch corrects that.
      
      Also, the MAX_READY_WAIT_COUNT is insufficient for an m25p16 connected
      to a 400 MHz powerpc.  Increasing it allows me to successfully program
      the device on my board.
      Signed-off-by: default avatarSteven A. Falco <sfalco@harris.com>
      Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
      3f33b0aa
  3. 19 Apr, 2009 2 commits
  4. 14 Apr, 2009 27 commits
  5. 13 Apr, 2009 9 commits