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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 85DCBC433ED for ; Tue, 6 Apr 2021 10:36:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5EDA1613C9 for ; Tue, 6 Apr 2021 10:36:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242685AbhDFKhF (ORCPT ); Tue, 6 Apr 2021 06:37:05 -0400 Received: from mga09.intel.com ([134.134.136.24]:8776 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232103AbhDFKhE (ORCPT ); Tue, 6 Apr 2021 06:37:04 -0400 IronPort-SDR: TbL10UJoimYRoRxUNvSyO5EuevaE2tt6Jbij7Nt5vkkItjOQfJ8mfPDK3iqNJtgZb5Ttmty0SB h3eOdO3pREVQ== X-IronPort-AV: E=McAfee;i="6000,8403,9945"; a="193149882" X-IronPort-AV: E=Sophos;i="5.81,309,1610438400"; d="scan'208";a="193149882" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2021 03:36:56 -0700 IronPort-SDR: 3RoG2ebtD2ltte2/CydB+4lqyZ9diFIYqjECb/MlJp9N0Tz2r53RvpBYBwGE0LXTFnWQ7J97OS pVhkY/NXV6aA== X-IronPort-AV: E=Sophos;i="5.81,309,1610438400"; d="scan'208";a="529762936" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2021 03:36:55 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1lTj4m-001h5V-Eo; Tue, 06 Apr 2021 13:36:52 +0300 Date: Tue, 6 Apr 2021 13:36:52 +0300 From: Andy Shevchenko To: Flavio Suligoi Cc: "David S. Miller" , Jakub Kicinski , Jesse Brandeburg , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH net-next v2 0/5] net: pch: fix and a few cleanups Message-ID: References: <20210325173412.82911-1-andriy.shevchenko@linux.intel.com> <92353220370542c7acdabbd269269d80@asem.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <92353220370542c7acdabbd269269d80@asem.it> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Mar 30, 2021 at 07:46:58AM +0000, Flavio Suligoi wrote: > Hi Andy, > ... > > On Thu, Mar 25, 2021 at 07:34:07PM +0200, Andy Shevchenko wrote: > > > The series provides one fix (patch 1) for GPIO to be able to wait for > > > the GPIO driver to appear. This is separated from the conversion to > > > the GPIO descriptors (patch 2) in order to have a possibility for > > > backporting. Patches 3 and 4 fix a minor warnings from Sparse while > > > moving to a new APIs. Patch 5 is MODULE_VERSION() clean up. > > > > > > Tested on Intel Minnowboard (v1). > > > > Anything should I do here? > > it's ok for me Thanks! Who may apply them? -- With Best Regards, Andy Shevchenko