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,URIBL_BLOCKED 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 7D287C433EF for ; Tue, 21 Sep 2021 20:23:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6CB8761242 for ; Tue, 21 Sep 2021 20:23:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234798AbhIUUYw (ORCPT ); Tue, 21 Sep 2021 16:24:52 -0400 Received: from mail-ot1-f48.google.com ([209.85.210.48]:36746 "EHLO mail-ot1-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230348AbhIUUYv (ORCPT ); Tue, 21 Sep 2021 16:24:51 -0400 Received: by mail-ot1-f48.google.com with SMTP id 5-20020a9d0685000000b0054706d7b8e5so250498otx.3; Tue, 21 Sep 2021 13:23:22 -0700 (PDT) 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:in-reply-to; bh=eAPlaFllVauSFXh1QwSW2AiMtJcGPxVfXAMwNAaKx/w=; b=yLfg5yBlfg+Wm93QjzOJ6Q1pKz/TFPlrQuGaOy2mdwSkoad2tnMAnJQ6WY0XWa/vZz iAnRLLkf1jfXeCekSc7MSYN7U/O6qrmbuU+p2prZBkLbKjpixc6zdFlB0SBJ8C7nGHkv QptHDMtst6lSp5Mrp5r/T5K6DyZ0tahrgeyz9k5V4aZ9232QbZPj2N45JBVepR46Ar88 VgChcQABX3uB0+Prs/GMfl9r8GDjiN2dFmmN+wmncJGV9FhAIZfVpIXueM8t4o94wxWf RK0ZS4+cb446EgXtVswUl5kuBkVCWMWxtyEy3AysoAjy9r9m1gi2UWmnYrIXPsxSN5NG FhMA== X-Gm-Message-State: AOAM533ddwi7f/YBY5XFnWvp4pRShtLIYmOCAguXjZVsvSw873c+4uRy 6rhVDHdG2kgSNCEGso54xQ== X-Google-Smtp-Source: ABdhPJwlCzT76A2X71MUUHuBQHrdQeBr9zZo6I0T3GGGu8t0KhUopsg+GWBWrkBZGY5Tfh7Vwamwcw== X-Received: by 2002:a9d:7759:: with SMTP id t25mr27689033otl.245.1632255802377; Tue, 21 Sep 2021 13:23:22 -0700 (PDT) Received: from robh.at.kernel.org (rrcs-192-154-179-36.sw.biz.rr.com. [192.154.179.36]) by smtp.gmail.com with ESMTPSA id i25sm9958otf.31.2021.09.21.13.23.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Sep 2021 13:23:21 -0700 (PDT) Received: (nullmailer pid 3268058 invoked by uid 1000); Tue, 21 Sep 2021 20:23:19 -0000 Date: Tue, 21 Sep 2021 15:23:19 -0500 From: Rob Herring To: Subbaraman Narayanamurthy Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , linux-gpio@vger.kernel.org, Andy Gross , linux-arm-msm@vger.kernel.org, Linus Walleij , Bjorn Andersson Subject: Re: [PATCH 1/2] dt-bindings: pinctrl: qcom-pmic-gpio: Add output-{enable,disable} properties Message-ID: References: <1631588246-4811-1-git-send-email-quic_subbaram@quicinc.com> <1631588246-4811-2-git-send-email-quic_subbaram@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1631588246-4811-2-git-send-email-quic_subbaram@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon, 13 Sep 2021 19:57:25 -0700, Subbaraman Narayanamurthy wrote: > Add support for the pinconf DT property output-enable, output-disable > so that output can be enabled/disabled. > > Signed-off-by: Subbaraman Narayanamurthy > --- > Documentation/devicetree/bindings/pinctrl/qcom,pmic-gpio.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring