1. 29 Jun, 2006 1 commit
  2. 18 Jun, 2006 1 commit
  3. 14 Jun, 2006 1 commit
  4. 30 May, 2006 2 commits
  5. 29 May, 2006 2 commits
  6. 22 May, 2006 3 commits
    • 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
    • Joern Engel's avatar
      [MTD] Introduce writesize · 28318776
      Joern Engel authored
      
      At least two flashes exists that have the concept of a minimum write unit,
      similar to NAND pages, but no other NAND characteristics.  Therefore, rename
      the minimum write unit to "writesize" for all flashes, including NAND.
      Signed-off-by: default avatarJoern Engel <joern@wh.fh-wedel.de>
      28318776
    • Joern Engel's avatar
      [MTD] Use single flag to mark writeable devices. · 8ca9ed5d
      Joern Engel authored
      
      Two flags exist to decide whether a device is writeable or not.  None of
      those two flags is checked for independently, so they are clearly redundant,
      if not an invitation to bugs.  This patch removed both of them, replacing
      them with a single new flag.
      Signed-off-by: default avatarJoern Engel <joern@wh.fh-wedel.de>
      8ca9ed5d
  7. 25 Apr, 2006 1 commit
  8. 17 Apr, 2006 2 commits
  9. 07 Nov, 2005 1 commit
  10. 06 Nov, 2005 1 commit
    • Nicolas Pitre's avatar
      {MTD] add support for Intel's "Sibley" flash · 638d9838
      Nicolas Pitre authored
      
      This updates the Primary Vendor-Specific Extended Query parsing to
      version 1.4 in order to get the information about the Configurable
      Programming Mode regions implemented in the Sibley flash, as well as
      selecting the appropriate write command code.
      
      This flash does not behave like traditional NOR flash when writing data.
      While mtdblock should just work, further changes are needed for JFFS2 use.
      Signed-off-by: default avatarNicolas Pitre <nico@cam.org>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      638d9838
  11. 23 May, 2005 4 commits
  12. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4