From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4DB5B2FFDF8; Wed, 28 Jan 2026 20:44:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769633055; cv=none; b=pUDhSUoWzq4ll++SNEA9W8UmkSp8YDtn6A0drJJ3eJMcvvzclOdK8Xhyab+Se/FM/MrDJ+bWAK9OJ28Szdngih5lqlv1eu1bS9gIICDRo/DsKwHszvuPkOI3My5d9GsEsz2hWmp2jy376xemu6AqemZoLEVeA+uv/y3zeRr0zYk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769633055; c=relaxed/simple; bh=PUO+i4tIhAekqR+Uw8PMdo+dTmbcqsGSIhNXAiYpKjI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OrHPnDGwP9t3Bcm3Lxx8NdOAXT/rIWvCEqtOP8z/zd0d89zfkmO9/raY/Wz1yciCrEYx2Nn0VwG5wdVHGj/ow69TZvp/fHhr+/32O0ZKKzdGqzdF5wSJwaov0hqnud3RjPujjAlGB3qAvVTGJtEyNMOhw/2H1ar9vEz34prUfaU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MkqWBrga; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="MkqWBrga" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD5DDC4CEF1; Wed, 28 Jan 2026 20:44:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769633055; bh=PUO+i4tIhAekqR+Uw8PMdo+dTmbcqsGSIhNXAiYpKjI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MkqWBrgaRSfuHs8ivn8q4kTJKrQLnguldnD19wl29yGjKwQwK16VOdY69XZmtepQy f6MTbt3MGqTWHnUtx+zbAOZgDtDJIfK74e1QGoc44M4sEGdE89P6Ok4TpXwdI39r1B vTNV6SZ5cHidFnuzPlU98NTpPfuvylR2EqTXng9zjK3TA5QnK5YilVmbog2iIuGp7r jqs1oYcdiZQIQKTYihGasQBvCrsqdjLqbQDlrqBn274xoKCc9Y/YcFE0CNoSpPpitQ yBlBJLRPrRwAW+T2WcasSPoV0E1fjLx/L5iSCUiAaALO5IMPklCufSDInkRDbmssYG gis+p6i9FY5tg== Date: Wed, 28 Jan 2026 12:44:13 -0800 From: Drew Fustini To: "Rafael J. Wysocki" Cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Radim =?utf-8?B?S3LEjW3DocWZ?= , Samuel Holland , Adrien Ricciardi , Nicolas Pitre , Kornel =?utf-8?Q?Dul=C4=99ba?= , Atish Patra , Atish Kumar Patra , Vasudevan Srinivasan , Ved Shanbhogue , yunhui cui , Chen Pei , Liu Zhiwei , Weiwei Li , guo.wenjia23@zte.com.cn, liu.qingtao2@zte.com.cn, Reinette Chatre , Tony Luck , Babu Moger , Peter Newman , Fenghua Yu , James Morse , Ben Horgan , Dave Martin , linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, x86@kernel.org, Rob Herring , Len Brown , Robert Moore , Sunil V L , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , linux-acpi@vger.kernel.org, acpica-devel@lists.linux.dev, devicetree@vger.kernel.org Subject: Re: [PATCH RFC v2 14/17] include: acpi: actbl2: Add structs for RQSC table Message-ID: References: <20260128-ssqosid-cbqri-v2-0-dca586b091b9@kernel.org> <20260128-ssqosid-cbqri-v2-14-dca586b091b9@kernel.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Wed, Jan 28, 2026 at 09:31:16PM +0100, Rafael J. Wysocki wrote: > On Wed, Jan 28, 2026 at 9:28 PM Drew Fustini wrote: > > > > Add structs for the RQSC table which describes the properties of the > > RISC-V QoS controllers (CBQRI) in the system. The table also describes > > the topological arrangement of the QoS controllers and resources in the > > system. The topology is expressed in terms of the location of the > > resources within the system and the relation between the QoS Controller > > and the resource it manages. > > > > Link: https://github.com/riscv-non-isa/riscv-cbqri/releases/tag/v1.0 > > Link: https://github.com/riscv-non-isa/riscv-rqsc/blob/main/src/chapter2.adoc > > Signed-off-by: Drew Fustini > > Of course, this change needs to go through upstream ACPICA. Thank you for pointing this out. I've not worked with ACPI prior to dealing with the RQSC table. Is the pull request for RISC-V RIMT a good example of how to do that? https://github.com/acpica/acpica/pull/1003 Thanks, Drew