1. 06 1月, 2010 1 次提交
  2. 01 1月, 2010 1 次提交
  3. 01 12月, 2009 1 次提交
  4. 09 11月, 2009 1 次提交
  5. 20 10月, 2009 1 次提交
  6. 20 9月, 2009 4 次提交
  7. 13 6月, 2009 1 次提交
  8. 08 6月, 2009 1 次提交
  9. 06 6月, 2009 1 次提交
  10. 06 4月, 2009 1 次提交
  11. 21 3月, 2009 2 次提交
  12. 20 3月, 2009 1 次提交
  13. 30 1月, 2009 1 次提交
  14. 29 1月, 2009 1 次提交
  15. 06 1月, 2009 1 次提交
  16. 16 12月, 2008 1 次提交
  17. 20 10月, 2008 1 次提交
  18. 18 10月, 2008 1 次提交
  19. 14 10月, 2008 1 次提交
  20. 10 10月, 2008 2 次提交
  21. 03 9月, 2008 1 次提交
  22. 02 9月, 2008 1 次提交
  23. 11 8月, 2008 2 次提交
  24. 04 8月, 2008 1 次提交
  25. 01 8月, 2008 2 次提交
  26. 11 7月, 2008 1 次提交
  27. 07 6月, 2008 2 次提交
  28. 05 6月, 2008 1 次提交
  29. 24 4月, 2008 1 次提交
  30. 23 4月, 2008 2 次提交
    • A
      [MTD] [NAND] FSL UPM NAND driver · 5c249c5a
      Anton Vorontsov 提交于
      This is very simple driver, NAND is connected through localbus,
      and User-Programmable Machine is doing various adjustments to
      speak NAND. No special efforts needed to do read and write cycles,
      though to control ALE and CLE phases, we ask UPM to generate exact
      pre-programmed signals on the localbus lines.
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      5c249c5a
    • E
      [MTD] [NAND] support for pxa3xx · fe69af00
      eric miao 提交于
      This is preliminary since:
      
      1. It supports only _one_ chip select at the moment. As there is no
         existing platforms available using two chip selects of the NAND
         controller, it shall really not include code for supporting the
         2nd chip select for now, as such code cannot be verified.
      
      2. It resorts to the default and simpliest memory based badblock
         table
      
      3. Only limited types of nand flash are currently supported. Most
         PXA3xx processors come with on-chip NAND flash dies, so there
         isn't much flexibility for other types of NAND.
      
      4. The NAND controller should be configured to detect the device's
         ID, thus making it difficult to use nand_scan_ident() to assist
         the detection process (though it's not impossible)
      
      TODO: fix all the above limitations of cuz :-)
      Signed-off-by: Neric miao <eric.miao@marvell.com>
      Cc: Sergey Podstavin <spodstavin@ru.mvista.com>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      fe69af00
  31. 28 3月, 2008 1 次提交