Cover Letter Detail
Show a cover letter.
GET /api/covers/806770/?format=api
{ "id": 806770, "url": "http://patchwork.ozlabs.org/api/covers/806770/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170828211918.11573-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": "<20170828211918.11573-1-tony@atomide.com>", "list_archive_url": null, "date": "2017-08-28T21:19:01", "name": "[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/20170828211918.11573-1-tony@atomide.com/mbox/", "series": [ { "id": 261, "url": "http://patchwork.ozlabs.org/api/series/261/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=261", "date": "2017-08-28T21:19:01", "name": "Fix missing device tree hwmods and IO ranges omap variants", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/261/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/covers/806770/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 3xh4RR4brVz9t32\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tTue, 29 Aug 2017 07:19:58 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751208AbdH1VT4 (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tMon, 28 Aug 2017 17:19:56 -0400", "from muru.com ([72.249.23.125]:38164 \"EHLO muru.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751207AbdH1VTz (ORCPT <rfc822;devicetree@vger.kernel.org>);\n\tMon, 28 Aug 2017 17:19:55 -0400", "from sampyla.muru.com (localhost [127.0.0.1])\n\tby muru.com (Postfix) with ESMTP id 8245D826A;\n\tMon, 28 Aug 2017 21:20:15 +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": "[PATCH 00/17] Fix missing device tree hwmods and IO ranges omap\n\tvariants", "Date": "Mon, 28 Aug 2017 14:19:01 -0700", "Message-Id": "<20170828211918.11573-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\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\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 | 34 +++++\n Documentation/devicetree/bindings/hsi/omap-ssi.txt | 6 +-\n .../devicetree/bindings/media/ti-fdif.txt | 37 +++++\n Documentation/devicetree/bindings/media/ti-iss.txt | 32 +++++\n .../bindings/memory-controllers/ti/emif.txt | 6 +-\n .../devicetree/bindings/power/ti-smartreflex.txt | 49 +++++++\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 | 20 +++\n arch/arm/boot/dts/omap3.dtsi | 1 +\n arch/arm/boot/dts/omap4.dtsi | 151 +++++++++++++++++++--\n arch/arm/boot/dts/omap5.dtsi | 1 +\n 15 files changed, 403 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" }