[{"id":1756237,"web_url":"http://patchwork.ozlabs.org/comment/1756237/","msgid":"<20170824105511.GE27788@verge.net.au>","list_archive_url":null,"date":"2017-08-24T10:55:11","subject":"Re: [PATCH ] PCI: rcar: Add r8a7743/5 support","submitter":{"id":106,"url":"http://patchwork.ozlabs.org/api/people/106/","name":"Simon Horman","email":"horms@verge.net.au"},"content":"On Thu, Aug 24, 2017 at 10:35:44AM +0100, Biju Das wrote:\n> Add internal PCI bridge support for r8a7743/5 SoC. Renesas RZ/G1[ME]\n> (R8A7743/5) internal PCI bridge is identical to the R-Car Gen2 family.\n> \n> Signed-off-by: Biju Das <biju.das@bp.renesas.com>\n\nAcked-by: Simon Horman <horms+renesas@verge.net.au>\n\n> ---\n> This patch is tested against Linux next tag next-20170824 and\n> renesas-dev branch renesas-devel-20170822-v4.13-rc6. \n> \n>  Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt | 7 +++++--\n>  1 file changed, 5 insertions(+), 2 deletions(-)\n> \n> diff --git a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt\n> index 07a7509..3d03863 100644\n> --- a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt\n> +++ b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt\n> @@ -6,11 +6,14 @@ AHB. There is one bridge instance per USB port connected to the internal\n>  OHCI and EHCI controllers.\n>  \n>  Required properties:\n> -- compatible: \"renesas,pci-r8a7790\" for the R8A7790 SoC;\n> +- compatible: \"renesas,pci-r8a7743\" for the R8A7743 SoC;\n> +\t      \"renesas,pci-r8a7745\" for the R8A7745 SoC;\n> +\t      \"renesas,pci-r8a7790\" for the R8A7790 SoC;\n>  \t      \"renesas,pci-r8a7791\" for the R8A7791 SoC;\n>  \t      \"renesas,pci-r8a7793\" for the R8A7793 SoC;\n>  \t      \"renesas,pci-r8a7794\" for the R8A7794 SoC;\n> -\t      \"renesas,pci-rcar-gen2\" for a generic R-Car Gen2 compatible device\n> +\t      \"renesas,pci-rcar-gen2\" for a generic R-Car Gen2 or\n> +\t\t\t\t      RZ/G1 compatible device.\n>  \n>  \n>  \t      When compatible with the generic version, nodes must list the\n> -- \n> 1.9.1\n> \n--\nTo unsubscribe from this list: send the line \"unsubscribe devicetree\" in\nthe body of a message to majordomo@vger.kernel.org\nMore majordomo info at  http://vger.kernel.org/majordomo-info.html","headers":{"Return-Path":"<devicetree-owner@vger.kernel.org>","X-Original-To":"incoming-dt@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming-dt@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=devicetree-owner@vger.kernel.org; receiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=verge.net.au header.i=@verge.net.au\n\theader.b=\"J6x2sDii\"; dkim-atps=neutral"],"Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xdLmW6cc4z9sRW\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tThu, 24 Aug 2017 20:55:23 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751249AbdHXKzW (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tThu, 24 Aug 2017 06:55:22 -0400","from kirsty.vergenet.net ([202.4.237.240]:43044 \"EHLO\n\tkirsty.vergenet.net\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1751182AbdHXKzV (ORCPT\n\t<rfc822; devicetree@vger.kernel.org>); Thu, 24 Aug 2017 06:55:21 -0400","from penelope.horms.nl (unknown [50.225.197.140])\n\tby kirsty.vergenet.net (Postfix) with ESMTPA id C90FE25AD59;\n\tThu, 24 Aug 2017 20:55:19 +1000 (AEST)","by penelope.horms.nl (Postfix, from userid 7100)\n\tid 3499DE207CE; Thu, 24 Aug 2017 06:55:11 -0400 (EDT)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; \n\tt=1503572120; bh=BXvijhtHSB9gGkXAoYGUxa65vJ0uweCh6QcAXSFJUOM=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=J6x2sDiidGbDChIH/CvR7MzJOU10deKIKSUnPLGIy0df+qDGh77FW+uZ5kJAjwojd\n\tTyQ03Q5emmDCXeQWOyXl6znGzO/18HmRcfkNFyferLorP810TD0WhrxCPjOXoRTkFy\n\tYcXUagA33/31PXP5kU1Y9xn3owSoVZCvnOX1FzN0=","Date":"Thu, 24 Aug 2017 06:55:11 -0400","From":"Simon Horman <horms@verge.net.au>","To":"Biju Das <biju.das@bp.renesas.com>","Cc":"Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>,\n\tBjorn Helgaas <bhelgaas@google.com>,\n\tMagnus Damm <magnus.damm@gmail.com>, \n\tRussell King <linux@armlinux.org.uk>,\n\tChris Paterson <chris.paterson2@renesas.com>,\n\tdevicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org,\n\tlinux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org","Subject":"Re: [PATCH ] PCI: rcar: Add r8a7743/5 support","Message-ID":"<20170824105511.GE27788@verge.net.au>","References":"<1503567344-5610-1-git-send-email-biju.das@bp.renesas.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<1503567344-5610-1-git-send-email-biju.das@bp.renesas.com>","Organisation":"Horms Solutions BV","User-Agent":"Mutt/1.5.23 (2014-03-12)","Sender":"devicetree-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<devicetree.vger.kernel.org>","X-Mailing-List":"devicetree@vger.kernel.org"}},{"id":1760437,"web_url":"http://patchwork.ozlabs.org/comment/1760437/","msgid":"<20170830194353.GW8154@bhelgaas-glaptop.roam.corp.google.com>","list_archive_url":null,"date":"2017-08-30T19:43:53","subject":"Re: [PATCH ] PCI: rcar: Add r8a7743/5 support","submitter":{"id":67298,"url":"http://patchwork.ozlabs.org/api/people/67298/","name":"Bjorn Helgaas","email":"helgaas@kernel.org"},"content":"On Thu, Aug 24, 2017 at 10:35:44AM +0100, Biju Das wrote:\n> Add internal PCI bridge support for r8a7743/5 SoC. Renesas RZ/G1[ME]\n> (R8A7743/5) internal PCI bridge is identical to the R-Car Gen2 family.\n> \n> Signed-off-by: Biju Das <biju.das@bp.renesas.com>\n\nApplied with Simon's ack to pci/host-rcar, thanks!\n\n> ---\n> This patch is tested against Linux next tag next-20170824 and\n> renesas-dev branch renesas-devel-20170822-v4.13-rc6. \n> \n>  Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt | 7 +++++--\n>  1 file changed, 5 insertions(+), 2 deletions(-)\n> \n> diff --git a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt\n> index 07a7509..3d03863 100644\n> --- a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt\n> +++ b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt\n> @@ -6,11 +6,14 @@ AHB. There is one bridge instance per USB port connected to the internal\n>  OHCI and EHCI controllers.\n>  \n>  Required properties:\n> -- compatible: \"renesas,pci-r8a7790\" for the R8A7790 SoC;\n> +- compatible: \"renesas,pci-r8a7743\" for the R8A7743 SoC;\n> +\t      \"renesas,pci-r8a7745\" for the R8A7745 SoC;\n> +\t      \"renesas,pci-r8a7790\" for the R8A7790 SoC;\n>  \t      \"renesas,pci-r8a7791\" for the R8A7791 SoC;\n>  \t      \"renesas,pci-r8a7793\" for the R8A7793 SoC;\n>  \t      \"renesas,pci-r8a7794\" for the R8A7794 SoC;\n> -\t      \"renesas,pci-rcar-gen2\" for a generic R-Car Gen2 compatible device\n> +\t      \"renesas,pci-rcar-gen2\" for a generic R-Car Gen2 or\n> +\t\t\t\t      RZ/G1 compatible device.\n>  \n>  \n>  \t      When compatible with the generic version, nodes must list the\n> -- \n> 1.9.1\n> \n> \n> _______________________________________________\n> linux-arm-kernel mailing list\n> linux-arm-kernel@lists.infradead.org\n> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel\n--\nTo unsubscribe from this list: send the line \"unsubscribe devicetree\" in\nthe body of a message to majordomo@vger.kernel.org\nMore majordomo info at  http://vger.kernel.org/majordomo-info.html","headers":{"Return-Path":"<devicetree-owner@vger.kernel.org>","X-Original-To":"incoming-dt@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming-dt@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=devicetree-owner@vger.kernel.org; receiver=<UNKNOWN>)","mail.kernel.org;\n\tdmarc=none (p=none dis=none) header.from=kernel.org","mail.kernel.org;\n\tspf=none smtp.mailfrom=helgaas@kernel.org"],"Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xjGCd434wz9sP5\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tThu, 31 Aug 2017 05:43:57 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751372AbdH3Tnz (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tWed, 30 Aug 2017 15:43:55 -0400","from mail.kernel.org ([198.145.29.99]:33376 \"EHLO mail.kernel.org\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751363AbdH3Tnz (ORCPT <rfc822;devicetree@vger.kernel.org>);\n\tWed, 30 Aug 2017 15:43:55 -0400","from localhost (unknown [69.55.156.165])\n\t(using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits))\n\t(No client certificate requested)\n\tby mail.kernel.org (Postfix) with ESMTPSA id A85922199E;\n\tWed, 30 Aug 2017 19:43:54 +0000 (UTC)"],"DMARC-Filter":"OpenDMARC Filter v1.3.2 mail.kernel.org A85922199E","Date":"Wed, 30 Aug 2017 14:43:53 -0500","From":"Bjorn Helgaas <helgaas@kernel.org>","To":"Biju Das <biju.das@bp.renesas.com>","Cc":"Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>,\n\tdevicetree@vger.kernel.org,\n\tChris Paterson <chris.paterson2@renesas.com>, \n\tlinux-pci@vger.kernel.org, Magnus Damm <magnus.damm@gmail.com>,\n\tRussell King <linux@armlinux.org.uk>, linux-renesas-soc@vger.kernel.org, \n\tSimon Horman <horms@verge.net.au>, Bjorn Helgaas <bhelgaas@google.com>,\n\tlinux-arm-kernel@lists.infradead.org","Subject":"Re: [PATCH ] PCI: rcar: Add r8a7743/5 support","Message-ID":"<20170830194353.GW8154@bhelgaas-glaptop.roam.corp.google.com>","References":"<1503567344-5610-1-git-send-email-biju.das@bp.renesas.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<1503567344-5610-1-git-send-email-biju.das@bp.renesas.com>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Sender":"devicetree-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<devicetree.vger.kernel.org>","X-Mailing-List":"devicetree@vger.kernel.org"}}]