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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E9BB0C83030 for ; Thu, 3 Jul 2025 20:58:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=tlu4VFMIhvOp0YDUhzyQGnue/ID8aaMujsNRRSk/WGM=; b=UTpHG9Trx9XPvKdfSRSM8iE0HO 0eVkRLfWNS9bw0tqy5jO9C2iOOi6L5+sp70cvfyMzcH4X88GBXlYUVZdRklONpbA2RJPB2Ym4DIZQ uvZQ4ZCcPdVOHXWPBQF6vo7QJw48QeoWt/dnl7oPZcs+tz5CYx71Ixt6LD+eIwYDbjllE0bXbyvf6 LKaDDYNYyyjm+3Rd2G5Ap3eLB0cl9xGBZiRQ6ldgu2oQE5ZhD9QuzSBsYvtxZcNDZ83k8DM5TZ5q+ yXcjNtC/t81wqu/hSDrzkuJqgzY1nSxm8C/JsvfxvCX050IBALPerH9gYpKkk5IGsWUd1kD8hF8ym qwKouorQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uXR0U-0000000CUkC-2EFc; Thu, 03 Jul 2025 20:58:10 +0000 Received: from nyc.source.kernel.org ([147.75.193.91]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uXMJz-0000000BuPr-03cm for linux-arm-kernel@lists.infradead.org; Thu, 03 Jul 2025 15:58:00 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id D01A6A536FC; Thu, 3 Jul 2025 15:57:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DBC6C4CEE3; Thu, 3 Jul 2025 15:57:53 +0000 (UTC) Date: Thu, 3 Jul 2025 16:57:51 +0100 From: Catalin Marinas To: Lorenzo Pieralisi Cc: Marc Zyngier , Thomas Gleixner , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Will Deacon , Arnd Bergmann , Sascha Bischoff , Jonathan Cameron , Timothy Hayes , Bjorn Helgaas , "Liam R. Howlett" , Peter Maydell , Mark Rutland , Jiri Slaby , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH v7 02/31] arm64/sysreg: Add GCIE field to ID_AA64PFR2_EL1 Message-ID: References: <20250703-gicv5-host-v7-0-12e71f1b3528@kernel.org> <20250703-gicv5-host-v7-2-12e71f1b3528@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250703-gicv5-host-v7-2-12e71f1b3528@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250703_085759_119997_4928A942 X-CRM114-Status: UNSURE ( 8.54 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jul 03, 2025 at 12:24:52PM +0200, Lorenzo Pieralisi wrote: > Add field reporting the GCIE feature to ID_AA64PFR2_EL1 sysreg. > > Signed-off-by: Lorenzo Pieralisi > Reviewed-by: Jonathan Cameron > Reviewed-by: Marc Zyngier > Cc: Will Deacon > Cc: Catalin Marinas > Cc: Marc Zyngier Acked-by: Catalin Marinas