]> git.baikalelectronics.ru Git - kernel.git/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)
commit25a0cabe4be7c08ce24a759d940eb067d1bea044
treeb84915101262d218200e7af99e61f8a61a8d9bc8
parent63c5242aa45454cfc177ae7da49c3cfa8e2ed5b4
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