1. 04 1月, 2011 1 次提交
  2. 25 10月, 2010 1 次提交
  3. 18 10月, 2010 1 次提交
  4. 07 8月, 2010 1 次提交
  5. 26 7月, 2010 1 次提交
  6. 14 5月, 2010 1 次提交
  7. 27 2月, 2010 1 次提交
  8. 16 2月, 2010 1 次提交
  9. 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
  10. 04 12月, 2009 1 次提交
  11. 09 11月, 2009 1 次提交
  12. 17 10月, 2009 1 次提交
  13. 25 9月, 2009 1 次提交
  14. 21 9月, 2009 1 次提交
  15. 20 9月, 2009 2 次提交
  16. 03 8月, 2009 1 次提交
  17. 06 6月, 2009 2 次提交
  18. 29 5月, 2009 1 次提交
  19. 25 3月, 2009 1 次提交
  20. 21 3月, 2009 1 次提交
  21. 10 3月, 2009 1 次提交
  22. 14 2月, 2009 1 次提交
  23. 05 1月, 2009 1 次提交
  24. 11 12月, 2008 1 次提交
  25. 27 9月, 2008 1 次提交
  26. 04 8月, 2008 1 次提交
  27. 02 8月, 2008 1 次提交
  28. 16 7月, 2008 1 次提交
  29. 12 7月, 2008 1 次提交
  30. 05 6月, 2008 2 次提交
  31. 08 5月, 2008 2 次提交
  32. 22 4月, 2008 1 次提交
  33. 08 1月, 2008 1 次提交
  34. 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
  35. 20 10月, 2007 1 次提交
  36. 24 9月, 2007 1 次提交
    • D
      [MTD] map driver for NOR flash on the Intel Vermilion Range chipset · 0bac5111
      David Woodhouse 提交于
      The Vermilion Range Expansion Bus supports four chip selects, each of which
      has 64MiB of address space.  The 2nd BAR of the Expansion Bus PCI Device
      is a 256MiB memory region containing the address spaces for all four of
      the chip selects, with start addresses hardcoded on 64MiB boundaries.
      
      This map driver only supports NOR flash on chip select 0.  The buswidth
      (either 8 bits or 16 bits) is determined by reading the Expansion Bus Timing
      and Control Register for Chip Select 0 (EXP_TIMING_CS0).
      Signed-off-by: NAndy Lowe <alowe@mvista.com>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      0bac5111