From: Stephen Boyd Date: Wed, 5 Sep 2012 19:28:51 +0000 (-0700) Subject: ARM: msm: Don't touch GIC registers outside of GIC code X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~61^2~12^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66a8950949c12a2600ff62e78b24f42ef8f6d28e;p=pandora-kernel.git 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 Signed-off-by: David Brown --- Reading git-diff-tree failed