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 B4EB5C83F2F for ; Thu, 29 Aug 2024 16:22:31 +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=g0m8TQrH3wOYB5LJrJUou0y8SQVBkJk+7CjNVMqVZ1Q=; b=G66wkUfSoIvJUAMwpmeMNWD5VF V0W4zCbAa/46TcUv2ZPyN4ZFy3Kn68Rncu3lhHGFut5iw4IDRKwhZG4HOT4CDc9mAFUHKZ3NSjv6g 81M2Aj7laowAaYSoOp0GWQFFW0nWv9iG5hSzHvBx32qLQZptU1vp20I+etpfEEw9kSScbNR+l4nSi Juh/bXrO5/NbeG6T7jFAZ8X4TePMjOpTWnrNQ3hCka/zPQ32J2izh/5tlvxQ+yLtKvZRpf3dbofto mIh+rBpXPv4pjhsmo3j+yxVB5fYug8maVPQooYjA7PDq/ro+HbSaYh56+sMrjMQUXFkDbOEuhVhdC jPDD9VVA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sjhue-00000002odG-2GCS; Thu, 29 Aug 2024 16:22:20 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sjhtl-00000002oNq-0NFA for linux-arm-kernel@lists.infradead.org; Thu, 29 Aug 2024 16:21:26 +0000 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 979A7106F; Thu, 29 Aug 2024 09:21:50 -0700 (PDT) Received: from bogus (e107155-lin.cambridge.arm.com [10.1.198.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 91D693F762; Thu, 29 Aug 2024 09:21:23 -0700 (PDT) Date: Thu, 29 Aug 2024 17:21:21 +0100 From: Sudeep Holla To: Geert Uytterhoeven Cc: Jassi Brar , Cristian Marussi , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH resend] mailbox: ARM_MHU_V3 should depend on ARM64 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240829_092125_196753_6CCDC5E9 X-CRM114-Status: GOOD ( 11.45 ) 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, Aug 29, 2024 at 03:58:53PM +0200, Geert Uytterhoeven wrote: > The ARM MHUv3 controller is only present on ARM64 SoCs. Hence add a > dependency on ARM64, to prevent asking the user about this driver when > configuring a kernel for a different architecture than ARM64. > > Fixes: ca1a8680b134b5e6 ("mailbox: arm_mhuv3: Add driver") Extremely sorry that I just noticed I didn't explicitly ack this change though I agreed with it in the previous post. Acked-by: Sudeep Holla -- Regards, Sudeep