An error occurred fetching the project authors.
  1. 13 Sep, 2012 1 commit
    • Stephen Boyd's avatar
      ARM: msm: Allow timer.c to compile on multiple targets · 4312a7ef
      Stephen Boyd authored
      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: default avatarStephen Boyd <sboyd@codeaurora.org>
      Signed-off-by: default avatarDavid Brown <davidb@codeaurora.org>
      4312a7ef
  2. 08 May, 2012 1 commit
  3. 13 Apr, 2012 1 commit
    • Daniel Walker's avatar
      arm: msm: trout: fix compile failure · 204241c2
      Daniel Walker authored
      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: default avatarDaniel 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: default avatarDavid Brown <davidb@codeaurora.org>
      204241c2
  4. 07 Mar, 2012 1 commit
  5. 17 Oct, 2011 1 commit
  6. 21 Aug, 2011 1 commit
  7. 28 Feb, 2011 1 commit
  8. 28 Jan, 2011 1 commit
  9. 20 Oct, 2010 1 commit
    • Nicolas Pitre's avatar
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre authored
      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: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  10. 16 Jul, 2010 1 commit
  11. 17 Jun, 2010 1 commit
  12. 13 May, 2010 1 commit
  13. 12 May, 2010 2 commits
  14. 20 Nov, 2009 2 commits
  15. 28 Jan, 2009 1 commit
    • Russell King's avatar
      [ARM] msm: fix build errors · 9ce8bb55
      Russell King authored
      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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      9ce8bb55
  16. 22 Oct, 2008 2 commits
  17. 06 Sep, 2008 1 commit
  18. 07 Aug, 2008 2 commits
  19. 26 Jan, 2008 1 commit