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 6CAA3C433FE for ; Fri, 25 Mar 2022 14:39:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243601AbiCYOkv (ORCPT ); Fri, 25 Mar 2022 10:40:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240425AbiCYOku (ORCPT ); Fri, 25 Mar 2022 10:40:50 -0400 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D33197284; Fri, 25 Mar 2022 07:39:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648219156; x=1679755156; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=tGQr/XMGpfYl5XaqM3UKSbUCHx+0u+K3rYHZ2t5R3DI=; b=evd/wI+SK65lFqBE/Yh8z4VrwSl7AT6BT7A2AIDpVCq36clmesmTdLM/ 20wIADQUmRGE03YxJClcaP08ica/YsAR1nfy2uoDNeZQ+zUh7hzZXbLdq XN44LK35VTLdOpUT9MTAXY57yCoonr+szin4Y49H6fMAgRLncatFn6wsO cOa2br72kT3bgUE1uFrYwCRuJzXgCdCXxy9FwTmDHa14/F7S0/bGVpY4X PFWk89UlogebOo0V17zjLpLgumzfi6SKs/DmgQrwZQiXuPIb7DD47IG04 bqjGVb+366+SKMMHIj2MthPzdktQLXEGVQMmYOQzyR5q+1eS4Ix8eK7Qy g==; X-IronPort-AV: E=McAfee;i="6200,9189,10296"; a="240800603" X-IronPort-AV: E=Sophos;i="5.90,209,1643702400"; d="scan'208";a="240800603" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2022 07:39:13 -0700 X-IronPort-AV: E=Sophos;i="5.90,209,1643702400"; d="scan'208";a="650256948" Received: from smile.fi.intel.com ([10.237.72.59]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Mar 2022 07:39:09 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1nXl5F-006RgT-8c; Fri, 25 Mar 2022 16:38:33 +0200 Date: Fri, 25 Mar 2022 16:38:32 +0200 From: Andy Shevchenko To: =?iso-8859-1?Q?Cl=E9ment_L=E9ger?= Cc: Daniel Scally , Heikki Krogerus , Sakari Ailus , Greg Kroah-Hartman , "Rafael J . Wysocki" , Wolfram Sang , Peter Rosin , Rob Herring , Frank Rowand , Len Brown , Hans de Goede , Thomas Petazzoni , Alexandre Belloni , Allan Nielsen , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 8/9] i2c: mux: pinctrl: remove CONFIG_OF dependency and use fwnode API Message-ID: References: <20220325113148.588163-1-clement.leger@bootlin.com> <20220325113148.588163-9-clement.leger@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220325113148.588163-9-clement.leger@bootlin.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Fri, Mar 25, 2022 at 12:31:47PM +0100, Clément Léger wrote: > In order to use i2c muxes with all types of nodes, switch to fwnode > API. The fwnode layer will allow to use this with both device_node and > software_node. > > This commits is simply replacing the use of "of_" prefixed functions > with there fwnode equivalent. What I meant by splitting to the patches is to be able to have first patch of a such split to be independent of this series. And I believe one or two (if you split to more logical pieces) may be done this way, means we have already available APIs. -- With Best Regards, Andy Shevchenko