From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from Atcsqr.andestech.com (60-248-80-70.hinet-ip.hinet.net [60.248.80.70]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2EF6419BB; Wed, 29 Nov 2023 00:49:46 -0800 (PST) Received: from mail.andestech.com (ATCPCS16.andestech.com [10.0.1.222]) by Atcsqr.andestech.com with ESMTP id 3AT8lgDk054922; Wed, 29 Nov 2023 16:47:42 +0800 (+08) (envelope-from peterlin@andestech.com) Received: from APC323 (10.0.12.98) by ATCPCS16.andestech.com (10.0.1.222) with Microsoft SMTP Server id 14.3.498.0; Wed, 29 Nov 2023 16:47:39 +0800 Date: Wed, 29 Nov 2023 16:47:38 +0800 From: Yu-Chien Peter Lin To: Conor Dooley CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v4 09/13] dt-bindings: riscv: Add T-Head PMU extension description Message-ID: References: <20231122121235.827122-1-peterlin@andestech.com> <20231122121235.827122-10-peterlin@andestech.com> <20231123-obscurity-copied-7a7bcc66d69d@wendy> Precedence: bulk X-Mailing-List: linux-perf-users@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: <20231123-obscurity-copied-7a7bcc66d69d@wendy> User-Agent: Mutt/2.2.10 (2023-03-25) X-DNSRBL: X-SPAM-SOURCE-CHECK: pass X-MAIL:Atcsqr.andestech.com 3AT8lgDk054922 Hi Conor, On Thu, Nov 23, 2023 at 02:48:20PM +0000, Conor Dooley wrote: > On Wed, Nov 22, 2023 at 08:12:31PM +0800, Yu Chien Peter Lin wrote: > > Document the ISA string for T-Head performance monitor extension > > which provides counter overflow interrupt mechanism. > > > > Signed-off-by: Yu Chien Peter Lin > > --- > > Changes v2 -> v3: > > - New patch > > Changes v3 -> v4: > > - No change > > --- > > Documentation/devicetree/bindings/riscv/extensions.yaml | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/riscv/extensions.yaml b/Documentation/devicetree/bindings/riscv/extensions.yaml > > index c91ab0e46648..694efaea8fce 100644 > > --- a/Documentation/devicetree/bindings/riscv/extensions.yaml > > +++ b/Documentation/devicetree/bindings/riscv/extensions.yaml > > @@ -258,5 +258,11 @@ properties: > > in commit 2e5236 ("Ztso is now ratified.") of the > > riscv-isa-manual. > > > > + - const: xtheadpmu > > + description: > > + The T-Head performance monitor extension for counter overflow. For more > > + details, see the chapter 12 in the Xuantie C906 user manual. > > + https://github.com/T-head-Semi/openc906/tree/main/doc > > I'm pretty sure that I asked on the previous revision for you to > identify a specific revision of this document. Sorry, I'm still searching for it. Regards, Peter Lin > Cheers, > Conor.