Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751449AbdFZSEY (ORCPT ); Mon, 26 Jun 2017 14:04:24 -0400 Received: from mail-it0-f67.google.com ([209.85.214.67]:33605 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751308AbdFZSER (ORCPT ); Mon, 26 Jun 2017 14:04:17 -0400 Date: Mon, 26 Jun 2017 13:04:14 -0500 From: Rob Herring To: Thomas Petazzoni Cc: Thomas Gleixner , Jason Cooper , Marc Zyngier , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Ian Campbell , Pawel Moll , Mark Rutland , Kumar Gala , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , linux-arm-kernel@lists.infradead.org, Nadav Haklai , Hanna Hawa , Yehuda Yitschak , Antoine Tenart , =?iso-8859-1?Q?Miqu=E8l?= Raynal Subject: Re: [PATCH v5 1/6] dt-bindings: interrupt-controller: add DT binding for the Marvell GICP Message-ID: <20170626180414.w6lc7oyalmc5ib74@rob-hp-laptop> References: <20170621132917.14187-1-thomas.petazzoni@free-electrons.com> <20170621132917.14187-2-thomas.petazzoni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170621132917.14187-2-thomas.petazzoni@free-electrons.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 721 Lines: 14 On Wed, Jun 21, 2017 at 03:29:12PM +0200, Thomas Petazzoni wrote: > This commit adds the Device Tree binding documentation for the Marvell > GICP, an extension to the GIC that allows to trigger GIC SPI interrupts > using memory transactions. It is used by the ICU unit in the Marvell > CP110 block to turn wired interrupts inside the CP into SPI interrupts > at the GIC level in the AP. > > Signed-off-by: Thomas Petazzoni > --- > .../bindings/interrupt-controller/marvell,gicp.txt | 27 ++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/marvell,gicp.txt Acked-by: Rob Herring