1. 25 12月, 2012 1 次提交
  2. 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
  3. 08 5月, 2012 1 次提交
  4. 14 4月, 2012 1 次提交
  5. 07 3月, 2012 1 次提交
  6. 17 10月, 2011 1 次提交
  7. 22 8月, 2011 1 次提交
  8. 29 1月, 2011 1 次提交
  9. 28 10月, 2010 1 次提交
    • D
      msm: fix compile failure on struct membank node member · 79d98313
      Daniel Walker 提交于
      In commit be370302
      "ARM: Remove DISCONTIGMEM support", it removed this "node" member
      which cased the following compile failure in mach-msm,
      
      linux/arch/arm/mach-msm/board-halibut.c: In function 'halibut_fixup':
      linux/arch/arm/mach-msm/board-halibut.c:86: error: 'struct membank' has no member named 'node'
      linux/arch/arm/mach-msm/board-halibut.c:86: error: implicit declaration of function 'PHYS_TO_NID'
      
      I've removed the access to the node member which corrects the
      compile failure.
      Signed-off-by: NDaniel Walker <dwalker@codeaurora.org>
      79d98313
  10. 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
  11. 14 5月, 2010 1 次提交
  12. 13 5月, 2010 2 次提交
  13. 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
  14. 22 10月, 2008 2 次提交
  15. 06 9月, 2008 1 次提交
  16. 07 8月, 2008 2 次提交
  17. 26 1月, 2008 1 次提交