From: Chanho Park Date: Wed, 12 Dec 2012 05:03:54 +0000 (+0900) Subject: ARM: EXYNOS: Enable PMUs for exynos4 X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~47^2~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7bbdbeebd94d63728d6caf12f2c4a670c5f3105;p=pandora-kernel.git ARM: EXYNOS: Enable PMUs for exynos4 This patch defines irq numbers of ARM performance monitoring unit for exynos4. Firs of all, we need to fix IRQ_PMU correctly and to split pmu initialization of exynos from plat-samsung for easily defining it. The number of CPU cores and PMU irq numbers are vary according to soc types. So, we need to identify each soc type using soc_is_xxx function and to define the pmu irqs dynamically. For example, the exynos4412 has 4 cpu cores and pmus. Signed-off-by: Chanho Park Signed-off-by: Kyungmin Park Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed