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=-15.7 required=3.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 B59DEC4338F for ; Mon, 16 Aug 2021 14:01:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9633A610E6 for ; Mon, 16 Aug 2021 14:01:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236669AbhHPOCS (ORCPT ); Mon, 16 Aug 2021 10:02:18 -0400 Received: from mga06.intel.com ([134.134.136.31]:28333 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232050AbhHPOAw (ORCPT ); Mon, 16 Aug 2021 10:00:52 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10077"; a="276893477" X-IronPort-AV: E=Sophos;i="5.84,326,1620716400"; d="scan'208";a="276893477" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Aug 2021 07:00:20 -0700 X-IronPort-AV: E=Sophos;i="5.84,326,1620716400"; d="scan'208";a="423553512" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Aug 2021 07:00:18 -0700 Received: from andy by smile with local (Exim 4.94.2) (envelope-from ) id 1mFd9w-00APcH-07; Mon, 16 Aug 2021 17:00:12 +0300 Date: Mon, 16 Aug 2021 17:00:11 +0300 From: Andy Shevchenko To: Lee Jones Cc: Serge Semin , Linux Kernel Mailing List , "open list:GPIO SUBSYSTEM" , Hoan Tran , Serge Semin , Linus Walleij , Bartosz Golaszewski Subject: Re: [PATCH v1 3/4] mfd: intel_quark_i2c_gpio: Convert GPIO to use software nodes Message-ID: References: <20210726125436.58685-1-andriy.shevchenko@linux.intel.com> <20210726125436.58685-3-andriy.shevchenko@linux.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: linux-kernel@vger.kernel.org On Mon, Aug 16, 2021 at 02:33:28PM +0100, Lee Jones wrote: > On Mon, 16 Aug 2021, Andy Shevchenko wrote: > > > On Mon, Aug 16, 2021 at 4:11 PM Lee Jones wrote: > > > On Mon, 26 Jul 2021, Andy Shevchenko wrote: > > > > > > > The driver can provide a software node group instead of > > > > passing legacy platform data. This will allow to drop > > > > the legacy platform data structures along with unifying > > > > a child device driver to use same interface for all > > > > property providers, i.e. Device Tree, ACPI, and board files. > > > > > > > > Signed-off-by: Andy Shevchenko > > > > --- > > > > drivers/mfd/intel_quark_i2c_gpio.c | 70 ++++++++++++++++-------------- > > > > 1 file changed, 37 insertions(+), 33 deletions(-) > > > > > > Doesn't seem to want to apply. > > > > Would it be okay for you to pull the immutable tag? > > What immutable tag? It's here: https://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git/tag/?h=intel-gpio-v5.15-1 -- With Best Regards, Andy Shevchenko