From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH] ARM: exynos: Fix wake-up interrupts for Exynos3250 Date: Fri, 29 May 2015 08:51:05 +0900 Message-ID: <5567A9E9.8050004@samsung.com> References: <1429724452-26563-1-git-send-email-marc.zyngier@arm.com> <0d0201d08084$93191f80$b94b5e80$@kernel.org> <5566E5FC.6020009@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailout2.w1.samsung.com ([210.118.77.12]:36446 "EHLO mailout2.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754732AbbE1XvH (ORCPT ); Thu, 28 May 2015 19:51:07 -0400 Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout2.w1.samsung.com (Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5 2014)) with ESMTP id <0NP3005743L3VL70@mailout2.w1.samsung.com> for linux-samsung-soc@vger.kernel.org; Fri, 29 May 2015 00:51:03 +0100 (BST) In-reply-to: <5566E5FC.6020009@arm.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Marc Zyngier , Kukjin Kim Cc: "linux-arm-kernel@lists.infradead.org" , "linux-samsung-soc@vger.kernel.org" , 'Chanwoo Choi' , 'Kyungmin Park' On 28.05.2015 18:55, Marc Zyngier wrote: > On 27/04/15 01:53, Kukjin Kim wrote: >> Krzysztof Kozlowski wrote: >>> >>> 2015-04-23 2:40 GMT+09:00 Marc Zyngier : >>>> Commit 8b283c025443 (ARM: exynos4/5: convert pmu wakeup to >>>> stacked domains) changed the Exynos PMU code to use stacked >>>> domains. This has led to a number of interrupt numbers to be >>>> fixed. >>>> >>>> In the meantime, support for Exynos 3250 was added, missing >>>> the required change to this platform. This amounts to revert >>>> ace283a04a4a (ARM: EXYNOS: Fix wrong hwirq of RTC interrupt >>>> for Exynos3250 SoC), as the initial patch was right, just a >>>> bit early... >>>> >>>> Cc: Chanwoo Choi >>>> Cc: Kyungmin Park >>>> Cc: Krzysztof Kozlowski >>>> Cc: Kukjin Kim >>>> Signed-off-by: Marc Zyngier >>>> --- >>>> arch/arm/mach-exynos/suspend.c | 4 ++-- >>>> 1 file changed, 2 insertions(+), 2 deletions(-) >>> >>> Acked-by: Krzysztof Kozlowski >>> >> Thanks and applied. > > Looks like this fix never made it to mainline. What happened? Indeed, good question - what happened? Anyway I applied this to my tree so it won't get lost again. I will push it to Kukjin this weekend. Best regards, Krzysztof