All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] remove direct dependancy between irq and exynos
@ 2019-12-07 13:00 ` Hyunki Koo
  0 siblings, 0 replies; 14+ messages in thread
From: Hyunki Koo @ 2019-12-07 13:00 UTC (permalink / raw)
  To: linux, kgene, krzk, tglx, jason, maz
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel, kernel-team,
	Hyunki Koo

From: Hyunki Koo <hyunki00.koo@samsung.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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-12-09  8:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-07 13:00 [PATCH 0/2] remove direct dependancy between irq and exynos Hyunki Koo
2019-12-07 13:00 ` Hyunki Koo
2019-12-07 13:00 ` [PATCH 1/2] irqchip: define EXYNOS_IRQ_COMBINER Hyunki Koo
2019-12-07 13:00   ` Hyunki Koo
2019-12-07 13:28   ` Krzysztof Kozlowski
2019-12-07 13:28     ` Krzysztof Kozlowski
2019-12-07 13:37     ` Krzysztof Kozlowski
2019-12-07 13:37       ` Krzysztof Kozlowski
2019-12-07 22:24       ` Hyunki Koo
2019-12-07 22:24         ` Hyunki Koo
2019-12-09  8:41         ` Krzysztof Kozlowski
2019-12-09  8:41           ` Krzysztof Kozlowski
2019-12-07 13:00 ` [PATCH 2/2] ARM: exynos: add select EXYNOS_IRQ_COMBINER Hyunki Koo
2019-12-07 13:00   ` Hyunki Koo

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.