Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754224AbbBZU7P (ORCPT ); Thu, 26 Feb 2015 15:59:15 -0500 Received: from mail.kernel.org ([198.145.29.136]:60188 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753969AbbBZU7M (ORCPT ); Thu, 26 Feb 2015 15:59:12 -0500 Message-ID: <54EF8919.9010703@kernel.org> Date: Fri, 27 Feb 2015 05:59:05 +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: Krzysztof Kozlowski CC: Chanwoo Choi , kgene@kernel.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, inki.dae@samsung.com, kyungmin.park@samsung.com, ben-linux@fluff.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: exynos: Fix wrong hwirq of RTC interrupt for Exynos3250 SoC References: <1423537745-11994-1-git-send-email-cw00.choi@samsung.com> In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1632 Lines: 37 On 02/10/15 17:05, Krzysztof Kozlowski wrote: > 2015-02-10 4:09 GMT+01:00 Chanwoo Choi : >> This patch fixes wrong hwirq of RTC irq for Exynos3250 SoC. When entering >> suspend state, 'enable_irq_wake fail' happen because of the mismatch of RTC hwirq. >> >> [ 429.200937] Freezing user space processes ... (elapsed 0.002 seconds) done. >> [ 429.203383] Freezing remaining freezable tasks ... (elapsed 0.000 seconds) done. >> [ 429.209914] Suspending console(s) (use no_console_suspend to debug) >> [ 429.370685] wake enabled for irq 65 >> [ 429.370837] wake enabled for irq 64 >> [ 429.370868] wake enabled for irq 79 >> [snip] >> [ 429.372120] s3c-rtc 10070000.rtc: enable_irq_wake failed >> >> Fixes: a4f582f5c5fe3 (ARM: EXYNOS: Add exynos3250 suspend-to-ram support) >> Cc: Kukjin Kim >> Signed-off-by: Chanwoo Choi >> Acked-by: Kyungmin Park >> --- >> arch/arm/mach-exynos/suspend.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > Yeah, I remember now Jonghwa's patches back in 2014 August and September :) > https://lkml.org/lkml/2014/8/26/40 > https://lkml.org/lkml/2014/9/26/92 > > Anyway now this looks good: > Reviewed-by: Krzysztof Kozlowski > Thanks, applied. - Kukjin -- 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/