Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751859AbdFHVxS (ORCPT ); Thu, 8 Jun 2017 17:53:18 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:33056 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751510AbdFHVxQ (ORCPT ); Thu, 8 Jun 2017 17:53:16 -0400 Date: Thu, 8 Jun 2017 16:53: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 , Nadav Haklai , Hanna Hawa , Yehuda Yitschak , Antoine Tenart , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 1/6] dt-bindings: interrupt-controller: add DT binding for the Marvell GICP Message-ID: <20170608215314.hv2jkqbgmytjcazt@rob-hp-laptop> References: <1496398017-6487-1-git-send-email-thomas.petazzoni@free-electrons.com> <1496398017-6487-2-git-send-email-thomas.petazzoni@free-electrons.com> <20170607222420.perbnsnmizhyl42f@rob-hp-laptop> <20170608141023.37759527@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170608141023.37759527@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: 915 Lines: 26 On Thu, Jun 08, 2017 at 02:10:23PM +0200, Thomas Petazzoni wrote: > Hello, > > On Wed, 7 Jun 2017 17:24:20 -0500, Rob Herring wrote: > > On Fri, Jun 02, 2017 at 12:06:52PM +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. > > > > Sounds like an MSI block? > > Marc Zyngier answered on this (much better than I could have done). > > > > +- marvell,spi-ranges: tuples of GIC SPI interrupts ranges available > > > + for this GICP > > > > These are base+size? > > Correct. Does your question suggest that I should update the binding > document to make this explicit? Yes, please. Rob