From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:53026 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725930AbeHRUU6 (ORCPT ); Sat, 18 Aug 2018 16:20:58 -0400 Date: Sat, 18 Aug 2018 18:12:29 +0100 From: Jonathan Cameron To: Doug Anderson Cc: kirtika@chromium.org, Siddartha Mohanadoss , linux-iio , devicetree@vger.kernel.org, linux-arm-msm , Rob Herring , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler Subject: Re: [PATCH v5 2/3] iio: adc: Add QCOM SPMI PMIC5 ADC driver Message-ID: <20180818181229.669b3951@archlinux> In-Reply-To: References: <1533260633-12385-1-git-send-email-smohanad@codeaurora.org> <20180803223801.749909f4@archlinux> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On Mon, 13 Aug 2018 09:01:04 -0700 Doug Anderson wrote: > Hi, > > On Fri, Aug 3, 2018 at 2:38 PM, Jonathan Cameron wrote: > > On Thu, 2 Aug 2018 18:43:53 -0700 > > Siddartha Mohanadoss wrote: > > > >> This patch adds support for QCOM 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 ADC AMUX. > >> > >> The register set and configuration has been refreshed > >> compared to the prior QCOM PMIC ADC family. Register > >> ADC5 as part of the IIO framework. > >> > >> Signed-off-by: Siddartha Mohanadoss > > Great. Applied to the togreg branch of iio.git and pushed out as testing > > for the autobuilders to play with it. > > FYI that what landed in iio.git is slightly broken in that it > introduces an empty file called "," at the top level. See: > > https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git/commit/?h=testing&id=2c909be15f45c96d3dc6a84e56a76e5c3c7a60ae > Good spot. I've just cleaned that up in the testing branch. Thanks! Jonathan > > -Doug