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 C21B03E51DE for ; Wed, 15 Apr 2026 16:45:57 +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=1776271559; cv=none; b=UMrTsa17eTRMnZyvPJ6fg0rlLof1sVlZ/rWCQNk8AAjpMlnGeO8LE3BKxJyuqd5wN1GMqtknrskEAz1ckM4zh86LDn6EsAYQpTtBhrTayLkGmmLyIDRspEzuVsZH+erE6qil8SOfPJrdwjeRsXkMS+CII6j/GODM3E+OiUlYfiE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776271559; c=relaxed/simple; bh=P2Y1aQlN8N5FKgPmHRSucxuhwu8KBmAOHdudPeqvjvw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XXkxD7PkCOrA4aIedVcamZvhfz+BqFArHEmHk20qZI2CnGYU9won/wRHLGgKtxjoxKNEDLvvdp1RsT9f8iIvCo7gF6LAqvTNViwkC4/+zqRJqHg1bVcDq5cLGtuZv1wAGWHiRq/N60DH05vu/B8dswAsKzls12NhikAndDEbtFw= 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=tJ3HaeJp; 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="tJ3HaeJp" 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 7E6372E96; Wed, 15 Apr 2026 09:45:51 -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 00A2C3F7D8; Wed, 15 Apr 2026 09:45:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1776271557; bh=P2Y1aQlN8N5FKgPmHRSucxuhwu8KBmAOHdudPeqvjvw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tJ3HaeJpZewibJb1Y+BqHv1gev2T1IbOOjqw//FztemqaCqDu0/a/vlcl+zUsd5Na 6cgjgyXo0LlO50dXvBIuiOvYMBsgLC58RUChcLN/pfZlAI10NDpXc3xQRerAyF/kdb FG027RbHTvYUTTv0u5fplYxdoTeqRslszn6mfQ1E= Date: Wed, 15 Apr 2026 17:45:53 +0100 From: Yeoreum Yun To: Jie Gan 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, leo.yan@arm.com Subject: Re: [PATCH v4 7/9] coresight: etm3x: introduce struct etm_caps Message-ID: References: <20260413142003.3549310-1-yeoreum.yun@arm.com> <20260413142003.3549310-8-yeoreum.yun@arm.com> <585280ea-8395-482a-8a3e-7527fce20539@oss.qualcomm.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: <585280ea-8395-482a-8a3e-7527fce20539@oss.qualcomm.com> [...] > > Signed-off-by: Yeoreum Yun > > --- > > drivers/hwtracing/coresight/coresight-etm.h | 42 ++++++++++++------- > > .../coresight/coresight-etm3x-core.c | 39 ++++++++++------- > > .../coresight/coresight-etm3x-sysfs.c | 29 ++++++++----- > > 3 files changed, 67 insertions(+), 43 deletions(-) > > > > diff --git a/drivers/hwtracing/coresight/coresight-etm.h b/drivers/hwtracing/coresight/coresight-etm.h > > index 40f20daded4f..8d1a1079b008 100644 > > --- a/drivers/hwtracing/coresight/coresight-etm.h > > +++ b/drivers/hwtracing/coresight/coresight-etm.h > > @@ -140,6 +140,30 @@ > > ETM_ADD_COMP_0 | \ > > ETM_EVENT_NOT_A) > > +/** > > + * struct etmv_caps - specifics ETM capabilities > > s/etmv_caps/etm_caps Sorry. I'll fix it. Thanks! [...] -- Sincerely, Yeoreum Yun