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 946B6ECAAD5 for ; Thu, 8 Sep 2022 10:02:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230147AbiIHKCj (ORCPT ); Thu, 8 Sep 2022 06:02:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230134AbiIHKCf (ORCPT ); Thu, 8 Sep 2022 06:02:35 -0400 Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DED5DE4DF3; Thu, 8 Sep 2022 03:02:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662631354; x=1694167354; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=RPZysXr4Y2V2xG7v9fsc8pk681BFZx9MpdstXcZ4B0w=; b=DrnhusVlJelPnD6HR2gvGeSl5y/kltXFfhI6qAk+zPXvCYjvEs9iY3nq rhjRMNChIs6SGKodgTQvs6xg21TwZWuQKuI7YxRKAjgSBnPLtz35aI/T0 KGcNMV1LuVGABcYDiCVC0+Dbf9HiN88q6DSL+BntohV0cZRnyQr2CqoUx aSftM5feX2ckhKXCCBZWcGf+yRcUKPkHrSmkz9lyjTiYGJEonZbQerNYM h3vkjim8WbvqnGqnF4Iish78IwBSiYRUhrMZSvMM+8V97BkpOnjQ+Kw3n ujSBcYXSeulT+Ytm5Ey6CTEA7Jt+WoOaMENy0/nZ5+w5blRaFbZfclj/D g==; X-IronPort-AV: E=McAfee;i="6500,9779,10463"; a="358858013" X-IronPort-AV: E=Sophos;i="5.93,299,1654585200"; d="scan'208";a="358858013" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2022 03:02:34 -0700 X-IronPort-AV: E=Sophos;i="5.93,299,1654585200"; d="scan'208";a="617417161" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Sep 2022 03:02:33 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1oWEMg-00A4M4-1q; Thu, 08 Sep 2022 13:02:30 +0300 Date: Thu, 8 Sep 2022 13:02:30 +0300 From: Andy Shevchenko To: Josef Johansson Cc: Wolfram Sang , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 1/1] i2c: scmi: Convert to be a platform driver Message-ID: References: <20220906155507.39483-1-andriy.shevchenko@linux.intel.com> <23c8fafe-af56-afb0-1257-222705bc36f3@oderland.se> 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, Sep 08, 2022 at 09:48:29AM +0200, Josef Johansson wrote: > On 9/8/22 08:07, Josef Johansson wrote: > > On 9/7/22 21:47, Wolfram Sang wrote: > > > On Tue, Sep 06, 2022 at 06:55:07PM +0300, Andy Shevchenko wrote: > > > > ACPI core in conjunction with platform driver core provides > > > > an infrastructure to enumerate ACPI devices. Use it in order > > > > to remove a lot of boilerplate code. > > > > > > > > Signed-off-by: Andy Shevchenko > > > Josef, do you have resources to test this patch before I apply it? > > > > > Yes, I'll make that happen today. > Hi, > > I compiled with linux-6.0.0-rc4 with your patch on top. > > Have been running flawless so far. Boot showed no problems. > > Thanks! Thank you! -- With Best Regards, Andy Shevchenko