From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758754AbaJ3KHE (ORCPT ); Thu, 30 Oct 2014 06:07:04 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:42594 "EHLO mail-wg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758135AbaJ3KHA (ORCPT ); Thu, 30 Oct 2014 06:07:00 -0400 MIME-Version: 1.0 X-Originating-IP: [95.23.101.112] In-Reply-To: <1413839151-10875-3-git-send-email-javier.martinez@collabora.co.uk> References: <1413839151-10875-1-git-send-email-javier.martinez@collabora.co.uk> <1413839151-10875-3-git-send-email-javier.martinez@collabora.co.uk> Date: Thu, 30 Oct 2014 11:06:59 +0100 Message-ID: Subject: Re: [PATCH v3 2/2] ARM: EXYNOS: Call regulator core suspend prepare and finish functions From: Javier Martinez Canillas To: Kukjin Kim Cc: Javier Martinez Canillas , Doug Anderson , Mark Brown , Tomasz Figa , Chanwoo Choi , "linux-samsung-soc@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linux Kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Kukjin, On Mon, Oct 20, 2014 at 11:05 PM, Javier Martinez Canillas wrote: > 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 > --- > arch/arm/mach-exynos/suspend.c | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > Any comments on this patch? Best regards, Javier