get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 807681,
    "url": "http://patchwork.ozlabs.org/api/patches/807681/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20170830151953.30856-13-tony@atomide.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": "<20170830151953.30856-13-tony@atomide.com>",
    "list_archive_url": null,
    "date": "2017-08-30T15:19:48",
    "name": "[12/17] ARM: dts: Add missing aess node and binding for omap4",
    "commit_ref": null,
    "pull_url": null,
    "state": "changes-requested",
    "archived": true,
    "hash": "49bbb5a85ffca6a269f18d875d68707de2f19e88",
    "submitter": {
        "id": 365,
        "url": "http://patchwork.ozlabs.org/api/people/365/?format=api",
        "name": "Tony Lindgren",
        "email": "tony@atomide.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20170830151953.30856-13-tony@atomide.com/mbox/",
    "series": [
        {
            "id": 635,
            "url": "http://patchwork.ozlabs.org/api/series/635/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=635",
            "date": "2017-08-30T15:19:36",
            "name": "Fix missing device tree hwmods and IO ranges omap variants",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/635/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/patches/807681/comments/",
    "check": "pending",
    "checks": "http://patchwork.ozlabs.org/api/patches/807681/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 3xj8ML6D5Fz9sN7\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tThu, 31 Aug 2017 01:20:14 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751650AbdH3PUK (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tWed, 30 Aug 2017 11:20:10 -0400",
            "from muru.com ([72.249.23.125]:38844 \"EHLO muru.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751625AbdH3PUJ (ORCPT <rfc822;devicetree@vger.kernel.org>);\n\tWed, 30 Aug 2017 11:20:09 -0400",
            "from sampyla.muru.com (localhost [127.0.0.1])\n\tby muru.com (Postfix) with ESMTP id 278DF82B9;\n\tWed, 30 Aug 2017 15:20:31 +0000 (UTC)"
        ],
        "From": "Tony Lindgren <tony@atomide.com>",
        "To": "linux-omap@vger.kernel.org",
        "Cc": "=?utf-8?q?Beno=C3=AEt_Cousson?= <bcousson@baylibre.com>,\n\tdevicetree@vger.kernel.org, Liam Girdwood <lgirdwood@gmail.com>, \n\tMark Brown <broonie@kernel.org>, Mark Rutland <mark.rutland@arm.com>, \n\tPeter Ujfalusi <peter.ujfalusi@ti.com>, Rob Herring <robh+dt@kernel.org>",
        "Subject": "[PATCH 12/17] ARM: dts: Add missing aess node and binding for omap4",
        "Date": "Wed, 30 Aug 2017 08:19:48 -0700",
        "Message-Id": "<20170830151953.30856-13-tony@atomide.com>",
        "X-Mailer": "git-send-email 2.14.1",
        "In-Reply-To": "<20170830151953.30856-1-tony@atomide.com>",
        "References": "<20170830151953.30856-1-tony@atomide.com>",
        "Sender": "devicetree-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<devicetree.vger.kernel.org>",
        "X-Mailing-List": "devicetree@vger.kernel.org"
    },
    "content": "On omap4 we're missing the aess node with it's related \"ti,hwmods\"\nproperty that the SoC interconnect code needs.\n\nNote that this will only show up as a bug with \"doesn't have\nmpu register target base\" boot errors when the legacy platform\ndata is removed.\n\nCc: Liam Girdwood <lgirdwood@gmail.com>\nCc: Mark Brown <broonie@kernel.org>\nCc: Mark Rutland <mark.rutland@arm.com>\nCc: Peter Ujfalusi <peter.ujfalusi@ti.com>\nCc: Rob Herring <robh+dt@kernel.org>\nSigned-off-by: Tony Lindgren <tony@atomide.com>\n---\n .../devicetree/bindings/sound/ti-aess.txt          | 33 ++++++++++++++++++++++\n arch/arm/boot/dts/omap4.dtsi                       |  8 ++++++\n 2 files changed, 41 insertions(+)\n create mode 100644 Documentation/devicetree/bindings/sound/ti-aess.txt",
    "diff": "diff --git a/Documentation/devicetree/bindings/sound/ti-aess.txt b/Documentation/devicetree/bindings/sound/ti-aess.txt\nnew file mode 100644\n--- /dev/null\n+++ b/Documentation/devicetree/bindings/sound/ti-aess.txt\n@@ -0,0 +1,33 @@\n+Texas Instruments Audio Engine Subsystem (AESS) binding\n+\n+AESS performs real-time signal processing on TI SoCs.\n+\n+\n+Required properties:\n+\n+compatible: Shall be one of the following:\n+\t    \"ti,omap4-aess\"\n+\n+reg: Shall contain the device instance IO range\n+\n+interrupts: Shall contain the device instance interrupt\n+\n+\n+Optional properties:\n+\n+reg-names: Shall contain the IO range names if multiple IO\n+\t   ranges are used by the SoC\n+\n+ti,hwmods: Shall contain the TI interconnect module name if needed\n+\t   by the SoC\n+\n+\n+Example:\n+\n+\taess: aess@401f1000 {\n+\t\tcompatible = \"ti,omap4-aess\";\n+\t\treg = <0x401f1000 0x400>, /* MPU private access */\n+\t\t      <0x490f1000 0x400>; /* L3 Interconnect */\n+\t\treg-names = \"mpu\", \"dma\";\n+\t\tti,hwmods = \"aess\";\n+\t};\ndiff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi\n--- a/arch/arm/boot/dts/omap4.dtsi\n+++ b/arch/arm/boot/dts/omap4.dtsi\n@@ -793,6 +793,14 @@\n \t\t\tti,hwmods = \"slimbus1\";\n \t\t};\n \n+\t\taess: aess@401f1000 {\n+\t\t\tcompatible = \"ti,omap4-aess\";\n+\t\t\treg = <0x401f1000 0x400>, /* MPU private access */\n+\t\t\t      <0x490f1000 0x400>; /* L3 Interconnect */\n+\t\t\treg-names = \"mpu\", \"dma\";\n+\t\t\tti,hwmods = \"aess\";\n+\t\t};\n+\n \t\tmcbsp4: mcbsp@48096000 {\n \t\t\tcompatible = \"ti,omap4-mcbsp\";\n \t\t\treg = <0x48096000 0xff>; /* L4 Interconnect */\n",
    "prefixes": [
        "12/17"
    ]
}