From patchwork Fri Feb 5 20:21:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Helgaas X-Patchwork-Id: 8239211 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Original-To: patchwork-linux-pci@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3363D9FBF9 for ; Fri, 5 Feb 2016 20:21:45 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3C7322039D for ; Fri, 5 Feb 2016 20:21:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 302DC203A0 for ; Fri, 5 Feb 2016 20:21:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754805AbcBEUVl (ORCPT ); Fri, 5 Feb 2016 15:21:41 -0500 Received: from mail.kernel.org ([198.145.29.136]:40329 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753196AbcBEUVk (ORCPT ); Fri, 5 Feb 2016 15:21:40 -0500 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0ADF92039D; Fri, 5 Feb 2016 20:21:39 +0000 (UTC) Received: from localhost (unknown [146.7.4.74]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D2EA22039C; Fri, 5 Feb 2016 20:21:37 +0000 (UTC) Date: Fri, 5 Feb 2016 14:21:35 -0600 From: Bjorn Helgaas To: Simon Horman Cc: Bjorn Helgaas , Magnus Damm , linux-pci@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 0/4] PCI: rcar, rcar-gen2: More Gen2 compatibility strings Message-ID: <20160205202135.GA9594@localhost> References: <1453093785-21067-1-git-send-email-horms+renesas@verge.net.au> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1453093785-21067-1-git-send-email-horms+renesas@verge.net.au> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Simon, On Mon, Jan 18, 2016 at 02:09:41PM +0900, Simon Horman wrote: > this short series adds fallback gen2 and SoC-specific r8a7793 compatibility > strings to the rcar PCI and rcar-gen2 PCIE drivers. The intention is to > provide a complete set of compatibility strings for known Gen2 SoCs. > > Bjorn, the intention of the revised changelogs for the r8a7793 is to > address your concerns regarding providing an explanation of why there are > no driver changes. Please consider taking this series through your tree. > > Key Changes between v2 and v3: > * Enhance changelog to describe why documenting the r8a7793 is necessary > and sufficient > * Added acks. > > Key Changes between v1 and v2: > * Include "rcar-" in generic bindings > > Simon Horman (4): > PCI: rcar-gen2: add gen2 fallback compatibility string > PCI: rcar-gen2: add device tree support for r8a7793 > PCI: rcar: add gen2 fallback compatibility string > PCI: rcar: add device tree support for r8a7793 > > Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt | 12 ++++++++++-- > Documentation/devicetree/bindings/pci/rcar-pci.txt | 14 +++++++++++--- > drivers/pci/host/pci-rcar-gen2.c | 1 + > drivers/pci/host/pcie-rcar.c | 1 + > 4 files changed, 23 insertions(+), 5 deletions(-) Whew, it took a long time to pound that through my thick skull :) I think patches 1 and 3 are already in v4.5-rc1, and I applied patches 2 and 4 to my for-linus branch as below. Please double-check and make sure for-linus has everything you want. I'll ask Linus to pull that before v4.5. Bjorn commit a176cd304a8a07d6d9191126fd9bece4f67358c3 Author: Simon Horman Date: Fri Feb 5 14:10:04 2016 -0600 PCI: rcar: Add gen2 device tree support for r8a7793 Add "renesas,pci-r8a7793" as a compatibility string for "renesas,pci-rcar-gen2". This doesn't change the driver, so it does nothing by itself. But it does mean that checkpatch won't complain about a future patch that adds "renesas,pci-r8a7793" to a DT, which helps ensure that shipped DTs use documented compatibility strings. [bhelgaas: changelog] Signed-off-by: Simon Horman Signed-off-by: Bjorn Helgaas Acked-by: Rob Herring --- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt index 4e8b90e..07a7509 100644 --- a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt +++ b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt @@ -8,6 +8,7 @@ OHCI and EHCI controllers. Required properties: - compatible: "renesas,pci-r8a7790" for the R8A7790 SoC; "renesas,pci-r8a7791" for the R8A7791 SoC; + "renesas,pci-r8a7793" for the R8A7793 SoC; "renesas,pci-r8a7794" for the R8A7794 SoC; "renesas,pci-rcar-gen2" for a generic R-Car Gen2 compatible device commit 0cf1337e0b83c16de4e7e98dad3a6afce6043fea Author: Simon Horman Date: Fri Feb 5 14:10:13 2016 -0600 PCI: rcar: Add device tree support for r8a7793 Add "renesas,pcie-r8a7793" as a compatibility string for "renesas,pcie-rcar-gen2". This doesn't change the driver, so it does nothing by itself. But it does mean that checkpatch won't complain about a future patch that adds "renesas,pci-r8a7793" to a DT, which helps ensure that shipped DTs use documented compatibility strings. [bhelgaas: changelog] Signed-off-by: Simon Horman Signed-off-by: Bjorn Helgaas Acked-by: Rob Herring diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt index 558fe52..6cf9969 100644 --- a/Documentation/devicetree/bindings/pci/rcar-pci.txt +++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt @@ -4,6 +4,7 @@ Required properties: compatible: "renesas,pcie-r8a7779" for the R8A7779 SoC; "renesas,pcie-r8a7790" for the R8A7790 SoC; "renesas,pcie-r8a7791" for the R8A7791 SoC; + "renesas,pcie-r8a7793" for the R8A7793 SoC; "renesas,pcie-r8a7795" for the R8A7795 SoC; "renesas,pcie-rcar-gen2" for a generic R-Car Gen2 compatible device.