1. 06 3月, 2013 1 次提交
  2. 25 12月, 2012 1 次提交
  3. 14 9月, 2012 1 次提交
    • S
      ARM: msm: Allow timer.c to compile on multiple targets · 4312a7ef
      Stephen Boyd 提交于
      The timer code relies on #defines from mach/iomap.h, cpu_is_*()
      checks, and a global irq #define. All this makes this file
      impossible to compile in a mult-target build. Therefore, make a
      sys_timer struct for each SoC so that machine descriptors can
      reference the correct timer. Then go through and replace all the
      defines with raw values that are passed to a common
      initialization function.
      
      This paves the way to adding DT support to this code as well as
      allows us to compile this file on multiple targets at the same
      time.
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      Signed-off-by: NDavid Brown <davidb@codeaurora.org>
      4312a7ef
  4. 08 5月, 2012 1 次提交
  5. 14 4月, 2012 1 次提交
    • D
      arm: msm: trout: fix compile failure · 204241c2
      Daniel Walker 提交于
      Fixes the following warnings,
      
      arch/arm/mach-msm/board-trout.c: In function 'trout_init':
      arch/arm/mach-msm/board-trout.c:71: error: 'system_rev' undeclared (first use in this function)
      arch/arm/mach-msm/board-trout.c:71: error: (Each undeclared identifier is reported only once
      arch/arm/mach-msm/board-trout.c:71: error: for each function it appears in.)
      
      and
      
      arch/arm/mach-msm/board-trout-panel.c: In function 'trout_init_panel':
      arch/arm/mach-msm/board-trout-panel.c:267: error: 'system_rev' undeclared (first use in this function)
      arch/arm/mach-msm/board-trout-panel.c:267: error: (Each undeclared identifier is reported only once
      arch/arm/mach-msm/board-trout-panel.c:267: error: for each function it appears in.)
      
      This came in with the following commit 9f97da78
      which removes asm/system.h
      Signed-off-by: NDaniel Walker <dwalker@fifo99.com>
      cc: David Howells <dhowells@redhat.com>
      cc: Bryan Huntsman <bryanh@codeaurora.org>
      cc: linux-arm-msm@vger.kernel.org
      cc: linux-arm-kernel@lists.infradead.org
      Signed-off-by: NDavid Brown <davidb@codeaurora.org>
      204241c2
  6. 07 3月, 2012 1 次提交
  7. 17 10月, 2011 1 次提交
  8. 22 8月, 2011 1 次提交
  9. 01 3月, 2011 1 次提交
  10. 29 1月, 2011 1 次提交
  11. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  12. 16 7月, 2010 1 次提交
  13. 18 6月, 2010 1 次提交
  14. 14 5月, 2010 1 次提交
  15. 13 5月, 2010 2 次提交
  16. 20 11月, 2009 2 次提交
  17. 28 1月, 2009 1 次提交
    • R
      [ARM] msm: fix build errors · 9ce8bb55
      Russell King 提交于
      arch/arm/mach-msm/board-halibut.c:45: error: implicit declaration of function 'MSM_GPIO_TO_INT'
      arch/arm/mach-msm/board-halibut.c:45: error: initializer element is not constant
      arch/arm/mach-msm/board-halibut.c:45: error: (near initialization for 'smc91x_resources[1].start')
      arch/arm/mach-msm/board-halibut.c:46: error: initializer element is not constant
      arch/arm/mach-msm/board-halibut.c:46: error: (near initialization for 'smc91x_resources[1].end')
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      9ce8bb55
  18. 22 10月, 2008 2 次提交
  19. 06 9月, 2008 1 次提交
  20. 07 8月, 2008 2 次提交
  21. 26 1月, 2008 1 次提交