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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 171CAC433ED for ; Tue, 18 May 2021 00:49:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ED6F5613AF for ; Tue, 18 May 2021 00:49:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345142AbhERAux (ORCPT ); Mon, 17 May 2021 20:50:53 -0400 Received: from mail-ot1-f41.google.com ([209.85.210.41]:34744 "EHLO mail-ot1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235151AbhERAux (ORCPT ); Mon, 17 May 2021 20:50:53 -0400 Received: by mail-ot1-f41.google.com with SMTP id u25-20020a0568302319b02902ac3d54c25eso7231794ote.1; Mon, 17 May 2021 17:49:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ajl7ACpQFyzNHdoWdNKqqUVobTElm0Nzp/Lk1+Ni+0w=; b=fSOl3Ak94GPopFlK5GtgxsPEhUHRaxLQy23pTVxwOUqG7rtkk6ktdRIhHTWTj6xakY LMjRZpRKS9uCt1FvktTCRbHZ7JVA22sOG3oWIQ7Y0GYeaEd5JNFZHrtPgavxqW+JCvC4 oTfuygXkL84S8daBMfld5eIYuaNXhY75Ppk9sUfd9kO3WRjYEAZR5lqt/KJsDJi18vHT WywtyKf2da5uG10mcrrt/RTA5qBGvrolGIT8bLqPh02zEhQTpICY1dHcFcSTZv6X10Yl q1X2tdRTaaJJawTBUlptEGOp7penFoIFiBqaf0MOrBikSXMBSSWISJajcUXSYduKcCR0 FSHQ== X-Gm-Message-State: AOAM531GdVfOI/4vTmGo6FyqdRjOGuScy7czW3YCkfu1h5RxJGQAuYzF 5KgTh6+/pCLWAlKb2sl8jw== X-Google-Smtp-Source: ABdhPJxkMV9E1ZRWhofvj90zd3Oz58ftaKwqAlR1fwPYjIjwdVt3ZV4UwH6tixzbcfHIX6hiLWLK3Q== X-Received: by 2002:a05:6830:17d5:: with SMTP id p21mr1930362ota.318.1621298975433; Mon, 17 May 2021 17:49:35 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id 9sm3077807oie.51.2021.05.17.17.49.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 May 2021 17:49:34 -0700 (PDT) Received: (nullmailer pid 3539257 invoked by uid 1000); Tue, 18 May 2021 00:49:34 -0000 Date: Mon, 17 May 2021 19:49:33 -0500 From: Rob Herring To: satya priya Cc: Bjorn Andersson , Andy Gross , kgunda@codeaurora.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Rob Herring , Linus Walleij , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH V3 2/3] dt-bindings: pinctrl: qcom-pmic-gpio: Add pm7325 support Message-ID: <20210518004933.GA3539204@robh.at.kernel.org> References: <1620817988-18809-1-git-send-email-skakit@codeaurora.org> <1620817988-18809-3-git-send-email-skakit@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1620817988-18809-3-git-send-email-skakit@codeaurora.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Wed, 12 May 2021 16:43:07 +0530, satya priya wrote: > Add compatible string for PM7325 pmic GPIO support to the > Qualcomm PMIC GPIO binding. > > Signed-off-by: satya priya > --- > Changes in V2: > - Placed this patch before conversion patch and updated commit text > to be more clear. > > Changes in V3: > - Rebased the patch and added pm7325 as others are already present. > updated the commit text accordingly. > > Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.txt | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring