Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754619AbaGUKYQ (ORCPT ); Mon, 21 Jul 2014 06:24:16 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:49036 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754580AbaGUKYM (ORCPT ); Mon, 21 Jul 2014 06:24:12 -0400 Message-ID: <53CCEA37.4060104@gmail.com> Date: Mon, 21 Jul 2014 12:23:51 +0200 From: Tomasz Figa User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Kukjin Kim , Kukjin Kim , Kukjin Kim CC: Tomasz Figa , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Marek Szyprowski , Abhilash Kesavan , Chander Kashyap , Bartlomiej Zolnierkiewicz , Daniel Lezcano , "linux-pm@vger.kernel.org" , "arm@kernel.org" , Arnd Bergmann , Olof Johansson Subject: Re: [PATCH v3] ARM: EXYNOS: Fix suspend/resume sequences References: <53C51B57.9040404@samsung.com> <1405434287-22710-1-git-send-email-t.figa@samsung.com> <53C53A1A.6060701@samsung.com> In-Reply-To: <53C53A1A.6060701@samsung.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 15.07.2014 16:26, Tomasz Figa wrote: > Forgot to CC Daniel and linux-pm. Sorry for the noise. > > On 15.07.2014 16:24, Tomasz Figa wrote: >> Due to recent consolidation of Exynos suspend and cpuidle code, some >> parts of suspend and resume sequences are executed two times, once from >> exynos_pm_syscore_ops and then from exynos_cpu_pm_notifier() and thus it >> breaks suspend, at least on Exynos4-based boards. In addition, simple >> core power down from a cpuidle driver could, in case of CPU 0 could >> result in calling functions that are specific to suspend and deeper idle >> states. >> >> This patch fixes the issue by moving those operations outside the CPU PM >> notifier into suspend and AFTR code paths. This leads to a bit of code >> duplication, but allows additional code simplification, so in the end >> more code is removed than added. >> >> Signed-off-by: Tomasz Figa >> --- >> arch/arm/mach-exynos/pm.c | 164 ++++++++++++++++++--------------------- >> drivers/cpuidle/cpuidle-exynos.c | 25 +----- >> 2 files changed, 80 insertions(+), 109 deletions(-) >> This is an important regression fix for 3.16 and today 3.16-rc6 was already released... Kukjin, could you pick up this patch and few others you missed and make sure that it is included in 3.16-rc7? If you are busy, maybe Arnd or Olof could take them directly? Best regards, Tomasz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/