Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/805410/?format=api
{ "id": 805410, "url": "http://patchwork.ozlabs.org/api/patches/805410/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/1503567344-5610-1-git-send-email-biju.das@bp.renesas.com/", "project": { "id": 37, "url": "http://patchwork.ozlabs.org/api/projects/37/?format=api", "name": "Devicetree Bindings", "link_name": "devicetree-bindings", "list_id": "devicetree.vger.kernel.org", "list_email": "devicetree@vger.kernel.org", "web_url": "", "scm_url": "", "webscm_url": "", "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "msgid": "<1503567344-5610-1-git-send-email-biju.das@bp.renesas.com>", "list_archive_url": null, "date": "2017-08-24T09:35:44", "name": "PCI: rcar: Add r8a7743/5 support", "commit_ref": null, "pull_url": null, "state": "not-applicable", "archived": true, "hash": "e68e20ffc170d6674d276e99f434bf0b01afeae6", "submitter": { "id": 71731, "url": "http://patchwork.ozlabs.org/api/people/71731/?format=api", "name": "Biju Das", "email": "biju.das@bp.renesas.com" }, "delegate": null, "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/1503567344-5610-1-git-send-email-biju.das@bp.renesas.com/mbox/", "series": [], "comments": "http://patchwork.ozlabs.org/api/patches/805410/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/805410/checks/", "tags": {}, "related": [], "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>)", "Received": [ "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xdKNW5nb4z9sRW\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tThu, 24 Aug 2017 19:52:59 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1752622AbdHXJw4 (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tThu, 24 Aug 2017 05:52:56 -0400", "from relmlor3.renesas.com ([210.160.252.173]:41292 \"EHLO\n\trelmlie2.idc.renesas.com\" rhost-flags-OK-OK-OK-FAIL)\n\tby vger.kernel.org with ESMTP id S1752160AbdHXJwy (ORCPT\n\t<rfc822; devicetree@vger.kernel.org>); Thu, 24 Aug 2017 05:52:54 -0400", "from unknown (HELO relmlir1.idc.renesas.com) ([10.200.68.151])\n\tby relmlie2.idc.renesas.com with ESMTP; 24 Aug 2017 18:52:53 +0900", "from relmlii2.idc.renesas.com (relmlii2.idc.renesas.com\n\t[10.200.68.66])\n\tby relmlir1.idc.renesas.com (Postfix) with ESMTP id 067EB6519C;\n\tThu, 24 Aug 2017 18:52:53 +0900 (JST)", "from unknown (HELO be1yocto.ree.adwin.renesas.com) ([172.29.43.62])\n\tby relmlii2.idc.renesas.com with ESMTP; 24 Aug 2017 18:52:49 +0900" ], "X-IronPort-AV": "E=Sophos;i=\"5.41,420,1498489200\"; d=\"scan'208\";a=\"255605979\"", "From": "Biju Das <biju.das@bp.renesas.com>", "To": "Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>", "Cc": "Bjorn Helgaas <bhelgaas@google.com>, Simon Horman <horms@verge.net.au>, \n\tMagnus Damm <magnus.damm@gmail.com>, Russell 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,\n\tBiju Das <biju.das@bp.renesas.com>", "Subject": "[PATCH ] PCI: rcar: Add r8a7743/5 support", "Date": "Thu, 24 Aug 2017 10:35:44 +0100", "Message-Id": "<1503567344-5610-1-git-send-email-biju.das@bp.renesas.com>", "X-Mailer": "git-send-email 1.9.1", "Sender": "devicetree-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<devicetree.vger.kernel.org>", "X-Mailing-List": "devicetree@vger.kernel.org" }, "content": "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\nSigned-off-by: Biju Das <biju.das@bp.renesas.com>\n---\nThis patch is tested against Linux next tag next-20170824 and\nrenesas-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(-)", "diff": "diff --git a/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt b/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt\nindex 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", "prefixes": [] }