1. 07 12月, 2012 1 次提交
  2. 03 10月, 2012 1 次提交
  3. 18 5月, 2012 1 次提交
  4. 22 4月, 2012 1 次提交
    • S
      mmc: remove imxmmc driver · 6187fee4
      Sascha Hauer 提交于
      This driver is broken since 2.6.31 when the traditional i.MX1
      support was removed.
      
      In theory the i.MX1 mmc controller can be supported by the mxcmmc
      driver which basically is the same hardware. However, the i.MX1
      controller has severe bugs which made several workarounds necessary which
      resulted in a different driver structure. At that time it seemed easier
      to write a second driver to support hardware without bugs.
      
      As noone cared for the i.MX1 driver for a long time and it does
      not compile, remove it.
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      6187fee4
  5. 26 3月, 2012 1 次提交
  6. 03 3月, 2012 1 次提交
    • K
      ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX · b130d5c2
      Kukjin Kim 提交于
      This patch changes the ARCH name to "ARCH_S3C24XX" for Samsung
      S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443,
      and S3C2450 SoCs so that we can merge the mach-xxx directories
      and plat-s3c24xx dir. to just one mach-s3c24xx for them.
      
      I think this should be sent to upstream via samsung tree because
      this touches many samsung stuff.
      
      Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      Cc: Richard Purdie <rpurdie@rpsys.net>
      Cc: Chris Ball <cjb@laptop.org>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: Alessandro Zummo <a.zummo@towertech.it>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Cc: Greg Kroah-Hartman <gregkh@suse.de>
      [for the gadget part:]
      Acked-by: NFelipe Balbi <balbi@ti.com>
      [for the framebuffer (video) part:]
      Acked-by: NFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
      [For the watchdog-part:]
      Acked-by: NWim Van Sebroeck <wim@iguana.be>
      Cc: Sangbeom Kim <sbkim73@samsung.com>
      Cc: Liam Girdwood <lrg@ti.com>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      b130d5c2
  7. 25 1月, 2012 1 次提交
    • F
      drivers: misc: Remove MISC_DEVICES config option · 7c5763b8
      Fabio Estevam 提交于
      MISC_DEVICES option alone does not select any kernel code and can cause dependency build warnings, such as:
      
      warning: (KS8851 && AX88796_93CX6 && RTL8180 && RTL8187 && ADM8211 && RT2400PCI && RT2500PCI && RT61PCI && RT2800PCI && R8187SE) selects EEPROM_93CX6 which has unmet direct dependencies (MISC_DEVICES)
      
      As the current drivers/misc/Kconfig stands, it is only possible to select the drivers below if MISC_DEVICES option is selected:
      
      source "drivers/misc/c2port/Kconfig"
      source "drivers/misc/eeprom/Kconfig"
      source "drivers/misc/cb710/Kconfig"
      source "drivers/misc/iwmc3200top/Kconfig"
      source "drivers/misc/ti-st/Kconfig"
      source "drivers/misc/lis3lv02d/Kconfig"
      source "drivers/misc/carma/Kconfig"
      source "drivers/misc/altera-stapl/Kconfig"
      
      So remove MISC_DEVICES option so that nothing is dependant on it.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      7c5763b8
  8. 27 10月, 2011 2 次提交
  9. 25 10月, 2011 1 次提交
  10. 21 7月, 2011 7 次提交
  11. 25 5月, 2011 2 次提交
  12. 28 3月, 2011 1 次提交
  13. 25 3月, 2011 2 次提交
  14. 16 3月, 2011 2 次提交
  15. 28 1月, 2011 1 次提交
  16. 09 1月, 2011 3 次提交
  17. 05 1月, 2011 1 次提交
  18. 04 1月, 2011 1 次提交
  19. 25 11月, 2010 1 次提交
  20. 02 11月, 2010 1 次提交
  21. 26 10月, 2010 1 次提交
  22. 25 10月, 2010 1 次提交
  23. 23 10月, 2010 3 次提交
  24. 21 8月, 2010 1 次提交
  25. 11 8月, 2010 1 次提交
  26. 10 8月, 2010 1 次提交