From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene@kernel.org (Kukjin Kim) Date: Mon, 27 Apr 2015 09:53:28 +0900 Subject: [PATCH] ARM: exynos: Fix wake-up interrupts for Exynos3250 In-Reply-To: References: <1429724452-26563-1-git-send-email-marc.zyngier@arm.com> Message-ID: <0d0201d08084$93191f80$b94b5e80$@kernel.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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. - Kukjin