Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/818481/?format=api
{ "id": 818481, "url": "http://patchwork.ozlabs.org/api/patches/818481/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20170926065919.24446-8-wens@csie.org/", "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": "<20170926065919.24446-8-wens@csie.org>", "list_archive_url": null, "date": "2017-09-26T06:59:13", "name": "[v2,07/13] dt-bindings: display: sun4i: Add binding for A31 HDMI controller", "commit_ref": null, "pull_url": null, "state": "not-applicable", "archived": true, "hash": "3c415ed90f614a05a8fc07f20d27f38520d0f685", "submitter": { "id": 47154, "url": "http://patchwork.ozlabs.org/api/people/47154/?format=api", "name": "Chen-Yu Tsai", "email": "wens@csie.org" }, "delegate": null, "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/20170926065919.24446-8-wens@csie.org/mbox/", "series": [ { "id": 5072, "url": "http://patchwork.ozlabs.org/api/series/5072/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=5072", "date": "2017-09-26T06:59:13", "name": "drm/sun4i: hdmi: Support HDMI controller on A31", "version": 2, "mbox": "http://patchwork.ozlabs.org/series/5072/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/patches/818481/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/818481/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 3y1X295GcHz9t5C\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tTue, 26 Sep 2017 17:02:09 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S966832AbdIZHBb (ORCPT <rfc822; incoming-dt@patchwork.ozlabs.org>);\n\tTue, 26 Sep 2017 03:01:31 -0400", "from mirror2.csie.ntu.edu.tw ([140.112.30.76]:52882 \"EHLO\n\twens.csie.org\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S966405AbdIZG7b (ORCPT <rfc822;devicetree@vger.kernel.org>);\n\tTue, 26 Sep 2017 02:59:31 -0400", "by wens.csie.org (Postfix, from userid 1000)\n\tid 7887F600CE; Tue, 26 Sep 2017 14:59:25 +0800 (CST)" ], "From": "Chen-Yu Tsai <wens@csie.org>", "To": "Mark Brown <broonie@kernel.org>,\n\tMaxime Ripard <maxime.ripard@free-electrons.com>,\n\tDavid Airlie <airlied@linux.ie>,\n\tMichael Turquette <mturquette@baylibre.com>,\n\tStephen Boyd <sboyd@codeaurora.org>, Rob Herring <robh+dt@kernel.org>,\n\tMark Rutland <mark.rutland@arm.com>", "Cc": "Chen-Yu Tsai <wens@csie.org>, dri-devel@lists.freedesktop.org,\n\tlinux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org,\n\tdevicetree@vger.kernel.org, linux-kernel@vger.kernel.org,\n\tlinux-sunxi@googlegroups.com", "Subject": "[PATCH v2 07/13] dt-bindings: display: sun4i: Add binding for A31\n\tHDMI controller", "Date": "Tue, 26 Sep 2017 14:59:13 +0800", "Message-Id": "<20170926065919.24446-8-wens@csie.org>", "X-Mailer": "git-send-email 2.14.1", "In-Reply-To": "<20170926065919.24446-1-wens@csie.org>", "References": "<20170926065919.24446-1-wens@csie.org>", "Sender": "devicetree-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<devicetree.vger.kernel.org>", "X-Mailing-List": "devicetree@vger.kernel.org" }, "content": "The HDMI controller in the A31 SoC is slightly different from the\nearlier version. In addition to the TMDS clock and DDC controls,\nthis version now takes a second DDC clock input.\n\nAdd a compatible string for it, and add the DDC clock input to the\nlist of clocks required.\n\nSigned-off-by: Chen-Yu Tsai <wens@csie.org>\nAcked-by: Rob Herring <robh@kernel.org>\n---\n Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 3 +++\n 1 file changed, 3 insertions(+)", "diff": "diff --git a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt\nindex 92441086caba..46df3b78ae9e 100644\n--- a/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt\n+++ b/Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt\n@@ -41,14 +41,17 @@ CEC. It is one end of the pipeline.\n Required properties:\n - compatible: value must be one of:\n * allwinner,sun5i-a10s-hdmi\n+ * allwinner,sun6i-a31-hdmi\n - reg: base address and size of memory-mapped region\n - interrupts: interrupt associated to this IP\n - clocks: phandles to the clocks feeding the HDMI encoder\n * ahb: the HDMI interface clock\n * mod: the HDMI module clock\n+ * ddc: the HDMI ddc clock (A31 only)\n * pll-0: the first video PLL\n * pll-1: the second video PLL\n - clock-names: the clock names mentioned above\n+ - resets: phandle to the reset control for the HDMI encoder (A31 only)\n - dmas: phandles to the DMA channels used by the HDMI encoder\n * ddc-tx: The channel for DDC transmission\n * ddc-rx: The channel for DDC reception\n", "prefixes": [ "v2", "07/13" ] }