From: Mark Rutland Date: Mon, 30 Jun 2014 11:20:21 +0000 (+0100) Subject: bus: cci: move away from arm_pmu framework X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~13^2~11^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6f85cb4305bd80658d19f7b097a7c36ef9912e2;p=pandora-kernel.git bus: cci: move away from arm_pmu framework The ARM CPU PMUs and the ARM CCI PMU are using the same framework despite being substantially different in programming model, which makes it difficult to handle either particularly well. This patch migrates the ARM CCI PMU driver away from the arm_pmu framework, matching the style of the CCN PMU driver and other 'uncore' PMU drivers. This will enable refactoring of the arm_pmu framework to better support CPU PMUs. Event context migration on hotplug is not yet added due to a race on event->ctx in the core perf code. Signed-off-by: Mark Rutland Acked-by: Punit Agrawal Cc: Pawel Moll Cc: Will Deacon [will: fix whitespace issues] Signed-off-by: Will Deacon --- Reading git-diff-tree failed