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 85E41E92FF9 for ; Fri, 6 Oct 2023 08:24:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230459AbjJFIYD (ORCPT ); Fri, 6 Oct 2023 04:24:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50792 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230076AbjJFIYC (ORCPT ); Fri, 6 Oct 2023 04:24:02 -0400 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D743E4; Fri, 6 Oct 2023 01:24:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1696580641; x=1728116641; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=E80aXb6KA2m/idUhBmAYneH/x7DAi94bVX2/wa6rCbA=; b=bfzPyQ0uOM0YzkUGh6LTLKhpCP9ySEu8LDNIyJLvIEKwAJhTj9KSrqlM GmnQRTQ1LUq58Uj39Pi7buIWGyxPiz70pbwG/yo8UryI/Q+SSV6UW6lOE fQ2cZ37XUcIPKiMLMg+FqKGVnu7ssvLQfxn3AWHr4ygFvaMdMvf69Bq6o xd75oGALtOU8qGLaI5+xiquqFU2VFQUdziZ+5vopeLFF74a5DjqLgsN/m a5LcoNeZRO4Dd5+FvfGUPufZf5cJkohU02Wvg6J2eTTEerMrNIwvp+UF2 MrbXWk5OLnvGUey300AhxME9wK4jfxD7ymviKRBHWSEMQgYeGjuKNbQeV w==; X-IronPort-AV: E=McAfee;i="6600,9927,10854"; a="363982760" X-IronPort-AV: E=Sophos;i="6.03,203,1694761200"; d="scan'208";a="363982760" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2023 01:24:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10854"; a="752112540" X-IronPort-AV: E=Sophos;i="6.03,203,1694761200"; d="scan'208";a="752112540" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga002.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Oct 2023 01:23:59 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.97-RC1) (envelope-from ) id 1qog7o-00000003EjU-2xs2; Fri, 06 Oct 2023 11:23:56 +0300 Date: Fri, 6 Oct 2023 11:23:56 +0300 From: Andy Shevchenko To: Krzysztof Kozlowski Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Mika Westerberg , Linus Walleij Subject: Re: [PATCH v1 1/1] pinctrl: broxton: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE() Message-ID: References: <20231005133949.3613943-1-andriy.shevchenko@linux.intel.com> <0a25dad3-85d0-4bb5-8246-093057519e7b@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0a25dad3-85d0-4bb5-8246-093057519e7b@kernel.org> 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, Oct 05, 2023 at 04:32:51PM +0200, Krzysztof Kozlowski wrote: > On 05/10/2023 15:39, Andy Shevchenko wrote: > > As Krzysztof pointed out the better is to use MODULE_DEVICE_TABLE() > > as it will be consistent with the content of the real ID table of > > the platform devices. > Reviewed-by: Krzysztof Kozlowski Pushed to my review and testing queue, thanks! -- With Best Regards, Andy Shevchenko