Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/812435/?format=api
{ "id": 812435, "url": "http://patchwork.ozlabs.org/api/patches/812435/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20170911155529.62891-2-icenowy@aosc.io/", "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": "<20170911155529.62891-2-icenowy@aosc.io>", "list_archive_url": null, "date": "2017-09-11T15:55:26", "name": "[1/4] dt-bindings: simplefb-sunxi: add pipelines for DE2", "commit_ref": null, "pull_url": null, "state": "not-applicable", "archived": true, "hash": "cf82dddee853f6262b5146820ce5f65ebd08df9d", "submitter": { "id": 71295, "url": "http://patchwork.ozlabs.org/api/people/71295/?format=api", "name": "Icenowy Zheng", "email": "icenowy@aosc.io" }, "delegate": null, "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20170911155529.62891-2-icenowy@aosc.io/mbox/", "series": [ { "id": 2520, "url": "http://patchwork.ozlabs.org/api/series/2520/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=2520", "date": "2017-09-11T15:55:25", "name": "Add SimpleFB support for Allwinner H3 SoC", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/2520/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/patches/812435/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/812435/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 3xrXZt6xz5z9s1h\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 01:55:50 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751472AbdIKPzt (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tMon, 11 Sep 2017 11:55:49 -0400", "from hermes.aosc.io ([199.195.250.187]:57009 \"EHLO hermes.aosc.io\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751445AbdIKPzs (ORCPT <rfc822;devicetree@vger.kernel.org>);\n\tMon, 11 Sep 2017 11:55:48 -0400", "from localhost (localhost [127.0.0.1]) (Authenticated sender:\n\ticenowy@aosc.io)\n\tby hermes.aosc.io (Postfix) with ESMTPSA id 5524146FC3;\n\tMon, 11 Sep 2017 15:55:45 +0000 (UTC)" ], "From": "Icenowy Zheng <icenowy@aosc.io>", "To": "Rob Herring <robh+dt@kernel.org>,\n\tMaxime Ripard <maxime.ripard@free-electrons.com>,\n\tChen-Yu Tsai <wens@csie.org>", "Cc": "devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,\n\tlinux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com,\n\tIcenowy Zheng <icenowy@aosc.io>", "Subject": "[PATCH 1/4] dt-bindings: simplefb-sunxi: add pipelines for DE2", "Date": "Mon, 11 Sep 2017 23:55:26 +0800", "Message-Id": "<20170911155529.62891-2-icenowy@aosc.io>", "In-Reply-To": "<20170911155529.62891-1-icenowy@aosc.io>", "References": "<20170911155529.62891-1-icenowy@aosc.io>", "Sender": "devicetree-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<devicetree.vger.kernel.org>", "X-Mailing-List": "devicetree@vger.kernel.org" }, "content": "As we're going to add simplefb support for Allwinner SoCs with DE2, add\nsuitable pipeline strings in the device tree binding.\n\nSigned-off-by: Icenowy Zheng <icenowy@aosc.io>\n---\n .../devicetree/bindings/display/simple-framebuffer-sunxi.txt | 4 ++++\n 1 file changed, 4 insertions(+)", "diff": "diff --git a/Documentation/devicetree/bindings/display/simple-framebuffer-sunxi.txt b/Documentation/devicetree/bindings/display/simple-framebuffer-sunxi.txt\nindex a9168ae6946c..d693b8dc9a62 100644\n--- a/Documentation/devicetree/bindings/display/simple-framebuffer-sunxi.txt\n+++ b/Documentation/devicetree/bindings/display/simple-framebuffer-sunxi.txt\n@@ -15,6 +15,10 @@ Required properties:\n \"de_be1-lcd1\"\n \"de_be0-lcd0-hdmi\"\n \"de_be1-lcd1-hdmi\"\n+ \"mixer0-lcd0\"\n+ \"mixer0-lcd0-hdmi\"\n+ \"mixer1-lcd1-hdmi\"\n+ \"mixer1-lcd1-tve\"\n \n Example:\n \n", "prefixes": [ "1/4" ] }