]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on Cragganmore
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Thu, 26 Mar 2015 16:58:08 +0000 (01:58 +0900)
committerSasha Levin <sasha.levin@oracle.com>
Sun, 17 May 2015 23:11:58 +0000 (19:11 -0400)
commited4210b61a802fd728ffcbacfc77241e6ee7a36a
treebbea7ba522e6f6850f615811cf39fb1b0af7f9a2
parent5ec2065d7946354b5a32133a2d4e432bb3d5d315
ARM: S3C64XX: Use fixed IRQ bases to avoid conflicts on Cragganmore

[ Upstream commit 4e330ae4ab2915444f1e6dca1358a910aa259362 ]

There are two PMICs on Cragganmore, currently one dynamically assign
its IRQ base and the other uses a fixed base. It is possible for the
statically assigned PMIC to fail if its IRQ is taken by the dynamically
assigned one. Fix this by statically assigning both the IRQ bases.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
arch/arm/mach-s3c64xx/crag6410.h
arch/arm/mach-s3c64xx/mach-crag6410.c