public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Siddartha Mohanadoss <smohanad@codeaurora.org>
Cc: Jonathan Cameron <jic23@kernel.org>,
	linux-iio@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	devicetree@vger.kernel.org, Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
	cdevired@codeaurora.org, rphani@codeaurora.org,
	sivaa@codeaurora.org
Subject: Re: [PATCH 2/2] iio: adc: Add Qualcomm SPMI PMIC5 ADC driver
Date: Tue, 22 May 2018 15:57:01 -0500	[thread overview]
Message-ID: <20180522205701.GA31572@rob-hp-laptop> (raw)
In-Reply-To: <1525815536-27781-1-git-send-email-smohanad@codeaurora.org>

On Tue, May 08, 2018 at 02:38:56PM -0700, Siddartha Mohanadoss wrote:
> This patch adds support for Qualcomm SPMI PMIC5 family
> of ADC driver that supports hardware based offset and
> gain compensation. The ADC peripheral can measure both
> voltage and current channels whose input signal is
> connected to the PMIC.
> 
> The register set and configuration has been refreshed
> compared to the prior Qualcomm PMIC ADC family. Register
> ADC5 as part of the IIO framework.
> 
> Signed-off-by: Siddartha Mohanadoss <smohanad@codeaurora.org>
> ---
>  drivers/iio/adc/Kconfig                  |  18 +
>  drivers/iio/adc/Makefile                 |   1 +
>  drivers/iio/adc/qcom-spmi-adc5.c         | 818 +++++++++++++++++++++++++++++++
>  drivers/iio/adc/qcom-vadc-common.c       | 241 +++++++++
>  drivers/iio/adc/qcom-vadc-common.h       |  51 ++

>  include/dt-bindings/iio/qcom,spmi-vadc.h | 115 ++++-

This belongs in the binding patch.

>  6 files changed, 1243 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/iio/adc/qcom-spmi-adc5.c

      parent reply	other threads:[~2018-05-22 20:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-08 21:38 [PATCH 2/2] iio: adc: Add Qualcomm SPMI PMIC5 ADC driver Siddartha Mohanadoss
2018-05-12 10:56 ` Jonathan Cameron
2018-05-16  0:14   ` Siddartha Mohanadoss
2018-05-22 20:57 ` Rob Herring [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180522205701.GA31572@rob-hp-laptop \
    --to=robh@kernel.org \
    --cc=cdevired@codeaurora.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    --cc=rphani@codeaurora.org \
    --cc=sivaa@codeaurora.org \
    --cc=smohanad@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox