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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 C2575C07E9A for ; Wed, 14 Jul 2021 05:40:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 94F8F61370 for ; Wed, 14 Jul 2021 05:40:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237937AbhGNFnd (ORCPT ); Wed, 14 Jul 2021 01:43:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237802AbhGNFnc (ORCPT ); Wed, 14 Jul 2021 01:43:32 -0400 Received: from mail-oi1-x233.google.com (mail-oi1-x233.google.com [IPv6:2607:f8b0:4864:20::233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2C04C0613EE for ; Tue, 13 Jul 2021 22:40:41 -0700 (PDT) Received: by mail-oi1-x233.google.com with SMTP id l26so1030028oic.7 for ; Tue, 13 Jul 2021 22:40:41 -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=QBnwuBKRxZeDSW4QGiqymAuzRo+K3Iyzls75/osdlvc=; b=asxkx/1UsDSGw3MeY3llVFdUkBuaw0FyNXL84TfALrLohJ4zBrLh6yRm9A54xlu5SQ q5QlJ1hxVW/15s4nMKF5PEv0UyFINaFZE9dq2apkxdS2L8odPuuN3MGJnioIbfjlbAs5 OzHzjn05QFKxsrevQbCcdpgShJS724oVd57iz6C7d3X3PCLwOPyRliBnYLPIA6AtU52g TvG2GzY4WK0VQii9Il68TaJYLCx02IXOvwNmgKP6P/+zBV0R7l8X4R8wk0QXEcltkJ4+ Bv/Tgb0pfNkNApWhc2CnVxoWHSamSuExPwccYmOJQ30iI0IktYI3vzy8lf36jBLgUmh8 BwYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QBnwuBKRxZeDSW4QGiqymAuzRo+K3Iyzls75/osdlvc=; b=m7EQCL9fbGMNcT3bxRRYZKA3i32vBRHZcgmKXdNVdTYf2p8I8/XfLlp4t+AUUvCDdY 0fkBMqr/ckeRWMDWcCBBttUAofGzx77DT8klytBvHod68Th0kumgUXxQ4T3DBSjm2O23 ZTQO/Es6/B2x35wMWIWyTVA5arrjJirPD0EFjP2gbmdzTdX2BK6HuszYF+gZqE9mNSFO II/52MxNAUAls6XVDxdLcX56a2UCBic78uqyAfZ/8+yQyYuTSpKdJzYHbm/Dq1DRkgBa YV1YoU10zWjBvMmsReBARHI3/dLY5m285KSJD3lTureQw0n8VsfsIYYtaIZJSaJ5Q08v UWZA== X-Gm-Message-State: AOAM532xmL1v8kr0qqW+cEKhn9Vst37BlcfZZCraDbAuCJvARS9TCnJ7 G1NAyqBQdk9aA5lgmgBbm6L/V4ePcf8P3nV+NAWQEA== X-Google-Smtp-Source: ABdhPJxMyKbaHPYLjI1W+Bc5q6MCpGy1B2M+e5JeRhMGebMYNwGIEAKA1DRB4YKkchRFoIAr0IY5gyoMjxELKQxwRNI= X-Received: by 2002:aca:5e06:: with SMTP id s6mr4518903oib.40.1626241241058; Tue, 13 Jul 2021 22:40:41 -0700 (PDT) MIME-Version: 1.0 References: <20210629123407.82561-1-bhupesh.sharma@linaro.org> In-Reply-To: <20210629123407.82561-1-bhupesh.sharma@linaro.org> From: Bhupesh Sharma Date: Wed, 14 Jul 2021 11:10:30 +0530 Message-ID: Subject: Re: [PATCH v4 0/4] pinctrl: qcom/pinctrl-spmi-gpio: Add support for pmic-gpio on SA8155p-adp To: MSM Cc: bhupesh.linux@gmail.com, "open list:GPIO SUBSYSTEM" , Linux Kernel Mailing List , devicetree , Liam Girdwood , Rob Herring , Linus Walleij , Bjorn Andersson Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, On Tue, 29 Jun 2021 at 18:04, Bhupesh Sharma wrote: > > Changes since v3: > ----------------- > - v3 series can be found here: https://lore.kernel.org/linux-arm-msm/20210617053432.350486-1-bhupesh.sharma@linaro.org/T/#m2b1bf2d32dfdde3196dc5342722e356ee1f87456 > - Rebased patchset on pinctrl/devel branch. > - Added Reviewed-by from Bjorn for patches 1 to 4 and Ack from Rob for > patches 1 and 2. > > Changes since v2: > ----------------- > - v2 series can be found here: https://lore.kernel.org/linux-arm-msm/20210615074543.26700-1-bhupesh.sharma@linaro.org/T/#m8303d27d561b30133992da88198abb78ea833e21 > - Addressed review comments from Bjorn and Mark. > - As per suggestion from Bjorn, separated the patches in different > patchsets (specific to each subsystem) to ease review and patch application. > > Changes since v1: > ----------------- > - v1 series can be found here: https://lore.kernel.org/linux-arm-msm/20210607113840.15435-1-bhupesh.sharma@linaro.org/T/#mc524fe82798d4c4fb75dd0333318955e0406ad18 > - Addressed review comments from Bjorn and Vinod received on the v1 > series. > > This series adds the pmic-gpio support code for SA8155p-adp board > which is based on Qualcomm snapdragon sa8155p SoC which in turn is > simiar to the sm8150 SoC. > > This board supports a new PMIC -> PMM8155AU. > > While at it, also make some cosmetic changes to the qcom pinctrl-spmi-gpio > driver and dt-bindings to make sure the compatibles are > in alphabetical order. > > Cc: Linus Walleij > Cc: Bjorn Andersson > > Bhupesh Sharma (4): > dt-bindings: pinctrl: qcom,pmic-gpio: Arrange compatibles > alphabetically > dt-bindings: pinctrl: qcom,pmic-gpio: Add compatible for SA8155p-adp > pinctrl: qcom/pinctrl-spmi-gpio: Arrange compatibles alphabetically > pinctrl: qcom/pinctrl-spmi-gpio: Add compatible for pmic-gpio on > SA8155p-adp > > .../bindings/pinctrl/qcom,pmic-gpio.txt | 64 ++++++++++--------- > drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 35 +++++----- > 2 files changed, 51 insertions(+), 48 deletions(-) > > -- > 2.31.1 Ping. Any comments on this version? Thanks, Bhupesh