All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Chanwoo Choi <cw00.choi@samsung.com>,
	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
Date: Fri, 27 Feb 2015 05:59:05 +0900	[thread overview]
Message-ID: <54EF8919.9010703@kernel.org> (raw)
In-Reply-To: <CAJKOXPcaOVC5Rpoi+27Letk4sAuoaW6vheZnCPHJgPktA-RM4g@mail.gmail.com>

On 02/10/15 17:05, Krzysztof Kozlowski wrote:
> 2015-02-10 4:09 GMT+01:00 Chanwoo Choi <cw00.choi@samsung.com>:
>> 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 <kgene@kernel.org>
>> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
>> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
>> ---
>>  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 <k.kozlowski@samsung.com>
> 
Thanks, applied.

- Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: exynos: Fix wrong hwirq of RTC interrupt for Exynos3250 SoC
Date: Fri, 27 Feb 2015 05:59:05 +0900	[thread overview]
Message-ID: <54EF8919.9010703@kernel.org> (raw)
In-Reply-To: <CAJKOXPcaOVC5Rpoi+27Letk4sAuoaW6vheZnCPHJgPktA-RM4g@mail.gmail.com>

On 02/10/15 17:05, Krzysztof Kozlowski wrote:
> 2015-02-10 4:09 GMT+01:00 Chanwoo Choi <cw00.choi@samsung.com>:
>> 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 <kgene@kernel.org>
>> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
>> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
>> ---
>>  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 <k.kozlowski@samsung.com>
> 
Thanks, applied.

- Kukjin

  reply	other threads:[~2015-02-26 20:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-10  3:09 [PATCH] ARM: exynos: Fix wrong hwirq of RTC interrupt for Exynos3250 SoC Chanwoo Choi
2015-02-10  3:09 ` Chanwoo Choi
2015-02-10  8:05 ` Krzysztof Kozlowski
2015-02-10  8:05   ` Krzysztof Kozlowski
2015-02-26 20:59   ` Kukjin Kim [this message]
2015-02-26 20:59     ` Kukjin Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54EF8919.9010703@kernel.org \
    --to=kgene@kernel.org \
    --cc=ben-linux@fluff.org \
    --cc=cw00.choi@samsung.com \
    --cc=inki.dae@samsung.com \
    --cc=k.kozlowski@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.