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 CAFEDC41513 for ; Wed, 2 Aug 2023 15:01:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234869AbjHBPBK (ORCPT ); Wed, 2 Aug 2023 11:01:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234696AbjHBPAu (ORCPT ); Wed, 2 Aug 2023 11:00:50 -0400 Received: from mgamail.intel.com (unknown [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 36374210D; Wed, 2 Aug 2023 08:00:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690988449; x=1722524449; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=00q+SD3eVn9/AkFXMjQM8Bx+Dv06CaW271T9mnjb94w=; b=jX0567/1N7mtbpYusgfU9zUK9QmB6AwnIImQ300NbeRtD10tpC0N8pNL UYSFa8Ab/Gra8SLOS1YCUG6DBUNJQxGLFBRYcHX+i1vkX0swB+33R1fMg n50/qNwwPCheqvRaFMVt90NF168va2sruHNaT+1JXQex6LteZ/J0uIyva ORHRd4k+XW8F3VRc86GnqG3r0rTlXPDkNio0ST3NONv7QzJ3nWNk2QLbX 8fEDH+8C1K2103roc7n0McDT6Jr7fPVLjKeOj7l1hR5e3f+FHGpGFH5Cn f2NuA2v2BuXE4FUq9Fs3R8PGK91i1GscuLHw6NlmjV8NbOVFFbsBoU5Kh g==; X-IronPort-AV: E=McAfee;i="6600,9927,10790"; a="369601304" X-IronPort-AV: E=Sophos;i="6.01,249,1684825200"; d="scan'208";a="369601304" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2023 07:44:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10790"; a="764236758" X-IronPort-AV: E=Sophos;i="6.01,249,1684825200"; d="scan'208";a="764236758" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga001.jf.intel.com with ESMTP; 02 Aug 2023 07:44:47 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qRD5h-0034dz-22; Wed, 02 Aug 2023 17:44:45 +0300 Date: Wed, 2 Aug 2023 17:44:45 +0300 From: Andy Shevchenko To: Biju Das Cc: Wolfram Sang , "linux-i2c@vger.kernel.org" , Geert Uytterhoeven , Dmitry Torokhov , "linux-renesas-soc@vger.kernel.org" Subject: Re: [PATCH v3 2/2] i2c: Add i2c_device_get_match_data() callback Message-ID: References: <20230801170318.82682-1-biju.das.jz@bp.renesas.com> <20230801170318.82682-3-biju.das.jz@bp.renesas.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: linux-i2c@vger.kernel.org On Wed, Aug 02, 2023 at 06:34:56AM +0000, Biju Das wrote: > > On Tue, Aug 01, 2023 at 06:03:18PM +0100, Biju Das wrote: ... > > > * Changed i2c_of_match_device_sysfs() as non-static function as it is > > > needed for i2c_device_get_match_data(). > > > > Btw, this can be split to a separate change. > > OK, first patch is callback with I2C table match and > Second patch is for handling i2c_of_match_device(). One patch making API non-static, second, third, ... patches -- other things. -- With Best Regards, Andy Shevchenko