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 1EB6DC001DF for ; Thu, 3 Aug 2023 12:07:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235859AbjHCMH2 (ORCPT ); Thu, 3 Aug 2023 08:07:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235826AbjHCMHK (ORCPT ); Thu, 3 Aug 2023 08:07:10 -0400 Received: from mgamail.intel.com (unknown [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C29E530DD; Thu, 3 Aug 2023 05:07:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691064427; x=1722600427; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=RJZmWNRblVp8kLvus8B0+VpplR9hsFYfNTcFk43APqg=; b=UUD9+AFfIoqy+id6tQ9Z4QBibY0uoyEihDS1ETZUZj/T4ROTtZStQuzG E8wfI7z5/uWOR284SoWEdKw/NmOIaVgFRUeVBh101elIWQ4yxzZSNE9my 8WuvhpGok8gZUYYws8S8aj/8U6Qy22xN0ZAueHhdRB14C3ZYtl8dy0KX7 khDAXnNvsAnz5fjtipyyY8VrdUV747RJJ+ZmRskhLPDbGCbvie/t3tucE CyHpoxulGDLOHv2bLIuKQw6sfZKK3xJw55Kdo7yphmQy3iueOCEoJCR/F Yu0uSOeE/181zyfRxLlFri8ECycVz3mGlxss/kEuDgF6cS2Og9a60sAAq w==; X-IronPort-AV: E=McAfee;i="6600,9927,10790"; a="368752288" X-IronPort-AV: E=Sophos;i="6.01,252,1684825200"; d="scan'208";a="368752288" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Aug 2023 05:07:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10790"; a="976041812" X-IronPort-AV: E=Sophos;i="6.01,252,1684825200"; d="scan'208";a="976041812" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga006.fm.intel.com with ESMTP; 03 Aug 2023 05:07:03 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qRX6b-00BTs4-0v; Thu, 03 Aug 2023 15:07:01 +0300 Date: Thu, 3 Aug 2023 15:07:01 +0300 From: Andy Shevchenko To: Sakari Ailus Cc: Biju Das , Daniel Scally , Heikki Krogerus , Greg Kroah-Hartman , "Rafael J. Wysocki" , linux-acpi@vger.kernel.org, Dmitry Torokhov , Wolfram Sang , Geert Uytterhoeven , linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v5 RESEND 1/4] drivers: fwnode: Extend device_get_match_data() to struct bus_type Message-ID: References: <20230803103102.323987-1-biju.das.jz@bp.renesas.com> <20230803103102.323987-2-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-renesas-soc@vger.kernel.org On Thu, Aug 03, 2023 at 12:02:56PM +0000, Sakari Ailus wrote: > On Thu, Aug 03, 2023 at 03:00:23PM +0300, Andy Shevchenko wrote: > > On Thu, Aug 03, 2023 at 11:30:59AM +0100, Biju Das wrote: > > > Extend device_get_match_data() to buses (for eg: I2C) by adding a > > > callback device_get_match_data() to struct bus_type() and call this method > > > as a fallback for generic fwnode based device_get_match_data(). > > > > With this resend you were too fast to forgot Sakari's tag... > > I guess it arrived after the patches were resent? Yes, and this is my point, too fast to resend :-) -- With Best Regards, Andy Shevchenko