Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2266481imm; Mon, 24 Sep 2018 00:57:56 -0700 (PDT) X-Google-Smtp-Source: ANB0VdahvlYa3BXlwMehPegGcavnc2WdbyEe3J2H0IvnNrpme9e0b9L8buL/2BuuEsHn4CwLsrSJ X-Received: by 2002:a62:d1b:: with SMTP id v27-v6mr8998076pfi.87.1537775876592; Mon, 24 Sep 2018 00:57:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537775876; cv=none; d=google.com; s=arc-20160816; b=Gu+rQVRJMnLIbHOwHJZDOyRpZhgWwybTNYTsC7rqYYK75Nhc0cJnKa/UVVnJBoMXvc DRfXJ3C/RSDkv7DDOcX8s+N2d9plpIuGBM3G8Bl9Th4u4gA4x1qCiUGPiL/2nhE0DRNH yFaKrsyLgczWh+m64HzpaCl7Z7t5M8gqZfTd9nAc2ctKmfa+O8+AUI9X6/zLJRRcGBPm 7CvhfjZElLfKkzQ1enaJ1tOHDAOrCF80bueEn0Uqc8Nd2cFdk1TSb8QtcTs8BvN1jiB6 vEUEHlQx2lqP1xUcHUfOyt3rj0ezp1UG/Ax1QPLaUQJw4wl4mKS3mveeYG6A2WNDhD1y VpUA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=7VtW5AGTQjYbRFx2FkaqmJNVNMAFpZFKEP/31mfR070=; b=A+08O4AzW+JMvxGEk2Epwab7ME4nIgLk31fCRsyU00m/Q8Fhs9298nzfGW5zxk7nC9 J2CcjW9n4AvbXFafjGIth6piZ8H93yp56iqZsP43whzj9Mg2BceqrX1muFieY87geM1i jNRPRcWcYcgKasU3vxUW6Xnl+A8Bk5aVJdqeom2vjN1JtmpnSzOzk41mcm/BZqHxwl8s apFLMOvsxZHZB4i3cUzW+QIro//dtJulSK20t4G2unW+T5VPNI64DO2fofXbrJMdpOB4 2TJyylFiVgcP10fGJfL0GXrVEbrI4FDPmmHPS1oRyTa3jZqMhFNyOcug9bK4xOwlaOen 2AfA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k4-v6si35231050pfc.328.2018.09.24.00.57.41; Mon, 24 Sep 2018 00:57:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727613AbeIXN6W (ORCPT + 99 others); Mon, 24 Sep 2018 09:58:22 -0400 Received: from esa5.microchip.iphmx.com ([216.71.150.166]:38679 "EHLO esa5.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725935AbeIXN6V (ORCPT ); Mon, 24 Sep 2018 09:58:21 -0400 X-IronPort-AV: E=Sophos;i="5.54,297,1534834800"; d="scan'208";a="18307561" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Sep 2018 00:57:33 -0700 Received: from eh-station.microchip.com (10.10.76.4) by chn-sv-exch02.mchp-main.com (10.10.76.38) with Microsoft SMTP Server id 14.3.352.0; Mon, 24 Sep 2018 00:57:31 -0700 From: Eugen Hristev To: , , , , CC: , Eugen Hristev , Maxime Ripard Subject: [PATCH v2 2/2] iio: adc: at91: fix wrong channel number in triggered buffer mode Date: Mon, 24 Sep 2018 10:51:44 +0300 Message-ID: <1537775504-7981-2-git-send-email-eugen.hristev@microchip.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1537775504-7981-1-git-send-email-eugen.hristev@microchip.com> References: <1537775504-7981-1-git-send-email-eugen.hristev@microchip.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org When channels are registered, the hardware channel number is not the actual iio channel number. This is because the driver is probed with a certain number of accessible channels. Some pins are routed and some not, depending on the description of the board in the DT. Because of that, channels 0,1,2,3 can correspond to hardware channels 2,3,4,5 for example. In the buffered triggered case, we need to do the translation accordingly. Fixed the channel number to stop reading the wrong channel. Fixes 0e589d5fb "ARM: AT91: IIO: Add AT91 ADC driver." Cc: Maxime Ripard Signed-off-by: Eugen Hristev --- Changes in v2: - Added 'const' spec to the declaration to avoid build warning drivers/iio/adc/at91_adc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/iio/adc/at91_adc.c b/drivers/iio/adc/at91_adc.c index e3be88e..75d2f73 100644 --- a/drivers/iio/adc/at91_adc.c +++ b/drivers/iio/adc/at91_adc.c @@ -248,12 +248,14 @@ static irqreturn_t at91_adc_trigger_handler(int irq, void *p) struct iio_poll_func *pf = p; struct iio_dev *idev = pf->indio_dev; struct at91_adc_state *st = iio_priv(idev); + struct iio_chan_spec const *chan; int i, j = 0; for (i = 0; i < idev->masklength; i++) { if (!test_bit(i, idev->active_scan_mask)) continue; - st->buffer[j] = at91_adc_readl(st, AT91_ADC_CHAN(st, i)); + chan = idev->channels + i; + st->buffer[j] = at91_adc_readl(st, AT91_ADC_CHAN(st, chan->channel)); j++; } -- 2.7.4