From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 21B4E239567 for ; Thu, 28 May 2026 13:47:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779976037; cv=none; b=AgPvfogp7S2vBwvvQx9TW9uwlHVRCPq9+xFIF1mNBzOBydFO3TYAaTFYl9KPDG7wLi9dRsqRKKKO45JdS3LrViZJUGaJKRo0WptZtX1yGAT8wLsjMQWdYBKUxdjf8yGKSLb8h9oCPX0NLdfLmAQnaf5hoXESFwhBdFpr7mvZ1JQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779976037; c=relaxed/simple; bh=4blMPJwO8wOgJek48r7tcv6T2jD7ndmGe7fMN5J+ilY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=O99Jkzgsx5F7gzNSHVLy9IR2R8G/t/EqDNjBct84JOsOPdXCsvCzScoMUuRszBGs92Fbm0Ek/FJQlSEy1Utq8xh+1NzrM0BfIPpBZf9glngthn0qpoqWw1FC1SVxhPP9WVo/PeXR4Y1MZ7JyyxyXnsec9+mq6hCkzTT0vtolrnU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b=I2xLgROD; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b="I2xLgROD" 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 867DD4402; Thu, 28 May 2026 06:47:10 -0700 (PDT) Received: from e129823.arm.com (e129823.arm.com [10.1.197.6]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 680E13F632; Thu, 28 May 2026 06:47:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1779976035; bh=4blMPJwO8wOgJek48r7tcv6T2jD7ndmGe7fMN5J+ilY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=I2xLgRODdfoPHiXTSmqVM2SrsVgXP8/vfiTbZ+vNcIhotjt7bipm9FPmuyZDaR209 SNZ92h/q6JN43x44S7OqdrbCdMfChNFnYdtzukljI2GG5rf0QWTH+5LFox/SrqWFiA 7Z3FGZ5wdv7MHtjkqgjv5M7CpQwhFcU9HVJJwjVk= Date: Thu, 28 May 2026 14:47:12 +0100 From: Yeoreum Yun To: Leo Yan Cc: coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, suzuki.poulose@arm.com, mike.leach@arm.com, james.clark@linaro.org, alexander.shishkin@linux.intel.com, jie.gan@oss.qualcomm.com Subject: Re: [PATCH v7 03/13] coresight: etm4x: introduce ETM_MAX_SEQ_TRANSITIONS Message-ID: References: <20260519154812.254884-1-yeoreum.yun@arm.com> <20260519154812.254884-4-yeoreum.yun@arm.com> <20260528125856.GC101133@e132581.arm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260528125856.GC101133@e132581.arm.com> On Thu, May 28, 2026 at 01:58:56PM +0100, Leo Yan wrote: > On Tue, May 19, 2026 at 04:48:02PM +0100, Yeoreum Yun wrote: > > According to IHI006H Embedded Trace Macrocell Architecture > > Specification [0], n could be 0-2 for TCRSEQEVR when > > TCRIDR5.NUMSEQSTATE is 0b100. > > > > Therefore, introduce ETM_MAX_SEQ_TRANSITIONS macro and apply this > > in TCRSEQEVR relevant fields. > > > > Link: https://developer.arm.com/documentation/ihi0064/latest/ [0] > > Suggestedby: Leo Yan > > s/Suggestedby/Suggested-by Bad typo.. I'll fix. > > > Signed-off-by: Yeoreum Yun > > The change looks good to me: > > Reviewed-by: Leo Yan Thanks ;) -- Sincerely, Yeoreum Yun