Show a cover letter.

GET /api/covers/812434/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 812434,
    "url": "http://patchwork.ozlabs.org/api/covers/812434/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170911155529.62891-1-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-1-icenowy@aosc.io>",
    "list_archive_url": null,
    "date": "2017-09-11T15:55:25",
    "name": "[0/4] Add SimpleFB support for Allwinner H3 SoC",
    "submitter": {
        "id": 71295,
        "url": "http://patchwork.ozlabs.org/api/people/71295/?format=api",
        "name": "Icenowy Zheng",
        "email": "icenowy@aosc.io"
    },
    "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170911155529.62891-1-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/covers/812434/comments/",
    "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 3xrXZn1cc2z9s7f\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 01:55:45 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751054AbdIKPzn (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tMon, 11 Sep 2017 11:55:43 -0400",
            "from hermes.aosc.io ([199.195.250.187]:56987 \"EHLO hermes.aosc.io\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751028AbdIKPzm (ORCPT <rfc822;devicetree@vger.kernel.org>);\n\tMon, 11 Sep 2017 11:55:42 -0400",
            "from localhost (localhost [127.0.0.1]) (Authenticated sender:\n\ticenowy@aosc.io)\n\tby hermes.aosc.io (Postfix) with ESMTPSA id 5794B47003;\n\tMon, 11 Sep 2017 15:55:38 +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 0/4] Add SimpleFB support for Allwinner H3 SoC",
        "Date": "Mon, 11 Sep 2017 23:55:25 +0800",
        "Message-Id": "<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": "This patchset adds devicetree-side support of SimpleFB on Allwinner H3\nSoC.\n\nThe DE2 CCU is initialized and used by the SimpleFB node, in order to\nfurtherly coexist with the DRM code.\n\nThe first patch adds pipelines for DE2 displays in simplefb-sunxi\ndevice tree binding.\n\nThe second patch adds DE2 CCU device node for H3 SoC, and the skeleton\nof the node enters the H3/H5 common DTSI; the H5 support is splited\ninto the third patch, as they will enter different tree.\n\nThe fourth patch finally adds simplefb nodes, using the\npipeline strings introduced in the first patch.\n\nIcenowy Zheng (4):\n  dt-bindings: simplefb-sunxi: add pipelines for DE2\n  ARM: sun8i: h3/h5: add DE2 CCU device node for H3\n  arm64: allwinner: h5: add compatible string for DE2 CCU\n  ARM: sunxi: h3/h5: add simplefb nodes\n\n .../bindings/display/simple-framebuffer-sunxi.txt  |  4 ++\n arch/arm/boot/dts/sun8i-h3.dtsi                    |  4 ++\n arch/arm/boot/dts/sunxi-h3-h5.dtsi                 | 43 ++++++++++++++++++++++\n arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi       |  4 ++\n 4 files changed, 55 insertions(+)"
}