From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752418AbcCABQv (ORCPT ); Mon, 29 Feb 2016 20:16:51 -0500 Received: from mail-ig0-f174.google.com ([209.85.213.174]:35652 "EHLO mail-ig0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751087AbcCABQt (ORCPT ); Mon, 29 Feb 2016 20:16:49 -0500 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 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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