ARM: msm: Don't touch GIC registers outside of GIC code
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 5 Sep 2012 19:28:51 +0000 (12:28 -0700)
committerDavid Brown <davidb@codeaurora.org>
Thu, 13 Sep 2012 18:14:29 +0000 (11:14 -0700)
commit66a8950949c12a2600ff62e78b24f42ef8f6d28e
treec348c8ba6bf082bafaa44e390f3129ce2dd45b4c
parente8ea1ea90bfd90d3047924b77a3f76cf2147ada1
ARM: msm: Don't touch GIC registers outside of GIC code

The MSM code has some antiquated register writes to set up the
PPIs to be edge triggered. Now that we have the percpu irq
interface we don't need this code so let's remove it and update
the percpu irq user (msm_timer) to set the irq type.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/mach-msm/board-msm8960.c
arch/arm/mach-msm/board-msm8x60.c
arch/arm/mach-msm/platsmp.c
arch/arm/mach-msm/timer.c