From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 BC2D129437 for ; Tue, 24 Oct 2023 14:07:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id B981EA3 for ; Tue, 24 Oct 2023 07:07:52 -0700 (PDT) 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 93AC02F4; Tue, 24 Oct 2023 07:08:32 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4DDBA3F762; Tue, 24 Oct 2023 07:07:50 -0700 (PDT) Date: Tue, 24 Oct 2023 15:07:47 +0100 From: Sudeep Holla To: "Rafael J. Wysocki" , Catalin Marinas , Will Deacon Cc: Russell King , Marc Zyngier , Len Brown , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper Message-ID: References: Precedence: bulk X-Mailing-List: linux-acpi@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 Tue, Oct 24, 2023 at 02:06:55PM +0200, Rafael J. Wysocki wrote: > On Mon, Oct 23, 2023 at 3:35 PM Russell King wrote: > > > > From: James Morse > > > > ACPI, irqchip and the architecture code all inspect the MADT > > enabled bit for a GICC entry in the MADT. > > > > The addition of an 'online capable' bit means all these sites need > > updating. > > > > Move the current checks behind a helper to make future updates easier. > > > > Signed-off-by: James Morse > > Reviewed-by: Jonathan Cameron > > Reviewed-by: Gavin Shan > > Signed-off-by: Russell King (Oracle) > > Acked-by: Rafael J. Wysocki > > for the generic ACPI changes in this patch, but it is knod of > ARM-specific, so I'd prefer ARM64 to pick it up (CC Sudeep). Thanks Rafael. The changes looks good to me. Reviewed-by: Sudeep Holla Catalin, Can you please up this patch for v6.7 if not too late ? It is simple refactoring and must not have too much impact. -- Regards, Sudeep