[patch v1 0/3] arm: support pmu irq routed from CTI
tom.leiming at gmail.com
tom.leiming at gmail.com
Tue Mar 1 11:58:28 EST 2011
Hi,
This patches support pmu irq routed from CTI, such as implemented
on OMAP4:
- introduce some CTI helpers and registers' definition
- introduce platform_data to pmu driver, so perf irq handler
can handle irq correctly if it is routed from CTI
- configure CTI on OMAP4 so that perf can work on OMAP4
The patches have been tested Ok on Pandaboard, and 'perf' does work
after applying them.
v1:
- rebase the patch set against 2.6.38-rc6-next-20110301, fix
conflicts, which is pointed out by Will Deacon
arch/arm/include/asm/cti.h | 177 +++++++++++++++++++++++++++++++++++++++++
arch/arm/include/asm/pmu.h | 12 +++
arch/arm/kernel/perf_event.c | 57 ++++++++++----
arch/arm/mach-omap2/dbg44xx.h | 18 ++++
arch/arm/mach-omap2/devices.c | 55 +++++++++++++-
thanks,
--
Lei Ming
More information about the linux-arm-kernel
mailing list