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 1797DECAAA1 for ; Mon, 12 Sep 2022 08:43:52 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3gd//l3shTXFR1ZHCuorRsHVFzlsN0oXEFF0EG4C87E=; b=EEFH6p1j/Vd//V wuWEWEckxu+sKWQPtqM3F1hlHR0t+qytB4vyFvuM2RsaoHe0tRpQldkkl7lTDbUZl0osFYdv9OoN5 DZ9bEDCkLdnZjHyNF4PvjxJoMoabfIxu/svi5/lSL/G71a4xp7U22KZllor/L0tcmuIUioKi4WVZz o8aHe0eb80vb3T1JkzeMAIdAuwczA8qc0ZAGGf8rjAbwDWTVweT1dnq9c6WgSYUHG07AVx94pb6rS mID11+idAOiT0uMp8peGW5czYMyz/wj80eZd30CT/tYp0AwEAc5Qc+VmRjFqCCfduvgiymGODXKO1 r3uyZOUYlzbLKwgrprvg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oXf1a-007tWG-7s; Mon, 12 Sep 2022 08:42:39 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oXeyZ-007rsP-Su for linux-arm-kernel@lists.infradead.org; Mon, 12 Sep 2022 08:39:44 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 39B131756; Mon, 12 Sep 2022 01:39:31 -0700 (PDT) Received: from [10.57.49.22] (unknown [10.57.49.22]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 338C63F73D; Mon, 12 Sep 2022 01:39:23 -0700 (PDT) Message-ID: <8dc7b4ca-8900-8e7e-01a1-118d0d050271@arm.com> Date: Mon, 12 Sep 2022 09:39:21 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH 05/13] dt-bindings: arm: update arm,coresight-cpu-debug.yaml reference To: Mauro Carvalho Chehab , Linux Doc Mailing List , corbet@lwn.net Cc: Krzysztof Kozlowski , Leo Yan , Mathieu Poirier , Mike Leach , Rob Herring , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20815dbff3d27f5d3e6876363f052d2a08ad2e72.1660829433.git.mchehab@kernel.org> From: Suzuki K Poulose In-Reply-To: <20815dbff3d27f5d3e6876363f052d2a08ad2e72.1660829433.git.mchehab@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220912_013932_025105_2B996C7D X-CRM114-Status: GOOD ( 14.44 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 18/08/2022 14:38, Mauro Carvalho Chehab wrote: > Changeset 66d052047ca8 ("dt-bindings: arm: Convert CoreSight CPU debug to DT schema") > renamed: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt > to: Documentation/devicetree/bindings/arm/arm,coresight-cpu-debug.yaml. > > Update its cross-reference accordingly. > > Fixes: 66d052047ca8 ("dt-bindings: arm: Convert CoreSight CPU debug to DT schema") > Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Suzuki K Poulose > --- > > See [PATCH 00/13] at: https://lore.kernel.org/all/cover.1660829433.git.mchehab@kernel.org/ > > Documentation/trace/coresight/coresight-cpu-debug.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/trace/coresight/coresight-cpu-debug.rst b/Documentation/trace/coresight/coresight-cpu-debug.rst > index 993dd294b81b..79bbe587e5e8 100644 > --- a/Documentation/trace/coresight/coresight-cpu-debug.rst > +++ b/Documentation/trace/coresight/coresight-cpu-debug.rst > @@ -117,7 +117,7 @@ divide into below cases: > Device Tree Bindings > -------------------- > > -See Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt for details. > +See Documentation/devicetree/bindings/arm/arm,coresight-cpu-debug.yaml for details. > > > How to use the module _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel