> -----Original Message----- > From: Will Deacon [mailto:will.deacon@xxxxxxx] > Sent: Friday, July 27, 2012 6:02 PM > To: Chanho Park > Cc: kgene.kim@xxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; linux- > samsung-soc@xxxxxxxxxxxxxxx; sachin.kamat@xxxxxxxxxx; > linux@xxxxxxxxxxxxxxxx; Kyungmin Park > Subject: Re: [PATCHv2 3/3] ARM: EXYNOS: Enable PMUs for exynos4/5 > > On Fri, Jul 27, 2012 at 09:08:29AM +0100, Chanho Park wrote: > > This patch define irq numbers of ARM performance monitoring unit for > exynos4/5. > > 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 > > define the pmu irqs dynamically. In case of exynos4412, there are 4 cpu > cores and pmus. > > We have devicetree bindings for the PMU -- why can't you use those instead > of probing the SoC all the time? Hi Will, Exynos4 isn't fully supported the DT yet. Thus, we should support legacy probing. I'll support the DT for PMU after applied this patch. Thank you Best regards, Chanho Park > > Will -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html