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 604AFC43334 for ; Wed, 29 Jun 2022 09:19:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231208AbiF2JTm (ORCPT ); Wed, 29 Jun 2022 05:19:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60846 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232191AbiF2JTi (ORCPT ); Wed, 29 Jun 2022 05:19:38 -0400 Received: from mail-wm1-x32c.google.com (mail-wm1-x32c.google.com [IPv6:2a00:1450:4864:20::32c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 78631369E1 for ; Wed, 29 Jun 2022 02:19:37 -0700 (PDT) Received: by mail-wm1-x32c.google.com with SMTP id u12-20020a05600c210c00b003a02b16d2b8so9163101wml.2 for ; Wed, 29 Jun 2022 02:19:37 -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=YC/LHOFu9z3TE53r3VhOCZbqb8mVfAzk25v1LWZ+ZqI=; b=Ed3hgWnUxXFI184u9opb9TjXY2T34eE81AbBniGXLVVcHymbxexa4jdBt/lXMF9Kkz FdUIWe7VfK4fPiDQVZBi+nA107B3LsrueCE+px7xbaU4/KmqAvz6zlFzpDmteH/JBoCV f0Fq/QLru2/cRpLwCoIq1P05VTwcCI+DT4wreP413sh7YNjbpABPjVzskPNc/5IZ6mBj VEHYnWm5hhwBjgfMRH53biJjU/ZiDX34DEVgtM6EKtMmmIoIeqKyLoJt0Yu9EWkB3D7Q +cZtw01FNAooe+AqUQo5FKPVRZz0P79O5WQq+JTJ/OQ2WZDPHX/9FRUzFBxHzhhpy7v4 JKGg== 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=YC/LHOFu9z3TE53r3VhOCZbqb8mVfAzk25v1LWZ+ZqI=; b=dUCvbp7sGFIDF7lUsJm5rUPUq7rfUvSh8uhrpaNNZgUxTh8Ct3/3RpZz78thrbCVNT YST62bk8RQ1rtifgAFsz6R6Q9mt41Nmhc7eix2HNBwtgOvw9v0gaD4eeVeXASYsQFzUC zUNGui6B4uBHwGMMGGMiBK2Q6Y/rIrY0NYHftx/etQzAXlSgCtB8C63naMEbslb0eNfD 4VHOR1cRMT1yB56gs1bfK3ip6wEUofLv1B2WNkR42wLkaJlmPgWjguQq+Ajog0R296/h buFrtKrRCQTCUTqWHTOcugo9Hlw6Wuo+H9iuMb9RWN5lpqvTHASeWV0hBHywJ3SsH/95 +7EA== X-Gm-Message-State: AJIora8PoKutrTnchiMBIGcjtzB86JkEmBanKWIzvaBZYuP671X3YZmw BkClnKgZvVPJqKyuJI8woiPyPw== X-Google-Smtp-Source: AGRyM1uPINxoFek608dfPS7Ua084BqSv6/lwLBKamjon+SCiL8Hvf8zdgsyn+vfL4ZDpJjRuBbE0ww== X-Received: by 2002:a05:600c:3508:b0:39c:8240:5538 with SMTP id h8-20020a05600c350800b0039c82405538mr4557016wmq.165.1656494376065; Wed, 29 Jun 2022 02:19:36 -0700 (PDT) Received: from google.com (cpc155339-bagu17-2-0-cust87.1-3.cable.virginm.net. [86.27.177.88]) by smtp.gmail.com with ESMTPSA id e10-20020adffd0a000000b0021a3dd1c5d5sm16004597wrr.96.2022.06.29.02.19.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Jun 2022 02:19:34 -0700 (PDT) Date: Wed, 29 Jun 2022 10:19:32 +0100 From: Lee Jones To: Samuel Holland Cc: Linus Walleij , Chen-Yu Tsai , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, Krzysztof Kozlowski , Rob Herring , Bartosz Golaszewski , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/4] mfd: axp20x: Add AXP221/AXP223/AXP809 GPIO cells Message-ID: References: <20220621034224.38995-1-samuel@sholland.org> <20220621034224.38995-3-samuel@sholland.org> 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 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. -- Lee Jones [李琼斯] Principal Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog