On Mon, 13 Aug 2018 09:01:04 -0700 Doug Anderson <dianders@xxxxxxxxxxxx> wrote: > Hi, > > On Fri, Aug 3, 2018 at 2:38 PM, Jonathan Cameron <jic23@xxxxxxxxxx> wrote: > > On Thu, 2 Aug 2018 18:43:53 -0700 > > Siddartha Mohanadoss <smohanad@xxxxxxxxxxxxxx> 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 <smohanad@xxxxxxxxxxxxxx> > > 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