From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 6/7] [PATCH] MIPS: OCTEON: Add support for OCTEON III interrupt controller. Date: Mon, 8 Feb 2016 13:14:48 -0600 Message-ID: <20160208191448.GA19126@rob-hp-laptop> References: <1454632974-7686-1-git-send-email-ddaney.cavm@gmail.com> <1454632974-7686-7-git-send-email-ddaney.cavm@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1454632974-7686-7-git-send-email-ddaney.cavm@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: David Daney Cc: linux-mips@linux-mips.org, ralf@linux-mips.org, linux-kernel@vger.kernel.org, David Daney , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, Thomas Gleixner List-Id: devicetree@vger.kernel.org On Thu, Feb 04, 2016 at 04:42:53PM -0800, David Daney wrote: > From: David Daney > > Add irq_chip support for both IPI and "normal" interrupts of the CIU3 > controller. Document the device tree binding for the CIU3. > > Signed-off-by: David Daney > Cc: Rob Herring > Cc: Pawel Moll > Cc: Mark Rutland > Cc: Ian Campbell > Cc: Kumar Gala > Cc: devicetree@vger.kernel.org > Cc: Thomas Gleixner > --- > .../devicetree/bindings/mips/cavium/ciu3.txt | 27 + Acked-by: Rob Herring > arch/mips/cavium-octeon/octeon-irq.c | 651 ++++++++++++++++++++- > arch/mips/include/asm/octeon/octeon.h | 2 + > 3 files changed, 679 insertions(+), 1 deletion(-) > create mode 100644 Documentation/devicetree/bindings/mips/cavium/ciu3.txt