From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: Michael Welling Date: Mon, 29 Feb 2016 19:16:34 -0600 From: Michael Welling To: Lucas De Marchi Cc: Daniel Baluta , Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , lkml , linux-iio@vger.kernel.org, Lucas De Marchi , Guenter Roeck , eibach@gdsys.de Subject: Re: [PATCH v4] iio: adc: Add TI ADS1015 ADC driver support Message-ID: <20160301011634.GA18558@deathstar> References: <1454678238-16313-1-git-send-email-daniel.baluta@intel.com> <20160301005032.GA15476@deathstar> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: List-ID: On Mon, Feb 29, 2016 at 10:09:10PM -0300, Lucas De Marchi wrote: > On Mon, Feb 29, 2016 at 9:50 PM, Michael Welling wrote: > > On Fri, Feb 05, 2016 at 03:17:18PM +0200, Daniel Baluta wrote: > >> The driver has sysfs readings with runtime PM support for power saving. > >> It also offers buffer support that can be used together with IIO software > >> triggers. > >> > > > > Daniel, > > > > So I noticed something yesterday while testing new boards. > > The channels are occassionally swapping when accessing data from multiple channels. > > > > I wrote a simple bash script to demonstrate. > > This happened to me in a previous version of the patch. I remember it > being fixed in the last version (or at least I could not reproduce). > I'll test again tomorrow with your script. > Okay thanks. I will see if I am using a dated version of the driver for some reason. > Lucas De Marchi