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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,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 42525C4361B for ; Wed, 9 Dec 2020 16:49:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EA8E023BE3 for ; Wed, 9 Dec 2020 16:49:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730710AbgLIQtB (ORCPT ); Wed, 9 Dec 2020 11:49:01 -0500 Received: from mga17.intel.com ([192.55.52.151]:64346 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727156AbgLIQtB (ORCPT ); Wed, 9 Dec 2020 11:49:01 -0500 IronPort-SDR: 8vL2cbFoN8Sci9uWKh8bJ4nOymwuYvkLF9m1nWsWbcqaylA/Tt4AWmqU8kDPai+Ct6REQ2utv0 XBFWwXU9omPQ== X-IronPort-AV: E=McAfee;i="6000,8403,9829"; a="153913835" X-IronPort-AV: E=Sophos;i="5.78,405,1599548400"; d="scan'208";a="153913835" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Dec 2020 08:47:15 -0800 IronPort-SDR: 6xvAWiJglxtnxpO0kZJ80PwAlRLuWCAd/Zq7n4ngzD+rekWQjdcFdwC1Vb3WC6zrkzYQM4qQpH yxkcVd/6RciQ== X-IronPort-AV: E=Sophos;i="5.78,405,1599548400"; d="scan'208";a="318354384" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Dec 2020 08:47:14 -0800 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1kn2dU-00DB7u-33; Wed, 09 Dec 2020 18:48:16 +0200 Date: Wed, 9 Dec 2020 18:48:16 +0200 From: Andy Shevchenko To: Greg Kroah-Hartman Cc: Auger Eric , linux-kernel@vger.kernel.org, Alex Williamson , Cornelia Huck , kvm@vger.kernel.org Subject: Re: [PATCH v1 2/5] vfio: platform: Switch to use platform_get_mem_or_io_resource() Message-ID: <20201209164816.GS4077@smile.fi.intel.com> References: <20201027175806.20305-1-andriy.shevchenko@linux.intel.com> <20201027175806.20305-2-andriy.shevchenko@linux.intel.com> <20201203130719.GX4077@smile.fi.intel.com> 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: kvm@vger.kernel.org On Wed, Dec 09, 2020 at 03:47:06PM +0100, Greg Kroah-Hartman wrote: > On Thu, Dec 03, 2020 at 03:07:19PM +0200, Andy Shevchenko wrote: > > On Thu, Dec 03, 2020 at 01:54:38PM +0100, Auger Eric wrote: > > > On 10/27/20 6:58 PM, Andy Shevchenko wrote: > > > > Switch to use new platform_get_mem_or_io_resource() instead of > > > > home grown analogue. > > > > > > > > Cc: Eric Auger > > > > Cc: Alex Williamson > > > > Cc: Cornelia Huck > > > > Cc: kvm@vger.kernel.org > > > > Signed-off-by: Andy Shevchenko > > > Acked-by: Eric Auger > > > > Thanks! > > > > Greg, do I need to do anything else with this series? > > Have them taken by the vfio maintainers? I'm not that person :) But it can't be done with a first patch that provides a new API. The rest seems under your realm, if I didn't miss anything. Btw, VFIO agreed on the change (as per given tags). -- With Best Regards, Andy Shevchenko