From c645a598f99768e6cc82129081458dfdd0c273b7 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Thu, 13 Nov 2014 11:14:40 +0900 Subject: [PATCH] ARM: EXYNOS: Call regulator core suspend prepare and finish functions The regulator framework has a set of helpers functions to be used when the system is entering and leaving from suspend but these are not called on Exynos platforms. This means that the .set_suspend_* function handlers defined by regulator drivers are not called when the system is suspended. Suggested-by: Doug Anderson Signed-off-by: Javier Martinez Canillas Reviewed-by: Doug Anderson Reviewed-by: Chanwoo Choi Signed-off-by: Kukjin Kim --- Reading git-format-patch failed