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=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 06437C5519F for ; Mon, 30 Nov 2020 09:32:00 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 838112076E for ; Mon, 30 Nov 2020 09:31:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="OUvLeGt5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 838112076E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=dUGEcORUTZ7kOPZftqLIhM+wZ4LegxHTN3duy6IR8LQ=; b=OUvLeGt5SRffDahlPOa5vfad7 DNT0dUPaa0HKJ0tJMl/Aye0+79xsXG7voPaktFVKr4YjI2wB7l0dSLHtZhs8dfjkmMcLEqMXjNjHX nsDf5I0K078zRVtV/WnN0W3nr0M3T+p296hfjT8PYsqiodra0S0kRMymKO8hM+YNIr39nBq9uJVSx krPArC5w51Z7jMyZnsMcwjiH9tSuqvmNXp3ftKZrEby0QL1HUXwXzEyGjWS9kJ3QIz8R+NIyXjedP bPpEfEaG0IPBIoD4ezqHJa/Xrp/8g0hFSWRkYJu8A96as0qQjr9I7vy9TPWOld8PEHyAXudDAsGe2 AxWRCPypw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kjfWA-0000Z0-63; Mon, 30 Nov 2020 09:30:46 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kjfVz-0000VT-Ui for linux-arm-kernel@lists.infradead.org; Mon, 30 Nov 2020 09:30:38 +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 055A4101E; Mon, 30 Nov 2020 01:30:32 -0800 (PST) Received: from [10.57.56.151] (unknown [10.57.56.151]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 73A6D3F23F; Mon, 30 Nov 2020 01:30:30 -0800 (PST) Subject: Re: [PATCH v4 17/25] coresight: etm4x: Use TRCDEVARCH for component discovery To: Mathieu Poirier References: <20201119164547.2982871-1-suzuki.poulose@arm.com> <20201119164547.2982871-18-suzuki.poulose@arm.com> <20201127182837.GA1092947@xps15> From: Suzuki K Poulose Message-ID: <8021ab00-3d10-d38a-6a13-dff9a726031b@arm.com> Date: Mon, 30 Nov 2020 09:30:25 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <20201127182837.GA1092947@xps15> Content-Language: en-GB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201130_043036_132936_6126E809 X-CRM114-Status: GOOD ( 13.87 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: anshuman.khandual@arm.com, coresight@lists.linaro.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, jonathan.zhouwen@huawei.com, mike.leach@linaro.org 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 11/27/20 6:28 PM, Mathieu Poirier wrote: > On Thu, Nov 19, 2020 at 04:45:39PM +0000, Suzuki K Poulose wrote: >> We have been using TRCIDR1 for detecting the ETM version. This >> is in preparation for the future IP support. >> >> Cc: Mike Leach >> Reviewed-by: Suzuki K Poulose > > You have reviewed your own code - that's great! > > I had a good giggle on that one. I have started reviewing this set... Yikes, sorry. It must have been a copy/paste error. It was supposed to be yours https://lore.kernel.org/linux-arm-kernel/20201106214228.GE3299843@xps15/ Cheers Suzuki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel