[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191207130049.27533-1-hyunki00.koo@gmail.com>
Date: Sat, 7 Dec 2019 22:00:47 +0900
From: Hyunki Koo <hyunki00.koo@...il.com>
To: linux@...linux.org.uk, kgene@...nel.org, krzk@...nel.org,
tglx@...utronix.de, jason@...edaemon.net, maz@...nel.org
Cc: linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
kernel-team@...roid.com, Hyunki Koo <hyunki00.koo@...sung.com>
Subject: [PATCH 0/2] remove direct dependancy between irq and exynos
From: Hyunki Koo <hyunki00.koo@...sung.com>
This patch series is written to clean up dependancy of ARCH_EXYNOS
Not all exynos device have IRQ_COMBINER, especially aarch64 EXYNOS
but it is built for all exynos devices.
Thus add the config for EXYNOS_IRQ_COMBINER
remove direct between ARCH_EXYNOS and exynos-combiner.c
and only selected on the aarch32 devices
Hyunki Koo (2):
irqchip: define EXYNOS_IRQ_COMBINER
ARM: exynos: add select EXYNOS_IRQ_COMBINER
arch/arm/mach-exynos/Kconfig | 1 +
drivers/irqchip/Kconfig | 7 +++++++
drivers/irqchip/Makefile | 2 +-
3 files changed, 9 insertions(+), 1 deletion(-)
--
2.17.1
Powered by blists - more mailing lists