From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1BB4DC43334 for ; Fri, 3 Jun 2022 01:19:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242049AbiFCBTq (ORCPT ); Thu, 2 Jun 2022 21:19:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50296 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241071AbiFCBTh (ORCPT ); Thu, 2 Jun 2022 21:19:37 -0400 Received: from mail-oi1-f182.google.com (mail-oi1-f182.google.com [209.85.167.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 067473B019; Thu, 2 Jun 2022 18:19:36 -0700 (PDT) Received: by mail-oi1-f182.google.com with SMTP id m82so8645191oif.13; Thu, 02 Jun 2022 18:19:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=diS8PwoyWt/p5LP4hXPbJbNLO+pd+GJMAUbfZlaW88c=; b=kzo4mFJd1UBuo7qmhsz2XpO3doIBpDAgmx7jA4dlViN8Jhxp5Vy/030cQds7BXz3MV Cq7h2VGLiokJMqEnWGHl2JbNQb7pscknSDgWNYvv6TsuoZtAfTSoSrkgFbAh1JjmNotH qbHowtys5bVMqXeCkNbSnr+Vybt3ekdENvCNpIE652Exxzb/W15qigjjs9NAJK+juYM5 9+ZYPcxfbeT+Plzs5iXubBGmPa4Zcdli2w3425XFJgGCMR2Cj/bv7R9pMPyftA7PDU7e qnJfKuxKzRiAjCepTE4NfEyZX34K42BpVkE7nVt2FS5H4kLy3TMaHjfCV8b3VLNL4qAH bKfA== X-Gm-Message-State: AOAM530m7ramXgOXpoLnCa6tie6VYL4UfGKQMMgPTxL4M/4/tjKkFoNc ri62LPW2aPOi4coyiH86Xg== X-Google-Smtp-Source: ABdhPJxZksYyr71+RUJRx/n5C4BbUG6LvJsTw2ySKaZVTe/zjTSrhUz2XGyR5Rqd5XPtYETsehyy9A== X-Received: by 2002:a54:4006:0:b0:32c:ce5:5bc2 with SMTP id x6-20020a544006000000b0032c0ce55bc2mr4287750oie.279.1654219175138; Thu, 02 Jun 2022 18:19:35 -0700 (PDT) Received: from xps15.. (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.googlemail.com with ESMTPSA id na14-20020a0568706c0e00b000f5d8d031b6sm2679746oab.49.2022.06.02.18.19.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 02 Jun 2022 18:19:34 -0700 (PDT) From: Rob Herring To: Mathieu Poirier , Mike Leach , Leo Yan , Suzuki K Poulose , Krzysztof Kozlowski Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 1/3] dt-bindings: arm: Rename Coresight filenames to match compatible Date: Thu, 2 Jun 2022 20:19:31 -0500 Message-Id: <20220603011933.3277315-2-robh@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220603011933.3277315-1-robh@kernel.org> References: <20220603011933.3277315-1-robh@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Use the compatible strings for filenames as that is the preferred naming convention for DT bindings. Signed-off-by: Rob Herring --- .../arm/{coresight-cti.yaml => arm,coresight-cti.yaml} | 2 +- .../arm/{ete.yaml => arm,embedded-trace-extension.yaml} | 2 +- .../arm/{trbe.yaml => arm,trace-buffer-extension.yaml} | 2 +- MAINTAINERS | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) rename Documentation/devicetree/bindings/arm/{coresight-cti.yaml => arm,coresight-cti.yaml} (99%) rename Documentation/devicetree/bindings/arm/{ete.yaml => arm,embedded-trace-extension.yaml} (96%) rename Documentation/devicetree/bindings/arm/{trbe.yaml => arm,trace-buffer-extension.yaml} (94%) diff --git a/Documentation/devicetree/bindings/arm/coresight-cti.yaml b/Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml similarity index 99% rename from Documentation/devicetree/bindings/arm/coresight-cti.yaml rename to Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml index 21e3515491f4..d32d214ed64e 100644 --- a/Documentation/devicetree/bindings/arm/coresight-cti.yaml +++ b/Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml @@ -2,7 +2,7 @@ # Copyright 2019 Linaro Ltd. %YAML 1.2 --- -$id: http://devicetree.org/schemas/arm/coresight-cti.yaml# +$id: http://devicetree.org/schemas/arm/arm,coresight-cti.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: ARM Coresight Cross Trigger Interface (CTI) device. diff --git a/Documentation/devicetree/bindings/arm/ete.yaml b/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml similarity index 96% rename from Documentation/devicetree/bindings/arm/ete.yaml rename to Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml index 7f9b2d1e1147..2415beeb12ea 100644 --- a/Documentation/devicetree/bindings/arm/ete.yaml +++ b/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml @@ -2,7 +2,7 @@ # Copyright 2021, Arm Ltd %YAML 1.2 --- -$id: "http://devicetree.org/schemas/arm/ete.yaml#" +$id: "http://devicetree.org/schemas/arm/arm,embedded-trace-extension.yaml#" $schema: "http://devicetree.org/meta-schemas/core.yaml#" title: ARM Embedded Trace Extensions diff --git a/Documentation/devicetree/bindings/arm/trbe.yaml b/Documentation/devicetree/bindings/arm/arm,trace-buffer-extension.yaml similarity index 94% rename from Documentation/devicetree/bindings/arm/trbe.yaml rename to Documentation/devicetree/bindings/arm/arm,trace-buffer-extension.yaml index 4402d7bfd1fc..b1322658063a 100644 --- a/Documentation/devicetree/bindings/arm/trbe.yaml +++ b/Documentation/devicetree/bindings/arm/arm,trace-buffer-extension.yaml @@ -2,7 +2,7 @@ # Copyright 2021, Arm Ltd %YAML 1.2 --- -$id: "http://devicetree.org/schemas/arm/trbe.yaml#" +$id: "http://devicetree.org/schemas/arm/arm,trace-buffer-extension.yaml#" $schema: "http://devicetree.org/meta-schemas/core.yaml#" title: ARM Trace Buffer Extensions diff --git a/MAINTAINERS b/MAINTAINERS index 7dff84d95e5f..abfdc62abf98 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1972,10 +1972,10 @@ S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git F: Documentation/ABI/testing/sysfs-bus-coresight-devices-* F: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt -F: Documentation/devicetree/bindings/arm/coresight-cti.yaml +F: Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml F: Documentation/devicetree/bindings/arm/coresight.txt -F: Documentation/devicetree/bindings/arm/ete.yaml -F: Documentation/devicetree/bindings/arm/trbe.yaml +F: Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml +F: Documentation/devicetree/bindings/arm/arm,trace-buffer-extension.yaml F: Documentation/trace/coresight/* F: drivers/hwtracing/coresight/* F: include/dt-bindings/arm/coresight-cti-dt.h -- 2.34.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 21583C433EF for ; Fri, 3 Jun 2022 01:21:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7/r/Tq4Y2ekSzAlyMBBIL7LvbKk77/ng9h26DJzl3EE=; b=Y1VZ0FdLKlNGrt aZQ6kjP4w+pDte7C3ouGi+tCUYeIry3AfmFXxkpvoU4dvfwdt9mbkUUKXVzQALMAbrLpUJZ6ToFLG 8upf+/nE7MrxDN6im/Bp7wHMQY493TspqkuSeF4VEGyDOHbBNmd9azho/F1gZF0MD1Jx+IBILeGJP fSZastCd3xpeVzwbO3D963ZbYRlQjIPojyr4Bk/DZdA3m2blO9kk7tNp1aL1MTClx+xocbX5U3mCt cbFTflbHJeVHwW/SbbsLzb5yaIr47MaUKUhYLGtJLBtp6sGG4xnlgtDtBgl+nKknlY8xeQYlcKZ+s ne+nBhU+KRA69ZrWQoug==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwvyd-005Got-6F; Fri, 03 Jun 2022 01:19:47 +0000 Received: from mail-oi1-f172.google.com ([209.85.167.172]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwvyS-005GmS-FT for linux-arm-kernel@lists.infradead.org; Fri, 03 Jun 2022 01:19:38 +0000 Received: by mail-oi1-f172.google.com with SMTP id k187so8719208oif.1 for ; Thu, 02 Jun 2022 18:19:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=diS8PwoyWt/p5LP4hXPbJbNLO+pd+GJMAUbfZlaW88c=; b=dVWn84aNp/48qHJ0VX1TZBCepbBrPvQ2pnEBOncq0MqfhqztLx59CRJu1/3DCwWOyy XP2O9WcLNo6h5iCSVThkmNHh6KM/Cwg1Ju3ksQN3Y009dwb57P6uK2owU28LgihJvCst j7Fwc70adMJU6ZUnJYTh7KlMyv1tD8nEEPCmeBsgisrgUrC9UzGqtpo1OZWvgVPCaEH9 zGN/6RRBQz/zC2iQ3fgDyD3XlZ4wd7jDJvCZwQoaY+Zohe4AOU7j2OKIUbGHBuUN4oK+ V4Kk4jHLdufzZOSqyETyM031OjmgBGFaF40nkRZp2iyBj6vfDU8uTGQZnDrQJhH1OuIc XHJg== X-Gm-Message-State: AOAM532zR+B5kEoaKWJXulw322p7Ywqu39qy2/x9/KW0SDljVBrQ/dkV utR1FIl/PxdNqon/fgg1IeSUpaPkuA== X-Google-Smtp-Source: ABdhPJxZksYyr71+RUJRx/n5C4BbUG6LvJsTw2ySKaZVTe/zjTSrhUz2XGyR5Rqd5XPtYETsehyy9A== X-Received: by 2002:a54:4006:0:b0:32c:ce5:5bc2 with SMTP id x6-20020a544006000000b0032c0ce55bc2mr4287750oie.279.1654219175138; Thu, 02 Jun 2022 18:19:35 -0700 (PDT) Received: from xps15.. (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.googlemail.com with ESMTPSA id na14-20020a0568706c0e00b000f5d8d031b6sm2679746oab.49.2022.06.02.18.19.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 02 Jun 2022 18:19:34 -0700 (PDT) From: Rob Herring To: Mathieu Poirier , Mike Leach , Leo Yan , Suzuki K Poulose , Krzysztof Kozlowski Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 1/3] dt-bindings: arm: Rename Coresight filenames to match compatible Date: Thu, 2 Jun 2022 20:19:31 -0500 Message-Id: <20220603011933.3277315-2-robh@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220603011933.3277315-1-robh@kernel.org> References: <20220603011933.3277315-1-robh@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220602_181936_552755_BF354539 X-CRM114-Status: GOOD ( 11.43 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Use the compatible strings for filenames as that is the preferred naming convention for DT bindings. Signed-off-by: Rob Herring --- .../arm/{coresight-cti.yaml => arm,coresight-cti.yaml} | 2 +- .../arm/{ete.yaml => arm,embedded-trace-extension.yaml} | 2 +- .../arm/{trbe.yaml => arm,trace-buffer-extension.yaml} | 2 +- MAINTAINERS | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) rename Documentation/devicetree/bindings/arm/{coresight-cti.yaml => arm,coresight-cti.yaml} (99%) rename Documentation/devicetree/bindings/arm/{ete.yaml => arm,embedded-trace-extension.yaml} (96%) rename Documentation/devicetree/bindings/arm/{trbe.yaml => arm,trace-buffer-extension.yaml} (94%) diff --git a/Documentation/devicetree/bindings/arm/coresight-cti.yaml b/Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml similarity index 99% rename from Documentation/devicetree/bindings/arm/coresight-cti.yaml rename to Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml index 21e3515491f4..d32d214ed64e 100644 --- a/Documentation/devicetree/bindings/arm/coresight-cti.yaml +++ b/Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml @@ -2,7 +2,7 @@ # Copyright 2019 Linaro Ltd. %YAML 1.2 --- -$id: http://devicetree.org/schemas/arm/coresight-cti.yaml# +$id: http://devicetree.org/schemas/arm/arm,coresight-cti.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: ARM Coresight Cross Trigger Interface (CTI) device. diff --git a/Documentation/devicetree/bindings/arm/ete.yaml b/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml similarity index 96% rename from Documentation/devicetree/bindings/arm/ete.yaml rename to Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml index 7f9b2d1e1147..2415beeb12ea 100644 --- a/Documentation/devicetree/bindings/arm/ete.yaml +++ b/Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml @@ -2,7 +2,7 @@ # Copyright 2021, Arm Ltd %YAML 1.2 --- -$id: "http://devicetree.org/schemas/arm/ete.yaml#" +$id: "http://devicetree.org/schemas/arm/arm,embedded-trace-extension.yaml#" $schema: "http://devicetree.org/meta-schemas/core.yaml#" title: ARM Embedded Trace Extensions diff --git a/Documentation/devicetree/bindings/arm/trbe.yaml b/Documentation/devicetree/bindings/arm/arm,trace-buffer-extension.yaml similarity index 94% rename from Documentation/devicetree/bindings/arm/trbe.yaml rename to Documentation/devicetree/bindings/arm/arm,trace-buffer-extension.yaml index 4402d7bfd1fc..b1322658063a 100644 --- a/Documentation/devicetree/bindings/arm/trbe.yaml +++ b/Documentation/devicetree/bindings/arm/arm,trace-buffer-extension.yaml @@ -2,7 +2,7 @@ # Copyright 2021, Arm Ltd %YAML 1.2 --- -$id: "http://devicetree.org/schemas/arm/trbe.yaml#" +$id: "http://devicetree.org/schemas/arm/arm,trace-buffer-extension.yaml#" $schema: "http://devicetree.org/meta-schemas/core.yaml#" title: ARM Trace Buffer Extensions diff --git a/MAINTAINERS b/MAINTAINERS index 7dff84d95e5f..abfdc62abf98 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1972,10 +1972,10 @@ S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git F: Documentation/ABI/testing/sysfs-bus-coresight-devices-* F: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt -F: Documentation/devicetree/bindings/arm/coresight-cti.yaml +F: Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml F: Documentation/devicetree/bindings/arm/coresight.txt -F: Documentation/devicetree/bindings/arm/ete.yaml -F: Documentation/devicetree/bindings/arm/trbe.yaml +F: Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml +F: Documentation/devicetree/bindings/arm/arm,trace-buffer-extension.yaml F: Documentation/trace/coresight/* F: drivers/hwtracing/coresight/* F: include/dt-bindings/arm/coresight-cti-dt.h -- 2.34.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel