Show a cover letter.

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

{
    "id": 807178,
    "url": "http://patchwork.ozlabs.org/api/covers/807178/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/1504032311-195988-1-git-send-email-vadimp@mellanox.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": "<1504032311-195988-1-git-send-email-vadimp@mellanox.com>",
    "list_archive_url": null,
    "date": "2017-08-29T18:45:09",
    "name": "[v1,0/2] add support for the external thermal zone and cooling device binding for Mellanox network devices",
    "submitter": {
        "id": 69757,
        "url": "http://patchwork.ozlabs.org/api/people/69757/?format=api",
        "name": "Vadim Pasternak",
        "email": "vadimp@mellanox.com"
    },
    "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/1504032311-195988-1-git-send-email-vadimp@mellanox.com/mbox/",
    "series": [
        {
            "id": 409,
            "url": "http://patchwork.ozlabs.org/api/series/409/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=409",
            "date": "2017-08-29T18:45:10",
            "name": "add support for the external thermal zone and cooling device binding for Mellanox network devices",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/409/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/covers/807178/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 3xhZMd45jtz9t38\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tWed, 30 Aug 2017 02:48:29 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751776AbdH2QsS (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tTue, 29 Aug 2017 12:48:18 -0400",
            "from mail-il-dmz.mellanox.com ([193.47.165.129]:34158 \"EHLO\n\tmellanox.co.il\" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org\n\twith ESMTP id S1751660AbdH2QsJ (ORCPT\n\t<rfc822; devicetree@vger.kernel.org>); Tue, 29 Aug 2017 12:48:09 -0400",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n\tvadimp@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 29 Aug 2017 19:48:03 +0300",
            "from r-mgtswh-226.mtr.labs.mlnx. (r-mgtswh-226.mtr.labs.mlnx\n\t[10.209.1.51])\n\tby labmailer.mlnx (8.13.8/8.13.8) with ESMTP id v7TGm3G0030696;\n\tTue, 29 Aug 2017 19:48:03 +0300"
        ],
        "From": "Vadim Pasternak <vadimp@mellanox.com>",
        "To": "robh+dt@kernel.org, davem@davemloft.net",
        "Cc": "jiri@resnulli.us, ivecera@redhat.com, devicetree@vger.kernel.org,\n\tnetdev@vger.kernel.org, Vadim Pasternak <vadimp@mellanox.com>",
        "Subject": "[patch v1 0/2] add support for the external thermal zone and cooling\n\tdevice binding for Mellanox network devices",
        "Date": "Tue, 29 Aug 2017 18:45:09 +0000",
        "Message-Id": "<1504032311-195988-1-git-send-email-vadimp@mellanox.com>",
        "X-Mailer": "git-send-email 2.1.4",
        "Sender": "devicetree-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<devicetree.vger.kernel.org>",
        "X-Mailing-List": "devicetree@vger.kernel.org"
    },
    "content": "It allows binding of AISC thermal sensor to externally defined thermal\nzones and cooling device. Such definition can be provided from DTS.\n\nVadim Pasternak (2):\n  dt-bindings: net: add binding documentation for mlxsw thermal control\n  mlxsw: core: add support for the external thermal zone setting (by\n    DTS)\n\n .../devicetree/bindings/net/mellanox,mlxsw.txt     |  46 +++++++++\n drivers/net/ethernet/mellanox/mlxsw/core_thermal.c | 107 ++++++++++++++++++++-\n drivers/net/ethernet/mellanox/mlxsw/minimal.c      |   6 ++\n 3 files changed, 155 insertions(+), 4 deletions(-)\n create mode 100644 Documentation/devicetree/bindings/net/mellanox,mlxsw.txt"
}