1. 18 10月, 2008 1 次提交
    • C
      [MTD] cfi_cmdset_0002.c: Add Macronix CFI V1.0 TopBottom detection · 87e92c06
      Christopher Moore 提交于
      This patch adds TopBottom detection for most Macronix chips with CFI V1.0.
      
      The main purpose of this patch is to add detection of the MX29LV400C B
      used on the LaCie Ethernet Disk mini V2 NAS.
      
      It detects the following parts correctly:-
      MX28F640C3B T
      MX29LV002C  B
      MX29LV002NC B
      MX29LV004C  T
      MX29LV400C  T/B
      MX29LV800C  T/B
      MX29LV160C  T/B
      MX29SL800C  T/B
      MX29SL802C  T/B
      
      It detects the following uniform part as bottom but it should work
      correctly:-
      MX29LV040C
      
      For T parts it causes the erase block table to be reversed correctly.
      For other parts it avoids the bogus "Assuming top" message.
      
      It does not detect the following correctly:-
      MX28F640C3B B
      MX29LV002C  T
      MX29LV002NC T
      MX29LV004C  B
      MX29SL400C  T/B
      MX29SL402C  T/B
      
      If desired I could supply a more complicated patch to handle these as
      well.
      
      Only the MX29LV400C B has been physically tested; others were checked
      against their data sheets.
      Signed-off-by: NChristopher Moore <moore@free.fr>
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      87e92c06
  2. 05 6月, 2008 1 次提交
  3. 23 4月, 2008 2 次提交
  4. 09 4月, 2008 1 次提交
  5. 03 2月, 2008 1 次提交
  6. 11 1月, 2008 1 次提交
  7. 31 10月, 2007 1 次提交
  8. 29 6月, 2007 1 次提交
  9. 08 3月, 2007 1 次提交
  10. 29 11月, 2006 1 次提交
  11. 21 10月, 2006 1 次提交
  12. 22 9月, 2006 1 次提交
  13. 16 9月, 2006 1 次提交
  14. 17 8月, 2006 2 次提交
  15. 01 7月, 2006 1 次提交
  16. 14 6月, 2006 1 次提交
  17. 09 5月, 2006 2 次提交
  18. 07 11月, 2005 3 次提交
  19. 04 8月, 2005 1 次提交
    • T
      [MTD] CHIPS: Recognize Spansion CFI 1.4 chips · d88f977b
      Todd Poynor 提交于
      Modify Amd/Fujitsu CFI NOR flash primary vendor extension table revision
      check to recognize version 1.4.  Verified the existing driver can
      handle version 1.4 chips without additional info from 1.4 extended table.
      
      Move the primary vendor extension table revision check from common file
      to the 3 CFI chip driver files, since the data structures and revisions
      handled by those data structures are specific to the chip driver.
      
      Modify the error message printed when the revision is unknown to be a
      KERN_ERR instead of WARNING since this will cause mtd to ignore the chip.
      Signed-off-by: NTodd Poynor <tpoynor@mvista.com>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      d88f977b
  20. 07 7月, 2005 1 次提交
  21. 05 7月, 2005 1 次提交
  22. 29 6月, 2005 1 次提交
  23. 24 5月, 2005 1 次提交
  24. 23 5月, 2005 1 次提交
  25. 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