get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 809341,
    "url": "http://patchwork.ozlabs.org/api/patches/809341/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20170903174958.27058-15-sakari.ailus@linux.intel.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": "<20170903174958.27058-15-sakari.ailus@linux.intel.com>",
    "list_archive_url": null,
    "date": "2017-09-03T17:49:54",
    "name": "[v7,14/18] dt: bindings: Add lens-focus binding for image sensors",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "841540853d3d1551db9d13592b4ab2e278280671",
    "submitter": {
        "id": 65485,
        "url": "http://patchwork.ozlabs.org/api/people/65485/?format=api",
        "name": "Sakari Ailus",
        "email": "sakari.ailus@linux.intel.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20170903174958.27058-15-sakari.ailus@linux.intel.com/mbox/",
    "series": [
        {
            "id": 1266,
            "url": "http://patchwork.ozlabs.org/api/series/1266/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=1266",
            "date": "2017-09-03T17:49:53",
            "name": "Unified fwnode endpoint parser, async sub-device notifier support, N9 flash DTS",
            "version": 7,
            "mbox": "http://patchwork.ozlabs.org/series/1266/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/patches/809341/comments/",
    "check": "pending",
    "checks": "http://patchwork.ozlabs.org/api/patches/809341/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 3xlgWQ4lqSz9t3f\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tMon,  4 Sep 2017 03:50:58 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1753185AbdICRuu (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tSun, 3 Sep 2017 13:50:50 -0400",
            "from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:49526 \"EHLO\n\thillosipuli.retiisi.org.uk\" rhost-flags-OK-OK-OK-FAIL)\n\tby vger.kernel.org with ESMTP id S1753182AbdICRuF (ORCPT\n\t<rfc822; devicetree@vger.kernel.org>); Sun, 3 Sep 2017 13:50:05 -0400",
            "from lanttu.localdomain (lanttu-e.localdomain [192.168.1.64])\n\tby hillosipuli.retiisi.org.uk (Postfix) with ESMTP id 6E3E3600F4;\n\tSun,  3 Sep 2017 20:50:01 +0300 (EEST)"
        ],
        "From": "Sakari Ailus <sakari.ailus@linux.intel.com>",
        "To": "linux-media@vger.kernel.org",
        "Cc": "niklas.soderlund@ragnatech.se, robh@kernel.org, hverkuil@xs4all.nl,\n\tlaurent.pinchart@ideasonboard.com, devicetree@vger.kernel.org,\n\tpavel@ucw.cz, sre@kernel.org",
        "Subject": "[PATCH v7 14/18] dt: bindings: Add lens-focus binding for image\n\tsensors",
        "Date": "Sun,  3 Sep 2017 20:49:54 +0300",
        "Message-Id": "<20170903174958.27058-15-sakari.ailus@linux.intel.com>",
        "X-Mailer": "git-send-email 2.11.0",
        "In-Reply-To": "<20170903174958.27058-1-sakari.ailus@linux.intel.com>",
        "References": "<20170903174958.27058-1-sakari.ailus@linux.intel.com>",
        "Sender": "devicetree-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<devicetree.vger.kernel.org>",
        "X-Mailing-List": "devicetree@vger.kernel.org"
    },
    "content": "The lens-focus property contains a phandle to the lens voice coil driver\nthat is associated to the sensor; typically both are contained in the same\ncamera module.\n\nSigned-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>\nAcked-by: Pavel Machek <pavel@ucw.cz>\nReviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>\nAcked-by: Rob Herring <robh@kernel.org>\n---\n Documentation/devicetree/bindings/media/video-interfaces.txt | 2 ++\n 1 file changed, 2 insertions(+)",
    "diff": "diff --git a/Documentation/devicetree/bindings/media/video-interfaces.txt b/Documentation/devicetree/bindings/media/video-interfaces.txt\nindex fee73cf2a714..73d045127dcf 100644\n--- a/Documentation/devicetree/bindings/media/video-interfaces.txt\n+++ b/Documentation/devicetree/bindings/media/video-interfaces.txt\n@@ -74,6 +74,8 @@ Optional properties\n - flash: An array of phandles referring to the flash LED, a sub-node\n   of the LED driver device node.\n \n+- lens-focus: A phandle to the node of the focus lens controller.\n+\n \n Optional endpoint properties\n ----------------------------\n",
    "prefixes": [
        "v7",
        "14/18"
    ]
}