1. 25 May, 2006 12 commits
  2. 24 May, 2006 6 commits
  3. 23 May, 2006 20 commits
  4. 22 May, 2006 2 commits
    • David Woodhouse's avatar
      [JFFS2] Remove flash offset argument from various functions. · 9fe4854c
      David Woodhouse authored
      We don't need the upper layers to deal with the physical offset. It's
      _always_ c->nextblock->offset + c->sector_size - c->nextblock->free_size
      so we might as well just let the actual write functions deal with that.
      Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
      9fe4854c
    • Joern Engel's avatar
      [MTD] Introduce MTD_BIT_WRITEABLE · 5fa43394
      Joern Engel authored
      o Add a flag MTD_BIT_WRITEABLE for devices that allow single bits to be
        cleared.
      o Replace MTD_PROGRAM_REGIONS with a cleared MTD_BIT_WRITEABLE flag for
        STMicro and Intel Sibley flashes with internal ECC.  Those flashes
        disallow clearing of single bits, unlike regular NOR flashes, so the
        new flag models their behaviour better.
      o Remove MTD_ECC.  After the STMicro/Sibley merge, this flag is only set
        and never checked.
      Signed-off-by: default avatarJoern Engel <joern@wh.fh-wedel.de>
      5fa43394