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 48D2FECAAA1 for ; Tue, 30 Aug 2022 17:33:39 +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: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=FW8V0l1u1n1a6lZt5pdJNq3hxpoQ4JTpHto7YG/AN68=; b=fGyiRoa1eTAqG1 ylWT5MrEbzMopQREZ4crTFvf5JmlsuPybZHGPIAOoCl64eXa8o4N+RZX5nu5kgiSXPXSyCayzEsy0 mTLCd1Ybvxw8J4TWXy3akL3+VPUE/q6aHOWt76khOhhlB/f3REWHDHWdVPwh8GgxPFbUB3JqWGuQM uXHDBi8GkdP52r94v0AkSU+Ca/lViiMclJu2VRTNwbzx+q7ifZdA+CPyAeG8VjWGW5ICY+RXSVQe1 l1bC2Y4qLD6yOh3xDCTgDBMjLNY1LkGeIk0aAP9qrZVw/WkzIxaSNthWXiWd2U8CDcFwhI/DxkXus +HQs72KKE8kTm4DbVPkA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oT56C-000sO1-PZ; Tue, 30 Aug 2022 17:32:28 +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 1oT53e-000r1n-Mr for linux-arm-kernel@lists.infradead.org; Tue, 30 Aug 2022 17:29:52 +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 50B461042; Tue, 30 Aug 2022 10:29:55 -0700 (PDT) Received: from [10.57.15.35] (unknown [10.57.15.35]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 531493F7B4; Tue, 30 Aug 2022 10:29:47 -0700 (PDT) Message-ID: <89287d36-5b29-5fba-db6c-dd1b116489e6@arm.com> Date: Tue, 30 Aug 2022 18:29:45 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v3 0/2] coresight: etm4x: Expose default timestamp source in sysfs Content-Language: en-US To: Mathieu Poirier Cc: suzuki.poulose@arm.com, coresight@lists.linaro.org, mike.leach@linaro.org, leo.yan@linaro.org, linux-kernel@vger.kernel.org, german.gomez@arm.com, Jonathan Corbet , Catalin Marinas , Will Deacon , Alexander Shishkin , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org References: <20220823160650.455823-1-james.clark@arm.com> <20220826195552.GA1991601@p14s> From: James Clark In-Reply-To: <20220826195552.GA1991601@p14s> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220830_102950_827158_85C237ED X-CRM114-Status: GOOD ( 16.05 ) 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 On 26/08/2022 20:55, Mathieu Poirier wrote: > On Tue, Aug 23, 2022 at 05:06:48PM +0100, James Clark wrote: >> I've taken over this one from German because he's moved to a different >> team. I gave it a quick check and bumped the version number in the docs >> for the next release, but the month is an estimate. >> >> Thanks >> >> Changes since v2: >> >> * Rebased onto coresight/next (b99ee26a1a) >> * Bumped release version to 6.1 > > I have applied this set. Usually I'd let Suzuki handle it since he is already > familiar with the work but 1) he is currently away and 2) the patchset is fairly > simple. Thanks Mathieu > > Thanks, > Mathieu > >> >> Changes since v1: >> >> * Inline etmv4_to_ts_source() function. >> * Collect review tag from Leo. >> >> German Gomez (2): >> coresight: etm4x: Expose default timestamp source in sysfs >> coresight: etm4x: docs: Add documentation for 'ts_source' sysfs >> interface >> >> .../testing/sysfs-bus-coresight-devices-etm4x | 8 +++++ >> .../coresight/coresight-etm4x-reference.rst | 14 +++++++++ >> arch/arm64/include/asm/sysreg.h | 1 + >> .../coresight/coresight-etm4x-sysfs.c | 29 +++++++++++++++++++ >> 4 files changed, 52 insertions(+) >> >> -- >> 2.28.0 >> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel