Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/1.2/patches/809303/?format=api
{ "id": 809303, "url": "http://patchwork.ozlabs.org/api/1.2/patches/809303/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/patch/0a90f4b3cc903af6f82002e502deba67f374c602.1504449136.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": "<0a90f4b3cc903af6f82002e502deba67f374c602.1504449136.git.baruch@tkos.co.il>", "list_archive_url": null, "date": "2017-09-03T14:32:16", "name": "dt-binding: phy: don't confuse with Ethernet phy properties", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": true, "hash": "8cfb9f4c935688b67ef4ea5e47552438665f8686", "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/0a90f4b3cc903af6f82002e502deba67f374c602.1504449136.git.baruch@tkos.co.il/mbox/", "series": [ { "id": 1242, "url": "http://patchwork.ozlabs.org/api/1.2/series/1242/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=1242", "date": "2017-09-03T14:32:16", "name": "dt-binding: phy: don't confuse with Ethernet phy properties", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/1242/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/patches/809303/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/809303/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 3xlb7x6pGNz9s8J\n\tfor <patchwork-incoming@ozlabs.org>;\n\tMon, 4 Sep 2017 00:33:49 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1753050AbdICOdh (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tSun, 3 Sep 2017 10:33:37 -0400", "from guitar.tcltek.co.il ([192.115.133.116]:47296 \"EHLO\n\tmx.tkos.co.il\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1752894AbdICOdg (ORCPT <rfc822;netdev@vger.kernel.org>);\n\tSun, 3 Sep 2017 10:33:36 -0400", "from sapphire.tkos.co.il (unknown [10.0.4.3])\n\tby mx.tkos.co.il (Postfix) with ESMTPA id 36E9A44075A;\n\tSun, 3 Sep 2017 17:33:34 +0300 (IDT)" ], "From": "Baruch Siach <baruch@tkos.co.il>", "To": "Kishon Vijay Abraham I <kishon@ti.com>", "Cc": "linux-kernel@vger.kernel.org, netdev@vger.kernel.org,\n\tBaruch Siach <baruch@tkos.co.il>", "Subject": "[PATCH] dt-binding: phy: don't confuse with Ethernet phy properties", "Date": "Sun, 3 Sep 2017 17:32:16 +0300", "Message-Id": "<0a90f4b3cc903af6f82002e502deba67f374c602.1504449136.git.baruch@tkos.co.il>", "X-Mailer": "git-send-email 2.14.1", "Sender": "netdev-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<netdev.vger.kernel.org>", "X-Mailing-List": "netdev@vger.kernel.org" }, "content": "The generic PHY 'phys' property sometime appears in the same node with\nthe Ethernet PHY 'phy' or 'phy-handle' properties. Add a warning in\nphy-bindings.txt to reduce confusion.\n\nSigned-off-by: Baruch Siach <baruch@tkos.co.il>\n---\n Documentation/devicetree/bindings/phy/phy-bindings.txt | 4 +++-\n 1 file changed, 3 insertions(+), 1 deletion(-)", "diff": "diff --git a/Documentation/devicetree/bindings/phy/phy-bindings.txt b/Documentation/devicetree/bindings/phy/phy-bindings.txt\nindex 1293c321754c..a403b81d0679 100644\n--- a/Documentation/devicetree/bindings/phy/phy-bindings.txt\n+++ b/Documentation/devicetree/bindings/phy/phy-bindings.txt\n@@ -34,7 +34,9 @@ PHY user node\n =============\n \n Required Properties:\n-phys : the phandle for the PHY device (used by the PHY subsystem)\n+phys : the phandle for the PHY device (used by the PHY subsystem; not to be\n+ confused with the Ethernet specific 'phy' and 'phy-handle' properties,\n+ see Documentation/devicetree/bindings/net/ethernet.txt for these)\n phy-names : the names of the PHY corresponding to the PHYs present in the\n \t *phys* phandle\n \n", "prefixes": [] }