1. 09 2月, 2007 1 次提交
  2. 26 9月, 2006 1 次提交
  3. 22 9月, 2006 1 次提交
  4. 29 6月, 2006 1 次提交
  5. 15 6月, 2006 1 次提交
  6. 30 5月, 2006 3 次提交
  7. 29 5月, 2006 1 次提交
  8. 23 5月, 2006 3 次提交
    • J
      [MTD] Introduce MTD_BIT_WRITEABLE · 5fa43394
      Joern Engel 提交于
      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: NJoern Engel <joern@wh.fh-wedel.de>
      5fa43394
    • J
      [MTD] Introduce writesize · 28318776
      Joern Engel 提交于
      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: NJoern Engel <joern@wh.fh-wedel.de>
      28318776
    • J
      [MTD] Use single flag to mark writeable devices. · 8ca9ed5d
      Joern Engel 提交于
      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: NJoern Engel <joern@wh.fh-wedel.de>
      8ca9ed5d
  9. 25 4月, 2006 1 次提交
  10. 17 4月, 2006 2 次提交
  11. 07 11月, 2005 2 次提交
  12. 23 5月, 2005 4 次提交
  13. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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