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=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 168B2C433FE for ; Tue, 21 Sep 2021 15:25:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E70E2611C6 for ; Tue, 21 Sep 2021 15:25:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233857AbhIUP1R (ORCPT ); Tue, 21 Sep 2021 11:27:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233756AbhIUP1P (ORCPT ); Tue, 21 Sep 2021 11:27:15 -0400 Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25530C061574 for ; Tue, 21 Sep 2021 08:25:47 -0700 (PDT) Received: by mail-wr1-x430.google.com with SMTP id d21so40304670wra.12 for ; Tue, 21 Sep 2021 08:25:47 -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=dDzxxa5Lvo+gSE3fdEoxI3ZuoRWBLEBLy8XJ81TyYDY=; b=ZjfSk25cctACsOQ1pNXcEn8R/vERSKAX2EStYiFxTKO4SwFRhuhsBfmdkdPdBHTICI NuYIkES8OvoKCS+2Qiba9QQ38pmUPuZoCLNLjQEoGHFTqBXLeDhkvDTXnNtADmonzUQR MiVDMPZD/DbYvWiCe66lotjzSfyBpleeYLZURbAUc37ovouVt9PsQUXsJsdPF/bsUOhj sbbStA4MoZIA9GGNZ6c0qHvqtpjrziosKw6S9i5wGp/9Lfh/1p7WT+53slB1MTaw5VrI fBnlbgMgblD+RlM0GMsnoXMLfZK0qKrDtnEJT3SCncPICmlg8uCEBj3qE2uWVjBL7aZF HGPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=dDzxxa5Lvo+gSE3fdEoxI3ZuoRWBLEBLy8XJ81TyYDY=; b=ZTOv/2eRRhCLFUnIdcig4VPFtlJEBa30lrssyR+CMugQqKxZ9p9r9IF6tdOlE1sQP1 OXELGu9W7vA0sl1IKU/zkDT+deOW6ODdVNl57zzGlTHZpz2YmROmg+XFz7IMY87EPvc/ QNcJVHK+/yh4QZ5xOZ2NxSo+3/sfHdkBmv2x989Lgq9Ph6d2vdEaYYcQjY39JDC3G0zA NDP21sNc6CkcpzjvyD9VTxpNIrUl7xz9ya/qd/kfBKZDPOrphGmyJ6HaDsnWxyl9CY7N Yd41IJQesDDFe82o8+aCUe8GG8kMT6+Gjk4oSmu8GQkBFamzLHA0l4DSQzeWHbvCuAyv RNUw== X-Gm-Message-State: AOAM531DA3NdD16FUGQzsStl8zHEAhrlD+jThAyF5F2mvVwbrWzeOyhn UWEDAp9Pk4xpBATkl99yjxrOSA== X-Google-Smtp-Source: ABdhPJyoLJdvyxpRfhWBg1ob+t87CcgTMBV5MNdCG8EfJsU+Hj/gKLDqQtpSNcrNpBCGddHrnYdcTg== X-Received: by 2002:adf:f4ca:: with SMTP id h10mr35948315wrp.159.1632237945765; Tue, 21 Sep 2021 08:25:45 -0700 (PDT) Received: from google.com ([95.148.6.233]) by smtp.gmail.com with ESMTPSA id i18sm19614209wrn.64.2021.09.21.08.25.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Sep 2021 08:25:45 -0700 (PDT) Date: Tue, 21 Sep 2021 16:25:43 +0100 From: Lee Jones To: Andy Shevchenko 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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 17 Aug 2021, Andy Shevchenko wrote: > On Tue, Aug 17, 2021 at 10:26 AM Lee Jones wrote: > > On Mon, 16 Aug 2021, Andy Shevchenko wrote: > > > On Mon, Aug 16, 2021 at 5:19 PM Lee Jones wrote: > > > > On Mon, 16 Aug 2021, Andy Shevchenko wrote: > > ... > > > > > > > > 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 > > > > > > > > My Ack can't be merged like that. > > > > > > Which one? There are two on different patches. > > > > The one that I specifically said was "for my own reference". > > > > > Do you have any documentation on the rules you imply by MFD? > > > > No, the documentation is provided with the tag. > > I see. And now the patch is merged with an invalid tag! *facepalm* -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog