Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/807568/?format=api
{ "id": 807568, "url": "http://patchwork.ozlabs.org/api/patches/807568/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/1504087266-5807-1-git-send-email-geert+renesas@glider.be/", "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": "<1504087266-5807-1-git-send-email-geert+renesas@glider.be>", "list_archive_url": null, "date": "2017-08-30T10:01:06", "name": "ASoC: rsnd: Drop unit-addresses without reg properties", "commit_ref": null, "pull_url": null, "state": "superseded", "archived": true, "hash": "bd85b651e640b2ce68be8dccdf33e425a456eebb", "submitter": { "id": 63808, "url": "http://patchwork.ozlabs.org/api/people/63808/?format=api", "name": "Geert Uytterhoeven", "email": "geert+renesas@glider.be" }, "delegate": null, "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/patch/1504087266-5807-1-git-send-email-geert+renesas@glider.be/mbox/", "series": [ { "id": 574, "url": "http://patchwork.ozlabs.org/api/series/574/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=574", "date": "2017-08-30T10:01:06", "name": "ASoC: rsnd: Drop unit-addresses without reg properties", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/574/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/patches/807568/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/807568/checks/", "tags": {}, "related": [], "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 3xj1HF16W8z9t2R\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tWed, 30 Aug 2017 20:01:13 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751562AbdH3KBL (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tWed, 30 Aug 2017 06:01:11 -0400", "from albert.telenet-ops.be ([195.130.137.90]:40248 \"EHLO\n\talbert.telenet-ops.be\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1751358AbdH3KBL (ORCPT\n\t<rfc822; devicetree@vger.kernel.org>); Wed, 30 Aug 2017 06:01:11 -0400", "from ayla.of.borg ([84.195.106.246])\n\tby albert.telenet-ops.be with bizsmtp\n\tid 3N181w00N5JzmfG06N18Sl; Wed, 30 Aug 2017 12:01:09 +0200", "from ramsan.of.borg ([192.168.97.29] helo=ramsan)\n\tby ayla.of.borg with esmtp (Exim 4.86_2)\n\t(envelope-from <geert@linux-m68k.org>)\n\tid 1dmznz-0000Jh-SW; Wed, 30 Aug 2017 12:01:03 +0200", "from geert by ramsan with local (Exim 4.86_2)\n\t(envelope-from <geert@linux-m68k.org>)\n\tid 1dmzo4-0001WQ-6d; Wed, 30 Aug 2017 12:01:08 +0200" ], "From": "Geert Uytterhoeven <geert+renesas@glider.be>", "To": "Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,\n\tLiam Girdwood <lgirdwood@gmail.com>, Mark Brown <broonie@kernel.org>, \n\tRob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>", "Cc": "devicetree@vger.kernel.org, alsa-devel@alsa-project.org,\n\tlinux-renesas-soc@vger.kernel.org,\n\tGeert Uytterhoeven <geert+renesas@glider.be>", "Subject": "[PATCH] ASoC: rsnd: Drop unit-addresses without reg properties", "Date": "Wed, 30 Aug 2017 12:01:06 +0200", "Message-Id": "<1504087266-5807-1-git-send-email-geert+renesas@glider.be>", "X-Mailer": "git-send-email 2.7.4", "Sender": "devicetree-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<devicetree.vger.kernel.org>", "X-Mailing-List": "devicetree@vger.kernel.org" }, "content": "Nodes without reg properties must not have unit addresses:\n\n Warning (unit_address_vs_reg): Node .../rcar_sound,dvc/dvc@0 has a unit name, but no reg property\n\nSigned-off-by: Geert Uytterhoeven <geert+renesas@glider.be>\n---\nDespite the example, there don't seem to be any DTSes with multiple\n\"simple-audio-card,cpu\" nodes?\n---\n .../devicetree/bindings/sound/renesas,rsnd.txt | 68 +++++++++++-----------\n 1 file changed, 34 insertions(+), 34 deletions(-)", "diff": "diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt\nindex 7246bb268bf9bab6..a1536fdc60e62c49 100644\n--- a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt\n+++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt\n@@ -199,10 +199,10 @@ Ex)\n \tsound {\n \t\tcompatible = \"simple-scu-audio-card\";\n \t\t...\n-\t\tsimple-audio-card,cpu@0 {\n+\t\tsimple-audio-card,cpu-0 {\n \t\t\tsound-dai = <&rcar_sound 0>;\n \t\t};\n-\t\tsimple-audio-card,cpu@1 {\n+\t\tsimple-audio-card,cpu-1 {\n \t\t\tsound-dai = <&rcar_sound 1>;\n \t\t};\n \t\tsimple-audio-card,codec {\n@@ -441,79 +441,79 @@ rcar_sound: sound@ec500000 {\n \t\t\t\"clk_a\", \"clk_b\", \"clk_c\", \"clk_i\";\n \n \trcar_sound,dvc {\n-\t\tdvc0: dvc@0 {\n+\t\tdvc0: dvc-0 {\n \t\t\tdmas = <&audma0 0xbc>;\n \t\t\tdma-names = \"tx\";\n \t\t};\n-\t\tdvc1: dvc@1 {\n+\t\tdvc1: dvc-1 {\n \t\t\tdmas = <&audma0 0xbe>;\n \t\t\tdma-names = \"tx\";\n \t\t};\n \t};\n \n \trcar_sound,mix {\n-\t\tmix0: mix@0 { };\n-\t\tmix1: mix@1 { };\n+\t\tmix0: mix-0 { };\n+\t\tmix1: mix-1 { };\n \t};\n \n \trcar_sound,ctu {\n-\t\tctu00: ctu@0 { };\n-\t\tctu01: ctu@1 { };\n-\t\tctu02: ctu@2 { };\n-\t\tctu03: ctu@3 { };\n-\t\tctu10: ctu@4 { };\n-\t\tctu11: ctu@5 { };\n-\t\tctu12: ctu@6 { };\n-\t\tctu13: ctu@7 { };\n+\t\tctu00: ctu-0 { };\n+\t\tctu01: ctu-1 { };\n+\t\tctu02: ctu-2 { };\n+\t\tctu03: ctu-3 { };\n+\t\tctu10: ctu-4 { };\n+\t\tctu11: ctu-5 { };\n+\t\tctu12: ctu-6 { };\n+\t\tctu13: ctu-7 { };\n \t};\n \n \trcar_sound,src {\n-\t\tsrc0: src@0 {\n+\t\tsrc0: src-0 {\n \t\t\tinterrupts = <0 352 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x85>, <&audma1 0x9a>;\n \t\t\tdma-names = \"rx\", \"tx\";\n \t\t};\n-\t\tsrc1: src@1 {\n+\t\tsrc1: src-1 {\n \t\t\tinterrupts = <0 353 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x87>, <&audma1 0x9c>;\n \t\t\tdma-names = \"rx\", \"tx\";\n \t\t};\n-\t\tsrc2: src@2 {\n+\t\tsrc2: src-2 {\n \t\t\tinterrupts = <0 354 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x89>, <&audma1 0x9e>;\n \t\t\tdma-names = \"rx\", \"tx\";\n \t\t};\n-\t\tsrc3: src@3 {\n+\t\tsrc3: src-3 {\n \t\t\tinterrupts = <0 355 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x8b>, <&audma1 0xa0>;\n \t\t\tdma-names = \"rx\", \"tx\";\n \t\t};\n-\t\tsrc4: src@4 {\n+\t\tsrc4: src-4 {\n \t\t\tinterrupts = <0 356 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x8d>, <&audma1 0xb0>;\n \t\t\tdma-names = \"rx\", \"tx\";\n \t\t};\n-\t\tsrc5: src@5 {\n+\t\tsrc5: src-5 {\n \t\t\tinterrupts = <0 357 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x8f>, <&audma1 0xb2>;\n \t\t\tdma-names = \"rx\", \"tx\";\n \t\t};\n-\t\tsrc6: src@6 {\n+\t\tsrc6: src-6 {\n \t\t\tinterrupts = <0 358 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x91>, <&audma1 0xb4>;\n \t\t\tdma-names = \"rx\", \"tx\";\n \t\t};\n-\t\tsrc7: src@7 {\n+\t\tsrc7: src-7 {\n \t\t\tinterrupts = <0 359 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x93>, <&audma1 0xb6>;\n \t\t\tdma-names = \"rx\", \"tx\";\n \t\t};\n-\t\tsrc8: src@8 {\n+\t\tsrc8: src-8 {\n \t\t\tinterrupts = <0 360 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x95>, <&audma1 0xb8>;\n \t\t\tdma-names = \"rx\", \"tx\";\n \t\t};\n-\t\tsrc9: src@9 {\n+\t\tsrc9: src-9 {\n \t\t\tinterrupts = <0 361 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x97>, <&audma1 0xba>;\n \t\t\tdma-names = \"rx\", \"tx\";\n@@ -521,52 +521,52 @@ rcar_sound: sound@ec500000 {\n \t};\n \n \trcar_sound,ssi {\n-\t\tssi0: ssi@0 {\n+\t\tssi0: ssi-0 {\n \t\t\tinterrupts = <0 370 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x01>, <&audma1 0x02>, <&audma0 0x15>, <&audma1 0x16>;\n \t\t\tdma-names = \"rx\", \"tx\", \"rxu\", \"txu\";\n \t\t};\n-\t\tssi1: ssi@1 {\n+\t\tssi1: ssi-1 {\n \t\t\tinterrupts = <0 371 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x03>, <&audma1 0x04>, <&audma0 0x49>, <&audma1 0x4a>;\n \t\t\tdma-names = \"rx\", \"tx\", \"rxu\", \"txu\";\n \t\t};\n-\t\tssi2: ssi@2 {\n+\t\tssi2: ssi-2 {\n \t\t\tinterrupts = <0 372 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x05>, <&audma1 0x06>, <&audma0 0x63>, <&audma1 0x64>;\n \t\t\tdma-names = \"rx\", \"tx\", \"rxu\", \"txu\";\n \t\t};\n-\t\tssi3: ssi@3 {\n+\t\tssi3: ssi-3 {\n \t\t\tinterrupts = <0 373 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x07>, <&audma1 0x08>, <&audma0 0x6f>, <&audma1 0x70>;\n \t\t\tdma-names = \"rx\", \"tx\", \"rxu\", \"txu\";\n \t\t};\n-\t\tssi4: ssi@4 {\n+\t\tssi4: ssi-4 {\n \t\t\tinterrupts = <0 374 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x09>, <&audma1 0x0a>, <&audma0 0x71>, <&audma1 0x72>;\n \t\t\tdma-names = \"rx\", \"tx\", \"rxu\", \"txu\";\n \t\t};\n-\t\tssi5: ssi@5 {\n+\t\tssi5: ssi-5 {\n \t\t\tinterrupts = <0 375 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x0b>, <&audma1 0x0c>, <&audma0 0x73>, <&audma1 0x74>;\n \t\t\tdma-names = \"rx\", \"tx\", \"rxu\", \"txu\";\n \t\t};\n-\t\tssi6: ssi@6 {\n+\t\tssi6: ssi-6 {\n \t\t\tinterrupts = <0 376 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x0d>, <&audma1 0x0e>, <&audma0 0x75>, <&audma1 0x76>;\n \t\t\tdma-names = \"rx\", \"tx\", \"rxu\", \"txu\";\n \t\t};\n-\t\tssi7: ssi@7 {\n+\t\tssi7: ssi-7 {\n \t\t\tinterrupts = <0 377 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x0f>, <&audma1 0x10>, <&audma0 0x79>, <&audma1 0x7a>;\n \t\t\tdma-names = \"rx\", \"tx\", \"rxu\", \"txu\";\n \t\t};\n-\t\tssi8: ssi@8 {\n+\t\tssi8: ssi-8 {\n \t\t\tinterrupts = <0 378 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x11>, <&audma1 0x12>, <&audma0 0x7b>, <&audma1 0x7c>;\n \t\t\tdma-names = \"rx\", \"tx\", \"rxu\", \"txu\";\n \t\t};\n-\t\tssi9: ssi@9 {\n+\t\tssi9: ssi-9 {\n \t\t\tinterrupts = <0 379 IRQ_TYPE_LEVEL_HIGH>;\n \t\t\tdmas = <&audma0 0x13>, <&audma1 0x14>, <&audma0 0x7d>, <&audma1 0x7e>;\n \t\t\tdma-names = \"rx\", \"tx\", \"rxu\", \"txu\";\n", "prefixes": [] }