From: Colin Cross Date: Thu, 10 Feb 2011 20:54:10 +0000 (-0800) Subject: ARM: gic: Use cpu pm notifiers to save gic state X-Git-Tag: v3.2-rc1~130^2~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254056f3b12563c11e6dbcfad2fbfce20a4f3302;p=pandora-kernel.git ARM: gic: Use cpu pm notifiers to save gic state When the cpu is powered down in a low power mode, the gic cpu interface may be reset, and when the cpu cluster is powered down, the gic distributor may also be reset. This patch uses CPU_PM_ENTER and CPU_PM_EXIT notifiers to save and restore the gic cpu interface registers, and the CPU_CLUSTER_PM_ENTER and CPU_CLUSTER_PM_EXIT notifiers to save and restore the gic distributor registers. Original-author: Gary King Signed-off-by: Colin Cross Signed-off-by: Santosh Shilimkar Tested-and-Acked-by: Shawn Guo Tested-by: Vishwanath BS --- Reading git-diff-tree failed