Re: [PATCH v4 2/2] irqchip: add support for Sigma Designs SMP86xx/SMP87xx interrupt controller

From: Jason Cooper
Date: Wed Feb 17 2016 - 20:50:24 EST


Hi Mans,

On Wed, Jan 20, 2016 at 06:07:17PM +0000, Mans Rullgard wrote:
> This adds support for the secondary interrupt controller used in Sigma
> Designs SMP86xx and SMP87xx chips.
>
> Signed-off-by: Mans Rullgard <mans@xxxxxxxxx>
> ---
> Changes from v3:
> - use of_address_to_resource() rather accessing "reg" property directly
>
> Boot tested on SMP8643 (tango3) and SMP8759 (tango4)
> ---
> drivers/irqchip/Kconfig | 5 +
> drivers/irqchip/Makefile | 1 +
> drivers/irqchip/irq-tango.c | 232 ++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 238 insertions(+)
> create mode 100644 drivers/irqchip/irq-tango.c

Applied to irqchip/tango with Marc's Acked-by.

thx,

Jason.