Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/805365/?format=api
{ "id": 805365, "url": "http://patchwork.ozlabs.org/api/patches/805365/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/1503566474-5335-2-git-send-email-geert+renesas@glider.be/", "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": "<1503566474-5335-2-git-send-email-geert+renesas@glider.be>", "list_archive_url": null, "date": "2017-08-24T09:21:12", "name": "[PATCH/RFC,1/3] dt-bindings: i2c: i2c-gpio: Add support for named gpios", "commit_ref": null, "pull_url": null, "state": "changes-requested", "archived": true, "hash": "3aaf4ecc97f1ca2ce41c87407e2f1577ec031354", "submitter": { "id": 63808, "url": "http://patchwork.ozlabs.org/api/people/63808/?format=api", "name": "Geert Uytterhoeven", "email": "geert+renesas@glider.be" }, "delegate": null, "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/1503566474-5335-2-git-send-email-geert+renesas@glider.be/mbox/", "series": [], "comments": "http://patchwork.ozlabs.org/api/patches/805365/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/805365/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 3xdJh31mmWz9sRW\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tThu, 24 Aug 2017 19:21:23 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1752504AbdHXJVU (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tThu, 24 Aug 2017 05:21:20 -0400", "from xavier.telenet-ops.be ([195.130.132.52]:45068 \"EHLO\n\txavier.telenet-ops.be\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1752483AbdHXJVS (ORCPT\n\t<rfc822; devicetree@vger.kernel.org>); Thu, 24 Aug 2017 05:21:18 -0400", "from ayla.of.borg ([84.195.106.246])\n\tby xavier.telenet-ops.be with bizsmtp\n\tid 0xMG1w00g5JzmfG01xMGN5; Thu, 24 Aug 2017 11:21:17 +0200", "from ramsan.of.borg ([192.168.97.29] helo=ramsan)\n\tby ayla.of.borg with esmtp (Exim 4.86_2)\n\t(envelope-from <geert@linux-m68k.org>)\n\tid 1dkoKB-0002wk-Gm; Thu, 24 Aug 2017 11:21:15 +0200", "from geert by ramsan with local (Exim 4.86_2)\n\t(envelope-from <geert@linux-m68k.org>)\n\tid 1dkoKC-0001Os-Gv; Thu, 24 Aug 2017 11:21:16 +0200" ], "From": "Geert Uytterhoeven <geert+renesas@glider.be>", "To": "Wolfram Sang <wsa@the-dreams.de>, Rob Herring <robh+dt@kernel.org>,\n\tMark Rutland <mark.rutland@arm.com>,\n\tHaavard Skinnemoen <hskinnemoen@gmail.com>", "Cc": "linux-i2c@vger.kernel.org, devicetree@vger.kernel.org,\n\tlinux-renesas-soc@vger.kernel.org,\n\tGeert Uytterhoeven <geert+renesas@glider.be>", "Subject": "[PATCH/RFC 1/3] dt-bindings: i2c: i2c-gpio: Add support for named\n\tgpios", "Date": "Thu, 24 Aug 2017 11:21:12 +0200", "Message-Id": "<1503566474-5335-2-git-send-email-geert+renesas@glider.be>", "X-Mailer": "git-send-email 2.7.4", "In-Reply-To": "<1503566474-5335-1-git-send-email-geert+renesas@glider.be>", "References": "<1503566474-5335-1-git-send-email-geert+renesas@glider.be>", "Sender": "devicetree-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<devicetree.vger.kernel.org>", "X-Mailing-List": "devicetree@vger.kernel.org" }, "content": "The current i2c-gpio DT bindings use a single unnamed \"gpios\" property\nto refer to the SDA and SCL signal lines by index. This is error-prone\nfor the casual DT writer and reviewer, as one has to look up the order\nin the DT bindings.\n\nFix this by amending the DT bindings to use two separate named gpios\nproperties, and deprecate the old unnamed variant.\n\nSigned-off-by: Geert Uytterhoeven <geert+renesas@glider.be>\n---\n Documentation/devicetree/bindings/i2c/i2c-gpio.txt | 5 +++--\n 1 file changed, 3 insertions(+), 2 deletions(-)", "diff": "diff --git a/Documentation/devicetree/bindings/i2c/i2c-gpio.txt b/Documentation/devicetree/bindings/i2c/i2c-gpio.txt\nindex 4f8ec947c6bd9cad..61033f73577dd70e 100644\n--- a/Documentation/devicetree/bindings/i2c/i2c-gpio.txt\n+++ b/Documentation/devicetree/bindings/i2c/i2c-gpio.txt\n@@ -2,8 +2,9 @@ Device-Tree bindings for i2c gpio driver\n \n Required properties:\n \t- compatible = \"i2c-gpio\";\n-\t- gpios: sda and scl gpio\n-\n+\t- sda-gpios: gpio used for the sda signal\n+\t- scl-gpios: gpio used for the scl signal\n+\t- gpios: sda and scl gpio, alternative for {sda,scl}-gpios (deprecated)\n \n Optional properties:\n \t- i2c-gpio,sda-open-drain: sda as open drain\n", "prefixes": [ "PATCH/RFC", "1/3" ] }