From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 03/10] dt-bindings: ata: Update ahci bindings with possible per-port interrupts Date: Tue, 12 Mar 2019 14:05:37 -0500 Message-ID: <20190312190537.GA17555@bogus> References: <20190306102146.13005-1-miquel.raynal@bootlin.com> <20190306102146.13005-4-miquel.raynal@bootlin.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20190306102146.13005-4-miquel.raynal@bootlin.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org Cc: Mark Rutland , Andrew Lunn , Baruch Siach , Jason Cooper , Nadav Haklai , devicetree@vger.kernel.org, Marc Zyngier , Gregory Clement , Maxime Chevallier , linux-ide@vger.kernel.org, Hans de Goede , Antoine Tenart , Jens Axboe , Thomas Petazzoni , Miquel Raynal , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth List-Id: devicetree@vger.kernel.org On Wed, 6 Mar 2019 11:21:39 +0100, Miquel Raynal wrote: > Update bindings to reflect the fact that a SATA IP can either have: > - only one interrupt: in this case an 'interrupts' property is > declared at the root of the node; > or > - each SATA port can have their own interrupt: in this case there is > one 'interrupts' property per port/sub-node and none at the root. > > Signed-off-by: Miquel Raynal > --- > Documentation/devicetree/bindings/ata/ahci-platform.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > Reviewed-by: Rob Herring