Show a cover letter.

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

{
    "id": 817417,
    "url": "http://patchwork.ozlabs.org/api/covers/817417/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170922093453.13250-1-sakari.ailus@linux.intel.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": "<20170922093453.13250-1-sakari.ailus@linux.intel.com>",
    "list_archive_url": null,
    "date": "2017-09-22T09:34:49",
    "name": "[RESEND,v3,0/4] AS3645A fixes",
    "submitter": {
        "id": 65485,
        "url": "http://patchwork.ozlabs.org/api/people/65485/?format=api",
        "name": "Sakari Ailus",
        "email": "sakari.ailus@linux.intel.com"
    },
    "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170922093453.13250-1-sakari.ailus@linux.intel.com/mbox/",
    "series": [
        {
            "id": 4586,
            "url": "http://patchwork.ozlabs.org/api/series/4586/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=4586",
            "date": "2017-09-22T09:34:49",
            "name": "AS3645A fixes",
            "version": 3,
            "mbox": "http://patchwork.ozlabs.org/series/4586/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/covers/817417/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 3xz7cL34cmz9sP1\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tFri, 22 Sep 2017 19:34:58 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751966AbdIVJe4 (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tFri, 22 Sep 2017 05:34:56 -0400",
            "from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:42396 \"EHLO\n\thillosipuli.retiisi.org.uk\" rhost-flags-OK-OK-OK-FAIL)\n\tby vger.kernel.org with ESMTP id S1751809AbdIVJez (ORCPT\n\t<rfc822; devicetree@vger.kernel.org>); Fri, 22 Sep 2017 05:34:55 -0400",
            "from lanttu.localdomain (unknown\n\t[IPv6:2001:1bc8:1a6:d3d5::e1:1002])\n\tby hillosipuli.retiisi.org.uk (Postfix) with ESMTP id 03FA8600F7;\n\tFri, 22 Sep 2017 12:34:54 +0300 (EEST)"
        ],
        "From": "Sakari Ailus <sakari.ailus@linux.intel.com>",
        "To": "linux-leds@vger.kernel.org, jacek.anaszewski@gmail.com",
        "Cc": "linux-media@vger.kernel.org, devicetree@vger.kernel.org",
        "Subject": "[RESEND PATCH v3 0/4] AS3645A fixes",
        "Date": "Fri, 22 Sep 2017 12:34:49 +0300",
        "Message-Id": "<20170922093453.13250-1-sakari.ailus@linux.intel.com>",
        "X-Mailer": "git-send-email 2.11.0",
        "Sender": "devicetree-owner@vger.kernel.org",
        "Precedence": "bulk",
        "List-ID": "<devicetree.vger.kernel.org>",
        "X-Mailing-List": "devicetree@vger.kernel.org"
    },
    "content": "Hi Jacek and others,\n\n(Resending, got devicetree list address wrong.)\n\nHere are a few fixes for the as3645a DTS as well as changes in bindings.\nThe driver is not in a release yet.\n\nJacek: Could you take these to your fixes branch so we don't get faulty DT\nbindings to a release? I've dropped the patches related to LED naming and\nlabel property as the discusion appears to continue on that.\n\nThanks.\n\n\nsince v2:\n\n- Drop patches related to LED naming.\n\n- No other changes.\n\nsince v1:\n\n- Add LED colour to the name of the LED, this adds two patches to the set.\n\n- Add a patch to unregister the indicator LED in driver remove function.\n\n- No changes to v1 patches.\n\nSakari Ailus (4):\n  as3645a: Use ams,input-max-microamp as documented in DT bindings\n  dt: bindings: as3645a: Use LED number to refer to LEDs\n  as3645a: Use integer numbers for parsing LEDs\n  as3645a: Unregister indicator LED on device unbind\n\n .../devicetree/bindings/leds/ams,as3645a.txt       | 28 +++++++++++++--------\n arch/arm/boot/dts/omap3-n950-n9.dtsi               | 10 +++++---\n drivers/leds/leds-as3645a.c                        | 29 +++++++++++++++++++---\n 3 files changed, 51 insertions(+), 16 deletions(-)"
}