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=-13.6 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FSL_HELO_FAKE,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham 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 7D401C4338F for ; Mon, 16 Aug 2021 13:43:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5C3AD6323E for ; Mon, 16 Aug 2021 13:43:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238435AbhHPNnn (ORCPT ); Mon, 16 Aug 2021 09:43:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237436AbhHPNni (ORCPT ); Mon, 16 Aug 2021 09:43:38 -0400 Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2629BC077B53 for ; Mon, 16 Aug 2021 06:33:32 -0700 (PDT) Received: by mail-wr1-x434.google.com with SMTP id r6so23693784wrt.4 for ; Mon, 16 Aug 2021 06:33:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=mZFg4xEN3Bxhc0hUWQKABU041LJFnqWbJu4YrSNKR7w=; b=AnmI6+P/ZIIlH7o0KaSk/b+Dpr/NS2SOnfJ9FiwQ1nJFwJbm/bA4LOlsFoy6sSv8pG Pt5+zAAQPVFAEl/ZR8NvhFinTcoRgkM5H1NhA7eETZKjQqeNTo839BJQWuNrAAToM/mD vxEvJiIvrLtfE+O6/5Ului1L1KjUhMyRVZQVx28M+nS3bkHhb8/jyAzbUpVDT+SUq50r 3g8ihz3T+VCOQ/+O/GDLTIbrVklwV178Kj6+bS+cilDyUsQF6BLeoOhs+Z9gvhGxsRyj ufqAl3nNbXIQiq8o3r9MdfOYbB2ybBiemd4dX487bOA2QyGCShkGANVgI/PHE+jnarJM NJBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=mZFg4xEN3Bxhc0hUWQKABU041LJFnqWbJu4YrSNKR7w=; b=sPiPXz26toQP0v4hyrsid3T2YF1o01BFHQDXsU5pwFioodOyl3VSwA3dKnsoq4ZWll rlrKSRL5m9HCXZsjPT7Ahw7JJ44m/1Pll2rB8Q9QhkM93iqqieTHXixZVnTL8w2wWCur rydbJ2wAwAbXBaNWKhx+sLLVnERWcdEsGs4iW05Q0CDd/id54aKRAfyOZSdJVoukEIXd oAYDazazzVaGKkx0qvyW0DtVqtFr4L3znHlSKqCqgHrg13RcTWPoID+/d5ZaPhdhlKvP TsgYgkjLQ+dfm4LgHjUYzym6/9VkDYXSfXmWfJQT5aieiLRieyJ1MQRvXgkaKyQ9FVf0 JEoA== X-Gm-Message-State: AOAM532BjSx6/7Yky3F6rjHOuCXXQk+KqnxvZpCUbtWlDaMUaHiwOcBp jjym1O8DZqPFvTZIrkFVl366yA== X-Google-Smtp-Source: ABdhPJxhP6si53hvzcde8UfcYZRShfYYtrA+OlcdUQoeifyfNzAtOHpkX5O+H/nXCggbhWeaTlka0w== X-Received: by 2002:adf:a3cc:: with SMTP id m12mr9987121wrb.97.1629120810815; Mon, 16 Aug 2021 06:33:30 -0700 (PDT) Received: from google.com ([2.31.167.59]) by smtp.gmail.com with ESMTPSA id y4sm10280669wmi.22.2021.08.16.06.33.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Aug 2021 06:33:30 -0700 (PDT) Date: Mon, 16 Aug 2021 14:33:28 +0100 From: Lee Jones To: Andy Shevchenko Cc: Andy Shevchenko , 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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org 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? -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog