1. 07 8月, 2010 1 次提交
  2. 14 5月, 2010 1 次提交
  3. 27 2月, 2010 1 次提交
  4. 16 2月, 2010 1 次提交
  5. 13 1月, 2010 1 次提交
    • R
      mtd: Really add ARM pismo support · f6a8c609
      Russell King - ARM Linux 提交于
      (Commit 7cb777a3 (mtd: add ARM pismo support)
      intended to add this, but seems only to have patched the Makefile without
      touching Kconfig or providing any code...)
      
      The following patch adds support for PISMO modules found on ARM Ltd
      development platforms.  These are MTD modules, and can have a
      selection of SRAM, flash or DOC devices as described by an on-board
      I2C EEPROM.
      
      We support SRAM and NOR flash devices only by registering appropriate
      conventional MTD platform devices as children of the 'pismo' device.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      f6a8c609
  6. 04 12月, 2009 1 次提交
  7. 09 11月, 2009 1 次提交
  8. 17 10月, 2009 1 次提交
  9. 25 9月, 2009 1 次提交
  10. 21 9月, 2009 1 次提交
  11. 20 9月, 2009 2 次提交
  12. 03 8月, 2009 1 次提交
  13. 06 6月, 2009 2 次提交
  14. 29 5月, 2009 1 次提交
  15. 25 3月, 2009 1 次提交
  16. 21 3月, 2009 1 次提交
  17. 10 3月, 2009 1 次提交
  18. 14 2月, 2009 1 次提交
  19. 05 1月, 2009 1 次提交
  20. 11 12月, 2008 1 次提交
  21. 27 9月, 2008 1 次提交
  22. 04 8月, 2008 1 次提交
  23. 02 8月, 2008 1 次提交
  24. 16 7月, 2008 1 次提交
  25. 12 7月, 2008 1 次提交
  26. 05 6月, 2008 2 次提交
  27. 08 5月, 2008 2 次提交
  28. 22 4月, 2008 1 次提交
  29. 08 1月, 2008 1 次提交
  30. 28 11月, 2007 1 次提交
    • S
      [MTD] fix CONFIG_MTD_SHARP_SL if CONFIG_MTD=m · 73061e4c
      Stanislav Brabec 提交于
      Sharp Zaurus SL-C3200 with CONFIG_MTD=m and CONFIG_MTD_SHARP_SL=y (as it
      is bool) lost support for the ROM flash. With CONFIG_MTD=y it has no
      problems.
      
      It is caused by losing of compiled code of
      drivers/mtd/maps/sharpsl-flash.o.
      It was linked to drivers/mtd/maps/built-in.o and drivers/mtd/built-in.o,
      but lost and not linked to drivers/built-in.o (because CONFIG_MTD!=y).
      
      Patch below fixes this problem by creating sharpsl-flash.ko (and the
      code works correctly as a module).
      Signed-off-by: NStanislav Brabec <utx@penguin.cz>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      73061e4c
  31. 20 10月, 2007 1 次提交
  32. 24 9月, 2007 2 次提交
  33. 10 9月, 2007 1 次提交
  34. 23 8月, 2007 2 次提交