From: Ming Lei Date: Wed, 2 Mar 2011 07:00:08 +0000 (+0800) Subject: arm: pmu: allow platform specific irq enable/disable handling X-Git-Tag: v3.3-rc1~141^2~3^2~4^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0516a64e7ea9d9522d98f9f5f47aa38f147779f;p=pandora-kernel.git arm: pmu: allow platform specific irq enable/disable handling This patch introduces .enable_irq and .disable_irq into struct arm_pmu_platdata, so platform specific irq enablement can be handled after request_irq, and platform specific irq disablement can be handled before free_irq. This patch is for support of pmu irq routed from CTI on omap4. Acked-by: Jean Pihet Reviewed-by: Will Deacon Signed-off-by: Ming Lei Signed-off-by: Will Deacon --- Reading git-diff-tree failed