Show a cover letter.

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

{
    "id": 814181,
    "url": "http://patchwork.ozlabs.org/api/covers/814181/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170915091812.13368-1-heiko@sntech.de/",
    "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": "<20170915091812.13368-1-heiko@sntech.de>",
    "list_archive_url": null,
    "date": "2017-09-15T09:18:04",
    "name": "[v2,0/8] ARM: dts: rockchip: add Utgard Mali nodes for some socs",
    "submitter": {
        "id": 10645,
        "url": "http://patchwork.ozlabs.org/api/people/10645/?format=api",
        "name": "Heiko Stübner",
        "email": "heiko@sntech.de"
    },
    "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170915091812.13368-1-heiko@sntech.de/mbox/",
    "series": [
        {
            "id": 3257,
            "url": "http://patchwork.ozlabs.org/api/series/3257/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=3257",
            "date": "2017-09-15T09:18:04",
            "name": "ARM: dts: rockchip: add Utgard Mali nodes for some socs",
            "version": 2,
            "mbox": "http://patchwork.ozlabs.org/series/3257/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/covers/814181/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 3xtqZR1pLQz9s4q\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tFri, 15 Sep 2017 19:18:23 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751201AbdIOJSW (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tFri, 15 Sep 2017 05:18:22 -0400",
            "from gloria.sntech.de ([95.129.55.99]:48368 \"EHLO gloria.sntech.de\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751157AbdIOJSV (ORCPT <rfc822;devicetree@vger.kernel.org>);\n\tFri, 15 Sep 2017 05:18:21 -0400",
            "from p5b127fef.dip0.t-ipconnect.de ([91.18.127.239]\n\thelo=phil.sntech) by gloria.sntech.de with esmtpsa\n\t(TLS1.1:DHE_RSA_AES_256_CBC_SHA1:256)\n\t(Exim 4.80) (envelope-from <heiko@sntech.de>)\n\tid 1dsmlO-0007Vp-Ty; Fri, 15 Sep 2017 11:18:19 +0200"
        ],
        "From": "Heiko Stuebner <heiko@sntech.de>",
        "To": "linux-rockchip@lists.infradead.org",
        "Cc": "robh+dt@kernel.org, mark.rutland@arm.com,\n\tdevicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,\n\tHeiko Stuebner <heiko@sntech.de>",
        "Subject": "[PATCH v2 0/8] ARM: dts: rockchip: add Utgard Mali nodes for some\n\tsocs",
        "Date": "Fri, 15 Sep 2017 11:18:04 +0200",
        "Message-Id": "<20170915091812.13368-1-heiko@sntech.de>",
        "X-Mailer": "git-send-email 2.14.1",
        "Sender": "devicetree-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<devicetree.vger.kernel.org>",
        "X-Mailing-List": "devicetree@vger.kernel.org"
    },
    "content": "This adds a mali-supply similar to the Midgard binding, the\ncompatibles for 3 Rockchip socs and the nodes for these.\n\nThe rk3036 and rk3188 gpus were tested, on the boards that\nget their gpus enabled, using the current Lima resurrection\nproject and were able to probe the gpus sucessfully and draw\na nice red-triangle in an off-screen application.\n\nThe only special thing Rockchip Malis do, is that all MMUs have\na shared interrupt and all PPs also have a shared interrupt, but\nthat works out well with the current binding.\n\n\nchanges in v2:\n- adapt to Rob's comment for the compatibles, not sure how I could miss\n  the long compatible list at the top in the first place :-)\n- add Rob's Ack for patch 2 and adapt styling to match the other properties\n- add power-domains as optional property\n\n\nThe power-domains are missing from the actual devicetree patches for now,\nas the rk3036 does not have any and I just submitted power-domain support\nfor rk3188 in a separate series. So while the rk3188 needs a power-domain\nit's driver is still in-flight :-)\n\n\nHeiko Stuebner (8):\n  dt-bindings: gpu: mali-utgard: Add Rockchip Utgard Malis\n  dt-bindings: gpu: mali-utgard: add optional supply regulator\n  dt-bindings: gpu: mali-utgard: add optional power-domain reference\n  ARM: dts: rockchip: add rk3036 gpu node\n  ARM: dts: rockchip: enable the gpu on rk3036-kylin boards\n  ARM: dts: rockchip: add rk322x gpu node\n  ARM: dts: rockchip: add gpu nodes on rk3066/rk3188\n  ARM: dts: rockchip: enable gpu on rk3188-radxarock\n\n .../devicetree/bindings/gpu/arm,mali-utgard.txt    | 16 +++++++++++++++\n arch/arm/boot/dts/rk3036-kylin.dts                 |  5 +++++\n arch/arm/boot/dts/rk3036.dtsi                      | 19 +++++++++++++++++\n arch/arm/boot/dts/rk3066a.dtsi                     | 24 ++++++++++++++++++++++\n arch/arm/boot/dts/rk3188-radxarock.dts             |  4 ++++\n arch/arm/boot/dts/rk3188.dtsi                      | 24 ++++++++++++++++++++++\n arch/arm/boot/dts/rk322x.dtsi                      | 21 +++++++++++++++++++\n arch/arm/boot/dts/rk3xxx.dtsi                      | 11 ++++++++++\n 8 files changed, 124 insertions(+)"
}