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 87C5DC74A5B for ; Thu, 23 Mar 2023 08:23:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231268AbjCWIXY (ORCPT ); Thu, 23 Mar 2023 04:23:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231236AbjCWIXX (ORCPT ); Thu, 23 Mar 2023 04:23:23 -0400 Received: from mail-yb1-xb2e.google.com (mail-yb1-xb2e.google.com [IPv6:2607:f8b0:4864:20::b2e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07755CC10 for ; Thu, 23 Mar 2023 01:23:21 -0700 (PDT) Received: by mail-yb1-xb2e.google.com with SMTP id i6so23859897ybu.8 for ; Thu, 23 Mar 2023 01:23:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1679559800; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=k0Uj1D6Vqv6eak6KS2dw5QFFUEfJrY+AgAxpx6hngss=; b=aeJEBmKYCou/2yRAhdrhEFObNMaQFg/4BWZrhU3vILJzHRL71UsWpxr4B8Wd16IORd d+sQ+X4oT1/Dy1afmOCOEeHYl91vNz+QIDJxYMQafU011ZH7x14k+mDHdbbYe6PrSeBC oe7dnnNpivzS368qIdpPFl3eNt5oHn5Tb5CUuLjUBnTQuNYzfetoDCLC+wRuK6UsY2II 3T255Itm6cM9tmSgN39G6V9B4TZlGCRvIIz3Vjt5oZJbIuW4CSKnp6sxVNJ5jEQkFI7j 5ozs8GDgzqo/Ma5SKiHcuoWx0oima6ShmRymvHWJqHWiIoamtRaDH8E6jG0IwawnhtWj oDdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679559800; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=k0Uj1D6Vqv6eak6KS2dw5QFFUEfJrY+AgAxpx6hngss=; b=BteTgEU2RJ3NbDw6O/c4kWDkoKCUWbng4MEE/Q8EeylB1HDqZ3UFC24vEn40vEaINh xpZiO0IZAmRJwWCCOyyg9tl4VL8JklvqziF8TpfWOuX53Evq9NqTOQv4+dnjrXPgLhCV rSo8vOR1rR4gW6YeX7vI5M5RBxugmZYdxpSJ1vVLzJlj2cmRUxaetMGlav9A/hLaq9so hhA5oKALWizrfDh/dECyxisK3dKjSj9w/kjlw+zDNwQpHCMOlnVYCZjZcHBBbV9TPYdT BYl2yYMv1rcsxBeywi5k+2fe2IJoAXm6eVTEQMeQwKPep4WgGVClfAK0prnSMNZ2I/VT 1dBQ== X-Gm-Message-State: AAQBX9dWF8/7Hf7KuMxpHZI2wu8rUhL3C5iHUsQs+vc+aFltSGQAgQcE QWZrVsWW6n+rpsT/+LQdDSSY49Wdk/rXQIUEkU1jLQ== X-Google-Smtp-Source: AKy350YPGJ35B9iOe8VCljZyntYq/QtonM0DlTvDbtRALy1W0Ec0fsVbAquagmZ2Q4I46+NueAFlfzuUhJ0Qb17jOC8= X-Received: by 2002:a05:6902:1005:b0:a6b:bc64:a0af with SMTP id w5-20020a056902100500b00a6bbc64a0afmr1780411ybt.4.1679559800269; Thu, 23 Mar 2023 01:23:20 -0700 (PDT) MIME-Version: 1.0 References: <20230314183043.619997-1-brgl@bgdev.pl> <20230314183043.619997-13-brgl@bgdev.pl> In-Reply-To: <20230314183043.619997-13-brgl@bgdev.pl> From: Linus Walleij Date: Thu, 23 Mar 2023 09:23:09 +0100 Message-ID: Subject: Re: [PATCH 12/14] dt-bindings: pinctrl: qcom,pmic-gpio: add compatible for pmm8654au-gpio To: Bartosz Golaszewski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Bartosz Golaszewski Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Mar 14, 2023 at 7:31=E2=80=AFPM Bartosz Golaszewski = wrote: > From: Bartosz Golaszewski > > Add a new compatible for the GPIO controller on the pm8654au PMIC. It > has 12 pins with no holes. > > Signed-off-by: Bartosz Golaszewski > Cc: Linus Walleij Bartosz are these two something I should apply to the pinctrl tree or will you queue them? Either way: Acked-by: Linus Walleij Yours, Linus Walleij