linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add support to enable ARM PMU for EXYNOS
@ 2012-08-29  1:14 Chanho Park
  2012-08-29  1:14 ` [PATCH v3 1/4] ARM: EXYNOS: Add set_irq_affinity function for combiner_irq Chanho Park
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Chanho Park @ 2012-08-29  1:14 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset fixes irq numbers of ARM Performance Monitoring unit and enable it
for Perf(Performance Counter) on the exynos 4 and 5. The exynos4 and 5 use 2
more cpu cores which has its own pmu.
The exynos uses combiner-irq type for arm-pmu. Especially, the exynos4412 has 4
extra combined irq groups. So, we need to change a max combiner number.
To enable perf, we need also to implement a set_irq_affinity function about the
combiner-irq. After applying this patch, we can use the perf for the exynos
machine.

Changes from v2:
 - Convert to dt binding of exynos5250

Changes from v1:
 - Split arm-pmu init of exynos from plat-samsung
 - Correct combined irqs of exynos4412
 - Use soc_is_xxx function instead of CONFIG_XXX to identify dynamically

Chanho Park (4):
  ARM: EXYNOS: Add set_irq_affinity function for combiner_irq
  ARM: EXYNOS: Correct combined IRQs for exynos4412
  ARM: EXYNOS: Enable PMUs for exynos4
  ARM: EXYNOS: Add arm-pmu DT binding for exynos5250

 arch/arm/boot/dts/exynos5250.dtsi        |    6 ++
 arch/arm/mach-exynos/common.c            |  106 ++++++++++++++++++++++++++----
 arch/arm/mach-exynos/include/mach/irqs.h |   10 ++-
 arch/arm/plat-samsung/devs.c             |    2 +-
 4 files changed, 109 insertions(+), 15 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-08-30  2:53 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-29  1:14 [PATCH v3 0/4] Add support to enable ARM PMU for EXYNOS Chanho Park
2012-08-29  1:14 ` [PATCH v3 1/4] ARM: EXYNOS: Add set_irq_affinity function for combiner_irq Chanho Park
2012-08-29 11:01   ` Thomas Abraham
2012-08-29  1:14 ` [PATCH v3 2/4] ARM: EXYNOS: Correct combined IRQs for exynos4412 Chanho Park
2012-08-29 11:09   ` Thomas Abraham
2012-08-30  2:53     ` Chanho Park
2012-08-29  1:14 ` [PATCH v3 3/4] ARM: EXYNOS: Enable PMUs for exynos4 Chanho Park
2012-08-29  3:38   ` Sachin Kamat
2012-08-29  3:51     ` Chanho Park
2012-08-29 21:34   ` Will Deacon
2012-08-30  2:13     ` Chanho Park
2012-08-29  1:14 ` [PATCH v3 4/4] ARM: EXYNOS: Add arm-pmu DT binding for exynos5250 Chanho Park
2012-08-29 11:25   ` Thomas Abraham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).