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.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 B9FC3C2BA19 for ; Mon, 6 Apr 2020 11:46:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8E9A0206F8 for ; Mon, 6 Apr 2020 11:46:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="FoP7Z2BY" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727489AbgDFLqL (ORCPT ); Mon, 6 Apr 2020 07:46:11 -0400 Received: from mail26.static.mailgun.info ([104.130.122.26]:62054 "EHLO mail26.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727473AbgDFLqK (ORCPT ); Mon, 6 Apr 2020 07:46:10 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1586173570; h=Content-Transfer-Encoding: Content-Type: In-Reply-To: MIME-Version: Date: Message-ID: From: References: Cc: To: Subject: Sender; bh=fwS8B2ZENTJa//1JM/Tb3FQEjJEuwZJOlzrKeFY+6hA=; b=FoP7Z2BYzo9e3+b4+ERF7Ax/AcMgqRsFpRvKVKdSSHrekZB7+7yKjsECTnxS8c0MLlzLizIh 91z4xjykbNgxXutcxM/k+D2C5LRmKgTQym53ahYuW7wNE7Wqw0mWacvohcX/vhfwyedAU1sr maRKiXSyxvnitdMcG51sjWOW77M= X-Mailgun-Sending-Ip: 104.130.122.26 X-Mailgun-Sid: WyI1MzIzYiIsICJsaW51eC1hcm0tbXNtQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by mxa.mailgun.org with ESMTP id 5e8b1676.7fa8d21966f8-smtp-out-n04; Mon, 06 Apr 2020 11:45:58 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 1F0FFC4478F; Mon, 6 Apr 2020 11:45:58 +0000 (UTC) Received: from [192.168.1.100] (unknown [157.44.182.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jprakash) by smtp.codeaurora.org (Postfix) with ESMTPSA id A8662C433D2; Mon, 6 Apr 2020 11:45:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org A8662C433D2 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=jprakash@codeaurora.org Subject: Re: [PATCH 2/3] iio: adc: Add PMIC7 ADC bindings To: Amit Kucheria Cc: Andy Gross , Bjorn Andersson , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , LKML , Matthias Kaehlcke , Linus Walleij , Stephen Boyd , Jonathan.Cameron@huawei.com, smohanad@codeaurora.org, kgunda@codeaurora.org, aghayal@codeaurora.org, Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , Mark Rutland , linux-iio@vger.kernel.org, linux-arm-msm , linux-arm-msm-owner@vger.kernel.org References: <1585064650-16235-1-git-send-email-jprakash@codeaurora.org> <1585064650-16235-3-git-send-email-jprakash@codeaurora.org> From: Jishnu Prakash Message-ID: Date: Mon, 6 Apr 2020 17:15:41 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hi Amit, On 4/3/2020 5:41 PM, Amit Kucheria wrote: > Hi Jishnu, > > On Tue, Mar 24, 2020 at 9:15 PM Jishnu Prakash wrote: >> Add documentation for PMIC7 ADC peripheral. For PMIC7 ADC, all SW >> communication to ADC goes through PMK8350, which communicates with >> other PMICs through PBS. > What is PMK8350? What is PBS? Please expand the acronyms and describe > more verbosely. PMK8350 is just the name of one of the PMIC7 family of PMICs. I'll expand the description in the next post. > >> Signed-off-by: Jishnu Prakash >> --- >> .../bindings/iio/adc/qcom,spmi-vadc.yaml | 28 ++++++++++++++++------ >> 1 file changed, 21 insertions(+), 7 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.yaml b/Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.yaml >> index 72db14c..20f010c 100644 >> --- a/Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.yaml >> +++ b/Documentation/devicetree/bindings/iio/adc/qcom,spmi-vadc.yaml >> @@ -13,7 +13,7 @@ maintainers: >> description: | >> SPMI PMIC voltage ADC (VADC) provides interface to clients to read >> voltage. The VADC is a 15-bit sigma-delta ADC. >> - SPMI PMIC5 voltage ADC (ADC) provides interface to clients to read >> + SPMI PMIC5/PMIC7 voltage ADC (ADC) provides interface to clients to read >> voltage. The VADC is a 16-bit sigma-delta ADC. >> >>