From mboxrd@z Thu Jan 1 00:00:00 1970 From: horms@verge.net.au (Simon Horman) Date: Wed, 25 Sep 2013 14:23:37 +0900 Subject: [PATCH] ARM: shmobile: r8a7791 IRQC support In-Reply-To: <20130912003806.24022.63355.sendpatchset@w520> References: <20130912003806.24022.63355.sendpatchset@w520> Message-ID: <20130925052336.GI24243@verge.net.au> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Sep 12, 2013 at 09:38:06AM +0900, Magnus Damm wrote: > From: Magnus Damm > > Add support for r8a7791 IRQ pins IRQ0 -> IRQ9 via > the IRQC driver in drivers/irqchip/irq-renesas-irqc.c > > Signed-off-by: Magnus Damm > --- > > Written against renesas-devel-20130906 > > arch/arm/boot/dts/r8a7791.dtsi | 18 ++++++++++++++ > arch/arm/mach-shmobile/Kconfig | 1 > arch/arm/mach-shmobile/board-koelsch.c | 2 - > arch/arm/mach-shmobile/include/mach/r8a7791.h | 1 > arch/arm/mach-shmobile/setup-r8a7791.c | 32 +++++++++++++++++++++++++ > 5 files changed, 53 insertions(+), 1 deletion(-) Hi Magnus, please split this into three patches. 1. An SoC patch: The r8a7791.[ch] and Kconfig changes 2. A board patch: The board-koelsh.c change 3. A dt patch: The .dtsi change