1. 21 1月, 2011 1 次提交
    • D
      kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT · 6a108a14
      David Rientjes 提交于
      The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
      is used to configure any non-standard kernel with a much larger scope than
      only small devices.
      
      This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
      references to the option throughout the kernel.  A new CONFIG_EMBEDDED
      option is added that automatically selects CONFIG_EXPERT when enabled and
      can be used in the future to isolate options that should only be
      considered for embedded systems (RISC architectures, SLOB, etc).
      
      Calling the option "EXPERT" more accurately represents its intention: only
      expert users who understand the impact of the configuration changes they
      are making should enable it.
      Reviewed-by: NIngo Molnar <mingo@elte.hu>
      Acked-by: NDavid Woodhouse <david.woodhouse@intel.com>
      Signed-off-by: NDavid Rientjes <rientjes@google.com>
      Cc: Greg KH <gregkh@suse.de>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Robin Holt <holt@sgi.com>
      Cc: <linux-arch@vger.kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      6a108a14
  2. 20 12月, 2010 2 次提交
  3. 05 8月, 2010 2 次提交
  4. 17 5月, 2010 1 次提交
  5. 11 5月, 2010 1 次提交
  6. 10 5月, 2010 1 次提交
  7. 03 3月, 2010 1 次提交
  8. 27 2月, 2010 2 次提交
  9. 18 2月, 2010 3 次提交
  10. 25 1月, 2010 1 次提交
  11. 13 12月, 2009 1 次提交
  12. 08 12月, 2009 1 次提交
    • D
      pcmcia: CodingStyle fixes · 9fea84f4
      Dominik Brodowski 提交于
      Fix several CodingStyle issues in drivers/pcmcia/ . checkpatch.pl no longer
      reports errors in the PCMCIA core. The remaining warnings mostly relate to
      wrong indent -- PCMCIA historically used 4 spaces --, to lines over 80
      characters and to hundreds of typedefs. The cleanup of those will follow
      in the future.
      Signed-off-by: NDominik Brodowski <linux@dominikbrodowski.net>
      9fea84f4
  13. 07 12月, 2009 1 次提交
    • R
      Fix soc_common PCMCIA configuration · 1bf8e621
      Russell King 提交于
      Jonathan Cameron reports that building PCMCIA as modules doesn't work:
      
      As module get a load of undefined symbols:
      ERROR: "soc_pcmcia_request_irqs" [drivers/pcmcia/pxa2xx_stargate2.ko] undefined!
      ERROR: "soc_pcmcia_free_irqs" [drivers/pcmcia/pxa2xx_stargate2.ko] undefined!
      ERROR: "soc_pcmcia_enable_irqs" [drivers/pcmcia/pxa2xx_stargate2.ko] undefined!
      ERROR: "soc_pcmcia_disable_irqs" [drivers/pcmcia/pxa2xx_stargate2.ko] undefined!
      ERROR: "soc_pcmcia_add_one" [drivers/pcmcia/pxa2xx_base.ko] undefined!
      ERROR: "soc_common_pcmcia_get_timing" [drivers/pcmcia/pxa2xx_base.ko] undefined!
      ERROR: "soc_pcmcia_remove_one" [drivers/pcmcia/pxa2xx_base.ko] undefined!
      make[1]: *** [__modpost] Error 1
      make: *** [modules] Error 2
      
      This is because soc_common tries to be built-in, but it should be a module.
      Allow soc_common to be a module.
      Reported-by: NJonathan Cameron <jic23@cam.ac.uk>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      1bf8e621
  14. 09 11月, 2009 2 次提交
  15. 01 10月, 2009 1 次提交
  16. 05 6月, 2009 1 次提交
  17. 15 12月, 2008 1 次提交
  18. 28 10月, 2008 1 次提交
    • P
      sh: Kill off long-dead HD64465 cchip support. · 3eeebf17
      Paul Mundt 提交于
      This code has been dead for many years. The last update it received
      was in 2003 in order to update it for the driver model changes, though
      it had already been in disarray and unused before that point. The only
      boards that ever used this chip have not had users in many years either,
      so it is finally safe to just kill it off and move on with life.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      3eeebf17
  19. 07 10月, 2008 1 次提交
  20. 09 9月, 2008 1 次提交
  21. 10 7月, 2008 1 次提交
  22. 24 6月, 2008 1 次提交
  23. 29 4月, 2008 1 次提交
    • A
      ARM: always select HAVE_IDE · 2064c946
      Adrian Bunk 提交于
      It's plain wrong for PCMCIA to select HAVE_IDE that implies e.g. the
      availability of an asm/ide.h
      
      It turns out this was done for ARM, and we can simply always select 
      HAVE_IDE on ARM instead of manually tracking which platforms might 
      possible have an IDE controller directly or indirectly.
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Cc: Russell King <rmk+lkml@arm.linux.org.uk>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      2064c946
  24. 21 4月, 2008 1 次提交
  25. 19 4月, 2008 1 次提交
  26. 09 2月, 2008 1 次提交
  27. 17 10月, 2007 2 次提交
  28. 10 7月, 2007 1 次提交
  29. 11 7月, 2006 1 次提交
    • A
      [PATCH] don't select CONFIG_HOTPLUG · 135c294f
      Andrew Morton 提交于
      It's useful to be able to turn off CONFIG_HOTPLUG for compile-coverage testing
      and for section-checking coverage.  But a few things go and select
      CONFIG_HOTPLUG, making it a royal PITA to turn the thing off.
      
      It's only turnable offable if CONFIG_EMBEDDED anyway.  So let's make those
      things depend on HOTPLUG, not select it.
      
      Cc: Greg KH <greg@kroah.com>
      Cc: Dominik Brodowski <linux@dominikbrodowski.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      135c294f
  30. 22 4月, 2006 1 次提交
  31. 31 3月, 2006 1 次提交
  32. 06 1月, 2006 2 次提交