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 745BDCCA47B for ; Thu, 30 Jun 2022 12:03:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235260AbiF3MDc (ORCPT ); Thu, 30 Jun 2022 08:03:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234431AbiF3MDb (ORCPT ); Thu, 30 Jun 2022 08:03:31 -0400 Received: from mail-yw1-x112d.google.com (mail-yw1-x112d.google.com [IPv6:2607:f8b0:4864:20::112d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9D64C19005 for ; Thu, 30 Jun 2022 05:03:29 -0700 (PDT) Received: by mail-yw1-x112d.google.com with SMTP id 00721157ae682-3137316bb69so176368767b3.10 for ; Thu, 30 Jun 2022 05:03:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=8O/w6TR2dKsRuoJRXVx1rxTI1qz0Ac85hpk1AotklVE=; b=OvhmTdXsUFXudzC4Db9CeVlt7PR+DhwZ+8Z546M0E1phi04c0e4iX5oLS2n8llWbqh FLm13l1HEBmpE9Obrcvj/zQhUNF3pbAw4OPbk6cldT/g0RX0l1y0IQGf6ZkCsj8Zi758 xxi7DPZd2gP3gq+6LzPxiczBxhQKuGJ2VFX6jPX3Cl3SrnTJY4FXdE436lzA5wGZhi7M cdAuQNQpfOV1lIObfhAvN9BVwSer5KwP+6KSeW0gL8F7Sh2yDyhlixbHcm5UHbw0SlIq BOmRfDIduWiptmYy2Aamj8vUaW/zn9n74qWwXURteRLinMPnDKst9+Ggw9Q1+tKZQubq x1tA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8O/w6TR2dKsRuoJRXVx1rxTI1qz0Ac85hpk1AotklVE=; b=vR3yPlX7VvWIQ73AmtSIyWIQE4YOXAKS0l9JwZxC+hHNejjNAkij/RotHwj3qf0Atn iC6b02DbxXtYDf+TLMx9ajBx8frkCjW3Y/R7fcFcHE6nHc1h+q7/R3/gQIBO63tF4uW/ 9rBg9konLfB43Upgndr+0H6NnA6sExSXuC3AI6X85u/UizoMkVfG9Cz5XnuogxmDGhsm dEMfuvA6IeaDTFmadcHcC1+aAv2qCsJdnW1NUIv2ChhRFCDTJh1R/QfTXKGFy8X0I3kU NlZqnbGl/ZJVsgfP/09xrTkYzB8MFRpgdit/USY9AhLE5P1QPu40QPpbW1iQXvN3dJfw lRYw== X-Gm-Message-State: AJIora9+M/vkU/d4ncmm4xz2uANr0IBjxIE9Nx301nu7dNfnnZZ7uLer Dku4Djc5iC9eDb87D1PXbLxHQ5NiNRlsSjZimkD/M7ar/y4= X-Google-Smtp-Source: AGRyM1uGnFWeICHREqTtkt6nsJZf4nJAafYGq6WIA3kCzShh5g1PMnoKrOUMMK06t3SoS2b7YQzUY/Qn4NNSVXeZAO8= X-Received: by 2002:a81:6587:0:b0:318:38c2:2fb1 with SMTP id z129-20020a816587000000b0031838c22fb1mr10163769ywb.118.1656590608731; Thu, 30 Jun 2022 05:03:28 -0700 (PDT) MIME-Version: 1.0 References: <20220621034224.38995-1-samuel@sholland.org> <20220621034224.38995-3-samuel@sholland.org> In-Reply-To: From: Linus Walleij Date: Thu, 30 Jun 2022 14:03:17 +0200 Message-ID: Subject: Re: [PATCH v2 2/4] mfd: axp20x: Add AXP221/AXP223/AXP809 GPIO cells To: Lee Jones Cc: Samuel Holland , Chen-Yu Tsai , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, Krzysztof Kozlowski , Rob Herring , Bartosz Golaszewski , linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 29, 2022 at 11:19 AM Lee Jones wrote: > On Tue, 28 Jun 2022, Samuel Holland wrote: > > > On 6/28/22 9:03 AM, Linus Walleij wrote: > > > On Tue, Jun 21, 2022 at 5:42 AM Samuel Holland wrote: > > > > > >> These PMICs all contain a compatible GPIO controller. > > >> > > >> Signed-off-by: Samuel Holland > > > > > > If I can get Lee's ACK on this patch I suppose I can apply patches > > > 1-3 to the pin control tree? > > > > Looks like he already applied v1 of this patch (which was identical): > > > > https://lore.kernel.org/lkml/YrnZof9lwsIQCqu7@google.com/ > > Right, you don't need this one Linus. > > Please take the others. True! No compile-time dependence. I'll queue the others. Yours, Linus Walleij