get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/810079/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 810079,
    "url": "http://patchwork.ozlabs.org/api/patches/810079/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20170905105739.8330-3-heiko@sntech.de/",
    "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": "<20170905105739.8330-3-heiko@sntech.de>",
    "list_archive_url": null,
    "date": "2017-09-05T10:57:34",
    "name": "[2/7] dt-bindings: gpu: mali-utgard: add optional supply regulator",
    "commit_ref": null,
    "pull_url": null,
    "state": "not-applicable",
    "archived": true,
    "hash": "5e25271f3537652c589e10d4ce1ee6241a624c18",
    "submitter": {
        "id": 10645,
        "url": "http://patchwork.ozlabs.org/api/people/10645/?format=api",
        "name": "Heiko Stübner",
        "email": "heiko@sntech.de"
    },
    "delegate": null,
    "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20170905105739.8330-3-heiko@sntech.de/mbox/",
    "series": [
        {
            "id": 1549,
            "url": "http://patchwork.ozlabs.org/api/series/1549/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=1549",
            "date": "2017-09-05T10:57:32",
            "name": "ARM: dts: rockchip: add Utgard Mali nodes for some socs",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/1549/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/patches/810079/comments/",
    "check": "pending",
    "checks": "http://patchwork.ozlabs.org/api/patches/810079/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 3xmkG13jYkz9sRm\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tTue,  5 Sep 2017 20:58:01 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1750748AbdIEK57 (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tTue, 5 Sep 2017 06:57:59 -0400",
            "from gloria.sntech.de ([95.129.55.99]:48844 \"EHLO gloria.sntech.de\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1750762AbdIEK57 (ORCPT <rfc822;devicetree@vger.kernel.org>);\n\tTue, 5 Sep 2017 06:57:59 -0400",
            "from ip9234ad97.dynamic.kabel-deutschland.de ([146.52.173.151]\n\thelo=phil.fritz.box) by gloria.sntech.de with esmtpsa\n\t(TLS1.1:DHE_RSA_AES_256_CBC_SHA1:256)\n\t(Exim 4.80) (envelope-from <heiko@sntech.de>)\n\tid 1dpBYK-0006hQ-EQ; Tue, 05 Sep 2017 12:57:56 +0200"
        ],
        "From": "Heiko Stuebner <heiko@sntech.de>",
        "To": "linux-rockchip@lists.infradead.org",
        "Cc": "robh+dt@kernel.org, mark.rutland@arm.com,\n\tdevicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,\n\tHeiko Stuebner <heiko@sntech.de>",
        "Subject": "[PATCH 2/7] dt-bindings: gpu: mali-utgard: add optional supply\n\tregulator",
        "Date": "Tue,  5 Sep 2017 12:57:34 +0200",
        "Message-Id": "<20170905105739.8330-3-heiko@sntech.de>",
        "X-Mailer": "git-send-email 2.14.1",
        "In-Reply-To": "<20170905105739.8330-1-heiko@sntech.de>",
        "References": "<20170905105739.8330-1-heiko@sntech.de>",
        "Sender": "devicetree-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<devicetree.vger.kernel.org>",
        "X-Mailing-List": "devicetree@vger.kernel.org"
    },
    "content": "Mali GPUs have a separate supplying regulator in a lot of socs,\nso describe a mali-supply property. The already described\noperating points will likely also need access to this regulator.\n\nSigned-off-by: Heiko Stuebner <heiko@sntech.de>\n---\n Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt | 3 +++\n 1 file changed, 3 insertions(+)",
    "diff": "diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt\nindex 3b7f6f72f032..bcaa640c883f 100644\n--- a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt\n+++ b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt\n@@ -39,6 +39,9 @@ Optional properties:\n     Memory region to allocate from, as defined in\n     Documentation/devicetree/bindi/reserved-memory/reserved-memory.txt\n \n+  - mali-supply : Phandle to regulator for the Mali device. Refer to\n+    Documentation/devicetree/bindings/regulator/regulator.txt for details.\n+\n   - operating-points-v2:\n     Operating Points for the GPU, as defined in\n     Documentation/devicetree/bindings/opp/opp.txt\n",
    "prefixes": [
        "2/7"
    ]
}