From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753775AbaKMCNH (ORCPT ); Wed, 12 Nov 2014 21:13:07 -0500 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 Message-ID: <546413A7.1050803@samsung.com> Date: Thu, 13 Nov 2014 11:12:55 +0900 From: Kukjin Kim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 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" Subject: Re: [PATCH v3 2/2] ARM: EXYNOS: Call regulator core suspend prepare and finish functions References: <1413839151-10875-1-git-send-email-javier.martinez@collabora.co.uk> <1413839151-10875-3-git-send-email-javier.martinez@collabora.co.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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