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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9AD70C636CC for ; Thu, 16 Feb 2023 18:54:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229902AbjBPSyB (ORCPT ); Thu, 16 Feb 2023 13:54:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54498 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbjBPSx7 (ORCPT ); Thu, 16 Feb 2023 13:53:59 -0500 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58E9E4AFCF; Thu, 16 Feb 2023 10:53:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676573638; x=1708109638; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=n+4m1AfZ7XShRrXYbLgcVYw8/NfoE4C2R9srLhnH+Qk=; b=B0JEDqoqMlIKr9bWqdgQvnY4j9K2YkPGD3B7SlPzViy2Nv81z6X1AMag cgtd8LXp0TdbHWmvArFUTkx9m/go9exKVQrG2PbnAZtocrZIuSVvhYjzn 2DcYak8OnzcwnAMQmtXYUmBqfek5/9MoWyejCLWFTseSFr/y7iquDXW/e KXjMFUMZTKLvCHubfQu3DLGEE10KnmCp8Do1eyjIHFXjR275ZGVUCI3xe Iaqa6CyHHn5GHNfaXaBEBjwOWyeErsXdUHLiookacOqVQUaI8OKnKmHZg Q4jjinCb7f2EO6XOmrhCXMIU5Y/yY31YKRrxfcVTAGww9RCTcG9j8se7x w==; X-IronPort-AV: E=McAfee;i="6500,9779,10623"; a="312172038" X-IronPort-AV: E=Sophos;i="5.97,302,1669104000"; d="scan'208";a="312172038" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2023 10:53:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10623"; a="672297585" X-IronPort-AV: E=Sophos;i="5.97,302,1669104000"; d="scan'208";a="672297585" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga007.fm.intel.com with ESMTP; 16 Feb 2023 10:53:55 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pSjOD-007tjs-33; Thu, 16 Feb 2023 20:53:53 +0200 Date: Thu, 16 Feb 2023 20:53:53 +0200 From: Andy Shevchenko To: Asmaa Mnebhi Cc: "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-acpi@vger.kernel.org" Subject: Re: [PATCH v3 2/2] Support NVIDIA BlueField-3 pinctrl driver Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 16, 2023 at 06:44:58PM +0000, Asmaa Mnebhi wrote: > > > +config PINCTRL_MLXBF > > > + tristate "NVIDIA BlueField-3 SoC Pinctrl driver" > > > + depends on (MELLANOX_PLATFORM && ARM64 && ACPI) > > > > This is wrong. > > Please make sure you cover more testing. > > Also, do you really need an ACPI dependency? > > > > Could you please provide more details on why this is wrong? All our > > upstreamed drivers use the same "depends on" Our pinctrl driver only > > applies to Mellanox platforms, ARM64 and use ACPI tables. > > This is wrong because it narrows down testing coverage. > > Besides that you need to define functional and build dependencies separately. > > ACPI probably is not what you are using in the driver. I do not believe you > have at all dependency on it. > > Noted, I will define function and build dependencies separately. > We have our own custom UEFI for BlueField SoCs so ACPI tables are our only > options (for users/customer etc... as well) I understand that, but I'm pretty sure that driver can be compiled with ACPI=n which is good for testing coverage. -- With Best Regards, Andy Shevchenko