]> Pileus Git - ~andy/linux/commit
memory: emif: use restart if power_off not present when out of spec
authorNishanth Menon <nm@ti.com>
Sat, 16 Mar 2013 06:16:45 +0000 (11:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 20:18:12 +0000 (13:18 -0700)
commit2553e32ae200210801dd3e3f58dd23169356c9d6
treeb84915101262d218200e7af99e61f8a61a8d9bc8
parentf91a595d0b813c3a2f3b848c165e865ca4c5b8cc
memory: emif: use restart if power_off not present when out of spec

Some machine or kernel variants might have missed implementation
of power off handlers. We DONOT want to let the system be in
"out of spec" state in this condition. So, WARN and attempt
a machine restart in the hopes of clearing the out-of-spec
temperature condition.

NOTE: This is not the safest option, but safer than leaving the
system in unstable conditions.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/memory/emif.c