From 18a702e0de9879d5c0225a09f494443f0b91a0cc Mon Sep 17 00:00:00 2001 From: Pramod Gurav Date: Thu, 25 Sep 2014 17:03:51 +0530 Subject: [PATCH] power: reset: use restart_notifier mechanism for msm-poweroff This change replaces use of arm_pm_restart with recently introduced reset mechanism in Linux kernel called restart_notifier. Choosing priority 128, which is default priority, as according to documentation, this mechanism is sufficient to restart the entire system. Cc: Guenter Roeck Cc: Josh Cartwright Cc: Sebastian Reichel Cc: Dmitry Eremin-Solenikov Cc: David Woodhouse Cc: Stephen Boyd Cc: linux-pm@vger.kernel.org Reviewed-by: Guenter Roeck Reviewed-by: Stephen Boyd Signed-off-by: Pramod Gurav Signed-off-by: Sebastian Reichel --- Reading git-format-patch failed