linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hyunki Koo <hyunki00.koo@gmail.com>
To: linux@armlinux.org.uk, kgene@kernel.org, krzk@kernel.org,
	tglx@linutronix.de, jason@lakedaemon.net, maz@kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	kernel-team@android.com, Hyunki Koo <hyunki00.koo@samsung.com>
Subject: [PATCH 0/2] remove direct dependancy between irq and exynos
Date: Sat,  7 Dec 2019 22:00:47 +0900	[thread overview]
Message-ID: <20191207130049.27533-1-hyunki00.koo@gmail.com> (raw)

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


             reply	other threads:[~2019-12-07 13:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-07 13:00 Hyunki Koo [this message]
2019-12-07 13:00 ` [PATCH 1/2] irqchip: define EXYNOS_IRQ_COMBINER Hyunki Koo
2019-12-07 13:28   ` Krzysztof Kozlowski
2019-12-07 13:37     ` Krzysztof Kozlowski
2019-12-07 22:24       ` Hyunki Koo
2019-12-09  8:41         ` Krzysztof Kozlowski
2019-12-07 13:00 ` [PATCH 2/2] ARM: exynos: add select EXYNOS_IRQ_COMBINER Hyunki Koo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191207130049.27533-1-hyunki00.koo@gmail.com \
    --to=hyunki00.koo@gmail.com \
    --cc=hyunki00.koo@samsung.com \
    --cc=jason@lakedaemon.net \
    --cc=kernel-team@android.com \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=maz@kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).