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 0E059C25B75 for ; Wed, 15 May 2024 07:55:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To: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=tbHD4vN5OECh4WUPxLaTQUpHn9iKpgWmWJ3MG0h9z7I=; b=mhjoPQUcKMPePQ2QKxSaoZ/L2r /nrapbdD4BFNWpl8S/oX4LUgHT3OqPvtSl//UyUEK/sVs1nKkmvgXk9vzBDRRmwyO53s9cdCsWDuY ksDxU0Jvcc3ZuDGqg2HMFUsxERovP6oFwfI6s/J7KTn0EPOLmz96RPn+R5w9r3GWKcyYUSSvThrNu 4qpGGY3IUhTxtxIe+BUGrYenYvuiy+VTk0x0GyXdG8fcfRPZNOvJYFbYYZ63Ae7DI5MHhFtE/81lC DcldiK6G5hSApEtjYBi4F0EXmlwFJtQxpBHOF1ze/CO7z2evuyt8LeJ0UDIwGvkhs04tButsPHVog SmaU1+yQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s79UG-00000000r44-3dyn; Wed, 15 May 2024 07:55:44 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s79UC-00000000r3F-3d8p for linux-arm-kernel@lists.infradead.org; Wed, 15 May 2024 07:55:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1715759740; x=1747295740; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=te+JUZp//zm2HGD0dBdZNmi69bBpCYVM6qw/DcC/rgw=; b=P+5Dnk1oO7qn+pzdwyMol48AODOCtcEat18h6dBD7DdggjuIWo6QTbkW z0MLSBOnVw8CgT8UsrwyP4MtCu0C+JHYOf8EwmbDeA/ElQxLyZ9KUumjK RQ6zJpmkhYb5HMV1VCQBzujvROOaU5XH8eP0mp+Yyq/JEBjOONw4F43q+ gB7VWlzklbhbunX64oEINzCPIWRAon2VafBYEbBJGLgZRu993P/9wCEWW YLP2P9Eo4Xy6qwFfp9s1QeJMlPd2sFMGfWhC8NB9QyIhxjuPLtK4O6oJp 1xXFVftW2UOoK6pUU8ORdclKDpoYa7zXL7ieH7/gDkt0qeaf08OqB6k9S Q==; X-CSE-ConnectionGUID: vh6L3V53RnWoYN/VR9JRog== X-CSE-MsgGUID: 4xLYoIRATzaCkFyYlr4QYA== X-IronPort-AV: E=Sophos;i="6.08,161,1712646000"; d="asc'?scan'208";a="192150437" X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa6.microchip.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 15 May 2024 00:55:34 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.85.144) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Wed, 15 May 2024 00:55:06 -0700 Received: from wendy (10.10.85.11) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35 via Frontend Transport; Wed, 15 May 2024 00:55:03 -0700 Date: Wed, 15 May 2024 08:54:50 +0100 From: Conor Dooley To: Florian Fainelli CC: Conor Dooley , , Michael Turquette , Stephen Boyd , Jassi Brar , Bjorn Andersson , Maximilian Luz , Ard Biesheuvel , Johan Hovold , "Michael S. Tsirkin" , Sudeep Holla , Bartosz Golaszewski , "open list:COMMON CLK FRAMEWORK" , open list , Stefan Wahren Subject: Re: [PATCH 1/3] mailbox: Make BCM2835_MBOX default to ARCH_BCM2835 Message-ID: <20240515-reporter-audacious-d06b1009dd52@wendy> References: <20240513235234.1474619-1-florian.fainelli@broadcom.com> <20240513235234.1474619-2-florian.fainelli@broadcom.com> <20240514-amiable-unequal-d4133956c80c@spud> MIME-Version: 1.0 In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240515_005541_995279_E6C1A418 X-CRM114-Status: GOOD ( 23.49 ) 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: , Content-Type: multipart/mixed; boundary="===============8213638981250264940==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============8213638981250264940== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Mz+E0rUbLMI09FPs" Content-Disposition: inline --Mz+E0rUbLMI09FPs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 14, 2024 at 09:20:06AM -0700, Florian Fainelli wrote: > On 5/14/24 05:29, Conor Dooley wrote: > > On Mon, May 13, 2024 at 04:52:32PM -0700, Florian Fainelli wrote: > > > This driver is depended on by CONFIG_FIRMWARE_RASPBERRYPI which provi= des > > > a number of essential services, including but not limited to a Linux > > > common clock framework provider. Make sure that enable > > > CONFIG_ARCH_BCM2835 does enable the corresponding mailbox driver. > > >=20 > > > Signed-off-by: Florian Fainelli > > > --- > > > drivers/mailbox/Kconfig | 1 + > > > 1 file changed, 1 insertion(+) > > >=20 > > > diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig > > > index 42940108a187..2b4cde562a90 100644 > > > --- a/drivers/mailbox/Kconfig > > > +++ b/drivers/mailbox/Kconfig > > > @@ -109,6 +109,7 @@ config ALTERA_MBOX > > > config BCM2835_MBOX > > > tristate "BCM2835 Mailbox" > > > depends on ARCH_BCM2835 > > > + default ARCH_BCM2835 > >=20 > > This is just "default y", since I doubt ARCH_BCM2835 can be a module? >=20 > Right, although I intend to also add COMPILE_TEST, by then, it might be > preferable to have it "default ARCH_BCM2835". I'm not sure what COMPILE_TEST would have to do with the default, the default shouldn't be important there, right? --Mz+E0rUbLMI09FPs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZkRqRgAKCRB4tDGHoIJi 0s++AP9VkKvYd49Km7eaKWM91c2R7SxFYFIUvnTjkgV6uXc3wAD/fUc2WcAdBmMl xNV/8Qr1a300hr58owwMAePh2K6jsw8= =CCbx -----END PGP SIGNATURE----- --Mz+E0rUbLMI09FPs-- --===============8213638981250264940== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============8213638981250264940==--