From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: Re: [PATCH v3 2/2] ARM: EXYNOS: Call regulator core suspend prepare and finish functions Date: Thu, 13 Nov 2014 11:12:55 +0900 Message-ID: <546413A7.1050803@samsung.com> References: <1413839151-10875-1-git-send-email-javier.martinez@collabora.co.uk> <1413839151-10875-3-git-send-email-javier.martinez@collabora.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pd0-f177.google.com ([209.85.192.177]:37739 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753395AbaKMCNE (ORCPT ); Wed, 12 Nov 2014 21:13:04 -0500 In-Reply-To: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Olof Johansson Cc: Javier Martinez Canillas , Kukjin Kim , Linux Kernel , Tomasz Figa , Doug Anderson , Chanwoo Choi , Mark Brown , "linux-arm-kernel@lists.infradead.org" , Javier Martinez Canillas , "linux-samsung-soc@vger.kernel.org" On 11/13/14 02:02, Olof Johansson wrote: > On Tue, Nov 11, 2014 at 2:23 AM, Javier Martinez Canillas > wrote: >> Hello Kukjin, >> >> On Thu, Oct 30, 2014 at 11:06 AM, Javier Martinez Canillas >> wrote: >>> 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? >>> >> >> Just a gentle reminder about this patch. > > Kukjin, should I just apply this directly since you seem to be busy? > Oh, sorry. I'm here and applying this patch into samsung tree. Thanks, Kukjin From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Thu, 13 Nov 2014 11:12:55 +0900 Subject: [PATCH v3 2/2] ARM: EXYNOS: Call regulator core suspend prepare and finish functions In-Reply-To: References: <1413839151-10875-1-git-send-email-javier.martinez@collabora.co.uk> <1413839151-10875-3-git-send-email-javier.martinez@collabora.co.uk> Message-ID: <546413A7.1050803@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/13/14 02:02, Olof Johansson wrote: > On Tue, Nov 11, 2014 at 2:23 AM, Javier Martinez Canillas > wrote: >> Hello Kukjin, >> >> On Thu, Oct 30, 2014 at 11:06 AM, Javier Martinez Canillas >> wrote: >>> 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? >>> >> >> Just a gentle reminder about this patch. > > Kukjin, should I just apply this directly since you seem to be busy? > Oh, sorry. I'm here and applying this patch into samsung tree. Thanks, Kukjin