Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753376AbdFROFO (ORCPT ); Sun, 18 Jun 2017 10:05:14 -0400 Received: from mail-yw0-f194.google.com ([209.85.161.194]:33904 "EHLO mail-yw0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753144AbdFROFJ (ORCPT ); Sun, 18 Jun 2017 10:05:09 -0400 Date: Sun, 18 Jun 2017 09:05:01 -0500 From: Rob Herring To: Marc Gonzalez Cc: Bjorn Helgaas , Marc Zyngier , Thomas Gleixner , Robin Murphy , Lorenzo Pieralisi , Liviu Dudau , David Laight , linux-pci , Linux ARM , LKML , DT , Mason Subject: Re: [PATCH v6 1/3] PCI: Add DT binding for tango PCIe controller Message-ID: <20170618140501.mu3zrr5dw4fstshd@rob-hp-laptop> References: <741766e5-cff2-db5f-d40b-6866e08fd966@sigmadesigns.com> <69f3ffe7-3c39-fa94-71f8-91744a869cc9@sigmadesigns.com> <20170607212907.2wr3hqbokjb74kj3@rob-hp-laptop> <3790db8d-6a4c-5c74-9ca2-431715a712a7@sigmadesigns.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3790db8d-6a4c-5c74-9ca2-431715a712a7@sigmadesigns.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: 605 Lines: 15 On Tue, Jun 13, 2017 at 03:51:32PM +0200, Marc Gonzalez wrote: > Binding for the Sigma Designs SMP8759 SoC. > > Signed-off-by: Marc Gonzalez > --- > Changes from v5 to v6 > o Delete links to elinux.org > o Use explicit hex numbers instead of symbolic constants for sizes (in the example) > o Add bus-range to "Required properties" > --- > .../devicetree/bindings/pci/tango-pcie.txt | 29 ++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pci/tango-pcie.txt Acked-by: Rob Herring