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 X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A59A4C433E0 for ; Wed, 6 Jan 2021 14:54:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4C9F623110 for ; Wed, 6 Jan 2021 14:54:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727290AbhAFOxs (ORCPT ); Wed, 6 Jan 2021 09:53:48 -0500 Received: from foss.arm.com ([217.140.110.172]:42048 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726220AbhAFOxr (ORCPT ); Wed, 6 Jan 2021 09:53:47 -0500 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 D06DCD6E; Wed, 6 Jan 2021 06:53:01 -0800 (PST) Received: from [10.57.37.195] (unknown [10.57.37.195]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0F6913F719; Wed, 6 Jan 2021 06:52:59 -0800 (PST) Subject: Re: [PATCH v5 00/25] coresight: etm4x: Support for system instructions To: Mike Leach Cc: linux-arm-kernel , Linux Kernel Mailing List , Catalin Marinas , Mathieu Poirier , Leo Yan , Jonathan Zhou References: <20201214173731.302520-1-suzuki.poulose@arm.com> From: Suzuki K Poulose Message-ID: Date: Wed, 6 Jan 2021 14:52:52 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mike, On 1/6/21 2:48 PM, Mike Leach wrote: > Hi Suzuki, > > In addition to altering patch 18, to put the newly accessible > TRCDEVARCH register into the more appropriate 'mgmt' subdir for > CoreSight management registers, an update is needed to > ./Documentation/ABI/testing/sysfs-bus-coresight-devices-etm4x to add a > reference for this new sysfs file to reflect the location and purpose > of the register. Ack. I will do this for the next version. Cheers Suzuki