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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF33FC4338F for ; Fri, 20 Aug 2021 12:24:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ABB45610C8 for ; Fri, 20 Aug 2021 12:24:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238064AbhHTMZW (ORCPT ); Fri, 20 Aug 2021 08:25:22 -0400 Received: from mga05.intel.com ([192.55.52.43]:60042 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237882AbhHTMZV (ORCPT ); Fri, 20 Aug 2021 08:25:21 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10081"; a="302353186" X-IronPort-AV: E=Sophos;i="5.84,337,1620716400"; d="scan'208";a="302353186" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2021 05:24:42 -0700 X-IronPort-AV: E=Sophos;i="5.84,337,1620716400"; d="scan'208";a="512536758" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2021 05:24:41 -0700 Received: from andy by smile with local (Exim 4.94.2) (envelope-from ) id 1mH3Zb-00Boj7-LX; Fri, 20 Aug 2021 15:24:35 +0300 Date: Fri, 20 Aug 2021 15:24:35 +0300 From: Andy Shevchenko To: Sakari Ailus Cc: linux-acpi@vger.kernel.org, linux-media@vger.kernel.org, rafael@kernel.org Subject: Re: [RFC 3/3] gpio-tps68470: Add modalias Message-ID: References: <20210819201936.7390-1-sakari.ailus@linux.intel.com> <20210819201936.7390-4-sakari.ailus@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210819201936.7390-4-sakari.ailus@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Thu, Aug 19, 2021 at 11:19:36PM +0300, Sakari Ailus wrote: > Add modalias for this driver, so that it is loaded automatically once the > devices pop up. Not sure if it should be a separate patch, nevertheless Acked-by: Andy Shevchenko > Signed-off-by: Sakari Ailus > --- > drivers/gpio/gpio-tps68470.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpio/gpio-tps68470.c b/drivers/gpio/gpio-tps68470.c > index 0ab88ef241de..8afcd31f4ea3 100644 > --- a/drivers/gpio/gpio-tps68470.c > +++ b/drivers/gpio/gpio-tps68470.c > @@ -158,3 +158,4 @@ static struct platform_driver tps68470_gpio_driver = { > module_platform_driver(tps68470_gpio_driver); > > MODULE_LICENSE("GPL"); > +MODULE_ALIAS("platform:tps68470-gpio"); > -- > 2.30.2 > -- With Best Regards, Andy Shevchenko