Re: [PATCH 4/6] irqchip: add irqchip driver for nuc900
From: Jason Cooper <hidden>
Date: 2016-06-30 16:30:28
Also in:
linux-arm-kernel, lkml
From: Jason Cooper <hidden>
Date: 2016-06-30 16:30:28
Also in:
linux-arm-kernel, lkml
Hi Wan, On Sat, Jun 25, 2016 at 06:37:20PM +0800, Wan Zongshun wrote:
This patch is to add irqchip driver support for nuc900 plat, current this driver only supports nuc970 SoC. Signed-off-by: Wan Zongshun <redacted> --- arch/arm/mach-w90x900/include/mach/irqs.h | 69 ++++++++++++++ .../mach-w90x900/include/mach/nuc970-regs-aic.h | 53 +++++++++++ drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-nuc900.c | 104 +++++++++++++++++++++ 4 files changed, 227 insertions(+) create mode 100644 arch/arm/mach-w90x900/include/mach/nuc970-regs-aic.h create mode 100644 drivers/irqchip/irq-nuc900.c
When you resend after addressing Arnd's comments, please include the irqchip maintainers in the cc. thx, Jason.