]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2936c94f1e9b010c8ca2a77b5c7b8bafeac05b16
treec348c8ba6bf082bafaa44e390f3129ce2dd45b4c
parent1377ecfa722fb0cd27a987ab208d9c91bbcd56b8
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