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=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, 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 60C28C433DB for ; Thu, 24 Dec 2020 06:54:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0F23D22AAC for ; Thu, 24 Dec 2020 06:54:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726159AbgLXGyg (ORCPT ); Thu, 24 Dec 2020 01:54:36 -0500 Received: from so254-31.mailgun.net ([198.61.254.31]:45991 "EHLO so254-31.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725871AbgLXGyg (ORCPT ); Thu, 24 Dec 2020 01:54:36 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1608792850; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=uDV1GPLdnE+d0a8jpe/jYUimmGmb/cEcwCOtuwMtCeo=; b=nC07HqlafiAvotY9dDPerXPsjsyKQZ8J6HzsvX6VwQkFiIrG/VOqAvGo4G6fdaHJhld25lV2 JXV66zQgmwpVd+MnZmNIfcejDWII8K656wWGMBCq8902p+ei6kbuEcBW2X4Ev4CPY388UDxv /YkXBcFpWMJasanYMhX0xrnPh9I= X-Mailgun-Sending-Ip: 198.61.254.31 X-Mailgun-Sid: WyI1YmJiNiIsICJkZXZpY2V0cmVlQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n08.prod.us-east-1.postgun.com with SMTP id 5fe43af97bc801dc4f1cf0fe (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Thu, 24 Dec 2020 06:53:44 GMT Sender: kgunda=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 2629FC43462; Thu, 24 Dec 2020 06:53:44 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: kgunda) by smtp.codeaurora.org (Postfix) with ESMTPSA id 68F04C433C6; Thu, 24 Dec 2020 06:53:43 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 24 Dec 2020 12:23:43 +0530 From: kgunda@codeaurora.org To: Lee Jones Cc: robh@kernel.org, swboyd@chromium.org, Andy Gross , Bjorn Andersson , Rob Herring , Stephen Boyd , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V4 1/2] mfd: qcom-spmi-pmic: Convert bindings to .yaml format In-Reply-To: <20201221085055.GC4825@dell> References: <1608279292-24760-1-git-send-email-kgunda@codeaurora.org> <1608279292-24760-2-git-send-email-kgunda@codeaurora.org> <20201221085055.GC4825@dell> Message-ID: <0281ad230dca093d42776cc64f56d3f9@codeaurora.org> X-Sender: kgunda@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 2020-12-21 14:20, Lee Jones wrote: > On Fri, 18 Dec 2020, Kiran Gunda wrote: > >> Convert the bindings from .txt to .yaml format. >> >> Signed-off-by: Kiran Gunda >> --- >> .../devicetree/bindings/mfd/qcom,spmi-pmic.txt | 80 >> ------------- >> .../devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 127 >> +++++++++++++++++++++ >> 2 files changed, 127 insertions(+), 80 deletions(-) >> delete mode 100644 >> Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt >> create mode 100644 >> Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml > > What are the other patches that I was not cc'ed on? > > Generally it's a bad idea to send only some patches of a set to some > maintainers. Best for everyone to have full visibility. > I ran the get_maintainer.pl script. Not sure how it is missed. Anyways I will add you in the next post. > Also looks like you're missing a cover-letter [PATCH 0/4] which adds > to the opaqueness/confusion. I have introduced the cover letter from V3 series. That's why the earlier notes are missing from cover letter. Let me add them in next series.