Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/1.2/patches/809266/?format=api
{ "id": 809266, "url": "http://patchwork.ozlabs.org/api/1.2/patches/809266/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/6e146ceca74603414c92d6094129255c136b7767.1504441874.git.baruch@tkos.co.il/", "project": { "id": 7, "url": "http://patchwork.ozlabs.org/api/1.2/projects/7/?format=api", "name": "Linux network development", "link_name": "netdev", "list_id": "netdev.vger.kernel.org", "list_email": "netdev@vger.kernel.org", "web_url": null, "scm_url": null, "webscm_url": null, "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "msgid": "<6e146ceca74603414c92d6094129255c136b7767.1504441874.git.baruch@tkos.co.il>", "list_archive_url": null, "date": "2017-09-03T12:31:14", "name": "[v3,3/3] net: phy: sfp: rename the rate-select property", "commit_ref": null, "pull_url": null, "state": "changes-requested", "archived": true, "hash": "7960076b5317b29381edc1aa6baafe0613e37082", "submitter": { "id": 1458, "url": "http://patchwork.ozlabs.org/api/1.2/people/1458/?format=api", "name": "Baruch Siach", "email": "baruch@tkos.co.il" }, "delegate": { "id": 34, "url": "http://patchwork.ozlabs.org/api/1.2/users/34/?format=api", "username": "davem", "first_name": "David", "last_name": "Miller", "email": "davem@davemloft.net" }, "mbox": "http://patchwork.ozlabs.org/project/netdev/patch/6e146ceca74603414c92d6094129255c136b7767.1504441874.git.baruch@tkos.co.il/mbox/", "series": [ { "id": 1222, "url": "http://patchwork.ozlabs.org/api/1.2/series/1222/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1222", "date": "2017-09-03T12:31:14", "name": "[v3,1/3] dt-bindings: add SFF vendor prefix", "version": 3, "mbox": "http://patchwork.ozlabs.org/series/1222/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/patches/809266/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/809266/checks/", "tags": {}, "related": [], "headers": { "Return-Path": "<netdev-owner@vger.kernel.org>", "X-Original-To": "patchwork-incoming@ozlabs.org", "Delivered-To": "patchwork-incoming@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=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)", "Received": [ "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xlXRl09zCz9sP3\n\tfor <patchwork-incoming@ozlabs.org>;\n\tSun, 3 Sep 2017 22:32:19 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1753161AbdICMcQ (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tSun, 3 Sep 2017 08:32:16 -0400", "from guitar.tcltek.co.il ([192.115.133.116]:47282 \"EHLO\n\tmx.tkos.co.il\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1753150AbdICMcP (ORCPT <rfc822;netdev@vger.kernel.org>);\n\tSun, 3 Sep 2017 08:32:15 -0400", "from sapphire.tkos.co.il (unknown [10.0.4.3])\n\tby mx.tkos.co.il (Postfix) with ESMTPA id D394544083B;\n\tSun, 3 Sep 2017 15:32:11 +0300 (IDT)" ], "From": "Baruch Siach <baruch@tkos.co.il>", "To": "Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>,\n\tAndrew Lunn <andrew@lunn.ch>, Florian Fainelli <f.fainelli@gmail.com>,\n\t\"David S. Miller\" <davem@davemloft.net>,\n\tRussell King <rmk+kernel@arm.linux.org.uk>", "Cc": "netdev@vger.kernel.org, devicetree@vger.kernel.org,\n\tSergei Shtylyov <sergei.shtylyov@cogentembedded.com>,\n\tBaruch Siach <baruch@tkos.co.il>", "Subject": "[PATCH v3 3/3] net: phy: sfp: rename the rate-select property", "Date": "Sun, 3 Sep 2017 15:31:14 +0300", "Message-Id": "<6e146ceca74603414c92d6094129255c136b7767.1504441874.git.baruch@tkos.co.il>", "X-Mailer": "git-send-email 2.14.1", "In-Reply-To": "<c2a27566a8eb358ee2566a213c385d0bf3d64307.1504441874.git.baruch@tkos.co.il>", "References": "<c2a27566a8eb358ee2566a213c385d0bf3d64307.1504441874.git.baruch@tkos.co.il>", "Sender": "netdev-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<netdev.vger.kernel.org>", "X-Mailing-List": "netdev@vger.kernel.org" }, "content": "Make the Rx rate select control gpio property name match the documented\nbinding. This would make the addition of 'rate-select1-gpios' for SFP+\nsupport more natural.\n\nSigned-off-by: Baruch Siach <baruch@tkos.co.il>\n---\nv3: No change\n\nv2: New patch in this series\n---\n drivers/net/phy/sfp.c | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)", "diff": "diff --git a/drivers/net/phy/sfp.c b/drivers/net/phy/sfp.c\nindex fb2cf4342f48..b44c0e296662 100644\n--- a/drivers/net/phy/sfp.c\n+++ b/drivers/net/phy/sfp.c\n@@ -62,7 +62,7 @@ static const char *gpio_of_names[] = {\n \t\"los\",\n \t\"tx-fault\",\n \t\"tx-disable\",\n-\t\"rate-select\",\n+\t\"rate-select0\",\n };\n \n static const enum gpiod_flags gpio_flags[] = {\n", "prefixes": [ "v3", "3/3" ] }