1. 28 11月, 2011 14 次提交
  2. 22 11月, 2011 2 次提交
  3. 18 11月, 2011 2 次提交
  4. 15 11月, 2011 1 次提交
  5. 12 11月, 2011 4 次提交
  6. 11 11月, 2011 13 次提交
  7. 10 11月, 2011 4 次提交
    • M
      ARM: mach-shmobile: sh7372 A3SP no_suspend_console fix · 056879d2
      Magnus Damm 提交于
      If "no_suspend_irq" is used on the sh7372 Mackerel board
      with v3.2-rc1 then Suspend-to-RAM fails because the serial
      console tries to write to the SCIF driver even though the
      power domain is turned off.
      
      This patch checks the state of "console_suspend_enabled"
      to see if A3SP should be forced enabled.
      Signed-off-by: NMagnus Damm <damm@opensource.se>
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      056879d2
    • G
      PM / shmobile: Don't skip debugging output in pd_power_up() · be2658ff
      Guennadi Liakhovetski 提交于
      Don't skip debugging output upon earlier loop termination in pd_power_up().
      Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
      Acked-by: NMagnus Damm <damm@opensource.se>
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      be2658ff
    • F
      ARM: 7155/1: arch.h: Declare 'pt_regs' locally · 1a1f2be2
      Fabio Estevam 提交于
      Fix the following warning when building imx_v4_v5_defconfig target:
      
        CC      arch/arm/mach-imx/mach-imx27ipcam.o
      In file included from arch/arm/mach-imx/mach-imx27ipcam.c:18:
      /home/fabio/linus/linux-2.6/arch/arm/include/asm/mach/arch.h:47: warning: 'struct pt_regs' declared inside parameter list
      /home/fabio/linus/linux-2.6/arch/arm/include/asm/mach/arch.h:47: warning: its scope is only this definition or declaration, which is probably not what you want
      arch/arm/mach-imx/mach-imx27ipcam.c:78: warning: initialization from incompatible pointer type
      
      Declare 'struct pt_regs' locally.
      
      Cc: Eric Miao <eric.miao@canonical.com>
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      1a1f2be2
    • M
      ARM: 7154/1: mach-bcmring: fix build error in dma.c · 5fc86281
      Maxin B. John 提交于
      Fixes this build error:
      
       CC      arch/arm/mach-bcmring/dma.o
      arch/arm/mach-bcmring/dma.c: In function 'dma_request_channel_dbg':
      arch/arm/mach-bcmring/dma.c:1022: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function)
      arch/arm/mach-bcmring/dma.c:1022: error: (Each undeclared identifier is reported only once
      arch/arm/mach-bcmring/dma.c:1022: error: for each function it appears in.)
      arch/arm/mach-bcmring/dma.c:1024: error: implicit declaration of function 'schedule'
      arch/arm/mach-bcmring/dma.c:1027: error: implicit declaration of function 'signal_pending'
      arch/arm/mach-bcmring/dma.c: In function 'dma_free_channel':
      arch/arm/mach-bcmring/dma.c:1092: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function)
      arch/arm/mach-bcmring/dma.c: In function 'dma_map_add_region':
      arch/arm/mach-bcmring/dma.c:1946: error: dereferencing pointer to incomplete type
      arch/arm/mach-bcmring/dma.c:1948: error: dereferencing pointer to incomplete type
      arch/arm/mach-bcmring/dma.c:1955: error: dereferencing pointer to incomplete type
      make[1]: *** [arch/arm/mach-bcmring/dma.o] Error 1
      make: *** [arch/arm/mach-bcmring] Error 2
      Signed-off-by: NMaxin B. John <maxin.john@gmail.com>
      Reviewed-by: NJiandong Zheng <jdzheng@broadcom.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      5fc86281
新手
引导
客服 返回
顶部