1. 14 2月, 2009 1 次提交
  2. 05 1月, 2009 1 次提交
  3. 11 12月, 2008 1 次提交
  4. 27 9月, 2008 1 次提交
  5. 04 8月, 2008 1 次提交
  6. 02 8月, 2008 1 次提交
  7. 16 7月, 2008 1 次提交
  8. 12 7月, 2008 1 次提交
  9. 05 6月, 2008 2 次提交
  10. 08 5月, 2008 2 次提交
  11. 22 4月, 2008 1 次提交
  12. 08 1月, 2008 1 次提交
  13. 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
  14. 20 10月, 2007 1 次提交
  15. 24 9月, 2007 2 次提交
  16. 10 9月, 2007 1 次提交
  17. 23 8月, 2007 2 次提交
  18. 17 8月, 2007 1 次提交
    • D
      [POWERPC] Fixes to allow use of Ebony's flash chips through physmap_of · 0d279d47
      David Gibson 提交于
      This patch contains a handful of small fixes to allow the Ebony's
      flash to be exposed as MTD devices via the physmap_of driver.
      Specifically it:
      	- Makes a small addition to the device tree and zImage wrapper
      to record the correct address for the flash in the device tree based
      on the board switches as reported via an FPGA register.
      	- Prohibits building the old hard-coded "Ebony" flash map on
      arch/powerpc kernels, in favour of using physmap_of's device tree
      based approach.
      	- Enables MTD and physmap_of in the Ebony defconfig.
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      0d279d47
  19. 27 7月, 2007 1 次提交
  20. 11 7月, 2007 1 次提交
  21. 09 5月, 2007 2 次提交
  22. 20 4月, 2007 1 次提交
  23. 18 4月, 2007 1 次提交
  24. 03 4月, 2007 1 次提交
  25. 09 2月, 2007 1 次提交
    • A
      [MTD] CK804XROM must depend on PCI · 862c93b9
      akpm@osdl.org 提交于
      CONFIG_MTD_CK804XROM=y, CONFIG_PCI=n results in the following compile
      error:
      
        CC      drivers/mtd/maps/ck804xrom.o
      ck804xrom.c: In function 'ck804xrom_init_one':
      ck804xrom.c:114: error: implicit declaration of function 'pci_dev_get'
      ck804xrom.c:114: warning: assignment makes pointer from integer without a cast
      make[4]: *** [drivers/mtd/maps/ck804xrom.o] Error 1
      
      Considering what hardware this driver is driving, a dependency on PCI
      also seems logical.
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Cc: Ryan Jackson <rjackson@lnxi.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      862c93b9
  26. 12 12月, 2006 1 次提交
  27. 10 12月, 2006 1 次提交
  28. 08 12月, 2006 1 次提交
  29. 30 11月, 2006 1 次提交
  30. 29 11月, 2006 1 次提交
  31. 21 10月, 2006 1 次提交
  32. 22 9月, 2006 1 次提交
  33. 15 8月, 2006 1 次提交
  34. 09 6月, 2006 1 次提交
  35. 17 5月, 2006 1 次提交