1. 16 Nov, 2006 1 commit
    • Kyungmin Park's avatar
      MTD: OneNAND: interrupt based wait support · 2c22120f
      Kyungmin Park authored
        We can use the two methods to wait.
        1. polling: read interrupt status register
        2. interrupt: use kernel ineterrupt mechanism
      
        To use interrupt method, you first connect onenand interrupt pin to your
      platform and configure interrupt properly
      
      Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
      2c22120f
  2. 26 Oct, 2006 1 commit
    • Ricard Wanderlöf's avatar
      [MTD] NAND: Fix nand_default_mark_blockbad() when flash-based BBT disabled · ff0dab64
      Ricard Wanderlöf authored
      When a flash-based BBT is not used, nand_default_mark_blockbad() is supposed
      to mark the block bad in the oob. However, it sets the wrong length variable
      so that no bad block marker is in fact written. This patch attempts to
      rectify that.
      
      (As note, it seems to be that logically, it shouldn't be necessary to set
      both length variables, as one appears to be for the main buffer, and
      one for the oob buffer, but this is how it is done in several places,
      including the code for the mtd character device MEMWRITEOOB and MEMREADOOB
      ioctls. I'm not sure if this is a temporary solution during some rework of
      the mtd infrastructure, or whether there is a deeper thought here.)
      Signed-off-by: default avatarRicard Wanderlöf <ricardw@axis.com>
      Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
      ff0dab64
  3. 22 Oct, 2006 1 commit
  4. 21 Oct, 2006 20 commits
  5. 20 Oct, 2006 17 commits