1. 11 2月, 2014 1 次提交
    • L
      ARM: pxa: fix various compilation problems · 9705e746
      Linus Walleij 提交于
      Due to commit 88f718e3
      "ARM: pxa: delete the custom GPIO header" some drivers fail
      compilation, for example like this:
      
      In file included from sound/soc/pxa/spitz.c:28:0:
      sound/soc/pxa/spitz.c: In function ‘spitz_ext_control’:
      arch/arm/mach-pxa/include/mach/spitz.h:111:30: error:
      ‘PXA_NR_BUILTIN_GPIO’ undeclared (first use in this function)
       #define SPITZ_SCP_GPIO_BASE (PXA_NR_BUILTIN_GPIO)
      (etc.)
      
      This is caused by implicit inclusion of <mach/irqs.h> from
      various board-specific headers under <mach/*> in the PXA
      platform. So we take a sweep over these, and for every such
      header that uses PXA_NR_BUILTIN_GPIO or PXA_GPIO_TO_IRQ()
      we explicitly #include "irqs.h" so that we satisfy the
      dependency in the board include file alone.
      Reported-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Cc: stable@vger.kernel.org # v3.13+
      Signed-off-by: NKevin Hilman <khilman@linaro.org>
      9705e746
  2. 14 11月, 2011 1 次提交
  3. 08 10月, 2010 1 次提交
  4. 02 3月, 2010 1 次提交
  5. 07 8月, 2008 1 次提交
  6. 28 1月, 2008 1 次提交
    • R
      [ARM] 4744/1: pcm027: add support for phyCORE-PXA270 CPU module · 34e31d87
      Robert Schwebel 提交于
      This patch adds main support for the generic phyCORE-PXA270 CPU module
      (aka PCM-027). Its as generic as possible to support any kind of baseboard.
      
      Note: Neither the CPU module nor the pcm027.c implementation can work without
      a baseboard support. Baseboard support can be added by the PCM-990 or any
      custom variant.
      
      V2:
       After comments by Eric Miao:
        - Currently unsupported devices moved into separate patch
        - direct call of baseboard initialisation
      
      V3:
       After comments by Russell King
        - sort include files
        - setting RTC bit for power control removed
       - style problems fixed (discovered by checkpatch.pl)
      Signed-off-by: NJuergen Beisert <j.beisert@pengutronix.de>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      34e31d87