Show a cover letter.

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

{
    "id": 807675,
    "url": "http://patchwork.ozlabs.org/api/covers/807675/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170830151953.30856-1-tony@atomide.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": "<20170830151953.30856-1-tony@atomide.com>",
    "list_archive_url": null,
    "date": "2017-08-30T15:19:36",
    "name": "[PATCHv2,00/17] Fix missing device tree hwmods and IO ranges omap variants",
    "submitter": {
        "id": 365,
        "url": "http://patchwork.ozlabs.org/api/people/365/?format=api",
        "name": "Tony Lindgren",
        "email": "tony@atomide.com"
    },
    "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170830151953.30856-1-tony@atomide.com/mbox/",
    "series": [
        {
            "id": 635,
            "url": "http://patchwork.ozlabs.org/api/series/635/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=635",
            "date": "2017-08-30T15:19:36",
            "name": "Fix missing device tree hwmods and IO ranges omap variants",
            "version": 1,
            "mbox": "http://patchwork.ozlabs.org/series/635/mbox/"
        }
    ],
    "comments": "http://patchwork.ozlabs.org/api/covers/807675/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 3xj8M13BHGz9sN7\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tThu, 31 Aug 2017 01:19:57 +1000 (AEST)",
            "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751409AbdH3PT4 (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tWed, 30 Aug 2017 11:19:56 -0400",
            "from muru.com ([72.249.23.125]:38744 \"EHLO muru.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751317AbdH3PT4 (ORCPT <rfc822;devicetree@vger.kernel.org>);\n\tWed, 30 Aug 2017 11:19:56 -0400",
            "from sampyla.muru.com (localhost [127.0.0.1])\n\tby muru.com (Postfix) with ESMTP id C265882B9;\n\tWed, 30 Aug 2017 15:20:17 +0000 (UTC)"
        ],
        "From": "Tony Lindgren <tony@atomide.com>",
        "To": "linux-omap@vger.kernel.org",
        "Cc": "=?utf-8?q?Beno=C3=AEt_Cousson?= <bcousson@baylibre.com>,\n\tdevicetree@vger.kernel.org",
        "Subject": "[PATCHv2 00/17] Fix missing device tree hwmods and IO ranges omap\n\tvariants",
        "Date": "Wed, 30 Aug 2017 08:19:36 -0700",
        "Message-Id": "<20170830151953.30856-1-tony@atomide.com>",
        "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": "Hi all,\n\nWhile cleaning up legacy platform data I noticed to my horror that we\nare in a \"half-chicken, half-egg\" state with with the legacy booting\nvs device tree booting instead of dealing with just the traditional\n\"chicken or the egg\" problem.\n\nBasically we are missing some critical dts data for \"ti,hwmods\" and\nIO ranges for example. This data is needed by the SoC interconnect\ncode and things just happen to work now with the legacy platform\ndata still around.\n\nNote that the IO range in the dts should be for the interconnect\ntarget module, typically sized 0x1000. Then there can be one or\nmore device instances as a child of the interconnect target module.\n\nMostly this is a problem on omap4, the other SoCs only have few\nnodes and properties missing.\n\nFor the missing nodes and properties, I've also updated or added the\nbinding documentation. For some devices, there is currently no driver\navailable like is the case for face detect and GPU modules for\nexample.\n\nRegards,\n\nTony\n\nChanges since v1:\n\n- Updated hsi, iss, fdif, gpu, and smartreflex patches based on\n  the subsystem maintainer comments\n\n- Added Rob and Mark in Cc for the patches touching binding\n  documentation\n\n\nTony Lindgren (17):\n  ARM: dts: Add missing dma hwmods property for omap3\n  ARM: dts: Configure pmu without interrupt for omap4430\n  ARM: dts: Add missing properties for omap4 control modules\n  ARM: dts: Add missing hwmods property for omap4 dma\n  ARM: dts: Add missing smartreflex node and binding for omap4\n  ARM: dts: Add missing slimbus node and binding for omap4\n  ARM: dts: Add missing onewire node for omap4\n  ARM: dts: Add missing hsi node for omap4\n  ARM: dts: Add missing iss node and binding for omap4\n  ARM: dts: Add missing wdt3 node for omap4\n  ARM: dts: Add missing mcasp node for omap4\n  ARM: dts: Add missing aess node and binding for omap4\n  ARM: dts: Add missing fdif node and binding for omap4\n  ARM: dts: Add missing gpu node and binding for omap4\n  ARM: dts: Add missing dma hwmod property for omap5\n  ARM: dts: Add missing hwmod related nodes for am33xx\n  ARM: dts: Add missing hwmod related properties for dra7\n\n .../devicetree/bindings/arm/omap/ctrl.txt          |   2 +\n .../devicetree/bindings/gpu/ti-powervr-sgx.txt     |  39 +++++\n Documentation/devicetree/bindings/hsi/omap-ssi.txt |   7 +-\n .../devicetree/bindings/media/ti-fdif.txt          |  29 ++++\n Documentation/devicetree/bindings/media/ti-iss.txt |  33 ++++\n .../bindings/memory-controllers/ti/emif.txt        |   6 +-\n .../devicetree/bindings/power/ti-smartreflex.txt   |  47 ++++++\n .../bindings/sound/davinci-mcasp-audio.txt         |   1 +\n .../devicetree/bindings/sound/ti-aess.txt          |  33 ++++\n .../devicetree/bindings/sound/ti-slimbus.txt       |  34 ++++\n arch/arm/boot/dts/am33xx.dtsi                      |  10 +-\n arch/arm/boot/dts/dra7.dtsi                        |   8 +\n arch/arm/boot/dts/omap3.dtsi                       |   1 +\n arch/arm/boot/dts/omap4.dtsi                       | 176 +++++++++++++++++++--\n arch/arm/boot/dts/omap5.dtsi                       |   1 +\n 15 files changed, 413 insertions(+), 14 deletions(-)\n create mode 100644 Documentation/devicetree/bindings/gpu/ti-powervr-sgx.txt\n create mode 100644 Documentation/devicetree/bindings/media/ti-fdif.txt\n create mode 100644 Documentation/devicetree/bindings/media/ti-iss.txt\n create mode 100644 Documentation/devicetree/bindings/power/ti-smartreflex.txt\n create mode 100644 Documentation/devicetree/bindings/sound/ti-aess.txt\n create mode 100644 Documentation/devicetree/bindings/sound/ti-slimbus.txt"
}