Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp3468882pxb; Mon, 30 Aug 2021 03:04:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxO7otxdUoKa6o3YBGBJqbLA2LbClemfnBmyt/KN3zHEJKPWmydp2UnLdJRk6zYKvFIha18 X-Received: by 2002:a6b:f114:: with SMTP id e20mr17500460iog.41.1630317892507; Mon, 30 Aug 2021 03:04:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630317892; cv=none; d=google.com; s=arc-20160816; b=X5yeJrRPNb8e5ON/JCr8sVWz7VuRyS0lFpaTm1xBptmMjfqNrKqPoPdiSwMqYwCZVj 36eXNXTfVv+WXc86fLARqmFAbe62w5xqsImGzF0j+nfqoh2jhCAgdJoRuZ6yFUijmVke xgs9l8PW8eMj86EJ964brED0yRTmAKwGtAQkS0XSr5LvquOx2nEDoPtYFrRSrK9af3UP 0ANX4mKaHsPveuvYWFa91YSWr8O6alWkRhrDRJQCR0h7vV8glCItnGVgKRmo7dAkE8DS X9dzVelWuOCl5pxOjc56CIEeMfckk4o5rXbcyPAqabpIezwVOCLByDKjMPa8oR+ITuUu xyLw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=+5FNp3nZf4stgDDlVkdPK7+/7bzaGv8SD7csFa+AZLY=; b=XF9bRzaxJPnAFPLnypn34r934Amn1YEsOlz+3hFRcDLltJOgvcI0d0cKMONPach7L7 CCNj4NLoG/8d0GrIYlJXPwigCikaLTCHnNUdpo8ifw99RgdXkAQYXsc+d9S0Eyos3pVH wy1KViB4bgonxIZHUoPpGZROGqVS8GO0BjghLS5fXAimRLAEacCy2wQa1VFG42ZFWtFh xecQXQBG1dvBKromMggOhq6jWzaEpS0HH9xxXHX/9OsSKqsguzC4iiJYEexTWLAFZUm+ UvAH12nTx1HirbxGPY+5+WNxI+GesnZ98v2SUS9bdWogFBmVHJFTT/XDKX4YMtGoft/v xWFA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h30si11678412jaa.9.2021.08.30.03.04.40; Mon, 30 Aug 2021 03:04:52 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236268AbhH3KEC (ORCPT + 99 others); Mon, 30 Aug 2021 06:04:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:51714 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231708AbhH3KEA (ORCPT ); Mon, 30 Aug 2021 06:04:00 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D77F461090; Mon, 30 Aug 2021 10:03:04 +0000 (UTC) Date: Mon, 30 Aug 2021 11:06:16 +0100 From: Jonathan Cameron To: Miquel Raynal Cc: Lars-Peter Clausen , Thomas Petazzoni , linux-iio@vger.kernel.org, Subject: Re: [PATCH 03/16] iio: adc: max1027: Push only the requested samples Message-ID: <20210830110616.70672ef3@jic23-huawei> In-Reply-To: <20210818111139.330636-4-miquel.raynal@bootlin.com> References: <20210818111139.330636-1-miquel.raynal@bootlin.com> <20210818111139.330636-4-miquel.raynal@bootlin.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Aug 2021 13:11:26 +0200 Miquel Raynal wrote: > When a triggered scan occurs, the identity of the desired channels is > known in indio_dev->active_scan_mask. Instead of reading and pushing to > the IIO buffers all channels each time, scan the minimum amount of > channels (0 to maximum requested chan, to be exact) and only provide the > samples requested by the user. > > For example, if the user wants channels 1, 4 and 5, all channels from > 0 to 5 will be scanned That's a reasonably optimisation > but only the desired channels will be pushed to > the IIO buffers. Don't do this last bit. The core handles demuxing the channels via active_scan_masks. As a general rule it does a more efficient job of this than a hand coded version in a driver (precached copy rules etc). The core has to have the logic anyway to support multiple consumers (e.g. in kernel consumer and userspace) so we reuse it for these cases. > > Signed-off-by: Miquel Raynal > --- > drivers/iio/adc/max1027.c | 25 +++++++++++++++++++++---- > 1 file changed, 21 insertions(+), 4 deletions(-) > > diff --git a/drivers/iio/adc/max1027.c b/drivers/iio/adc/max1027.c > index b753658bb41e..8ab660f596b5 100644 > --- a/drivers/iio/adc/max1027.c > +++ b/drivers/iio/adc/max1027.c > @@ -360,6 +360,9 @@ static int max1027_set_trigger_state(struct iio_trigger *trig, bool state) > struct max1027_state *st = iio_priv(indio_dev); > int ret; > > + if (bitmap_empty(indio_dev->active_scan_mask, indio_dev->masklength)) > + return -EINVAL; > + > if (state) { > /* Start acquisition on cnvst */ > st->reg = MAX1027_SETUP_REG | MAX1027_CKS_MODE0 | > @@ -368,9 +371,12 @@ static int max1027_set_trigger_state(struct iio_trigger *trig, bool state) > if (ret < 0) > return ret; > > - /* Scan from 0 to max */ > - st->reg = MAX1027_CONV_REG | MAX1027_CHAN(0) | > - MAX1027_SCAN_N_M | MAX1027_TEMP; > + /* > + * Scan from 0 to the highest requested channel. The temperature > + * could be avoided but it simplifies a bit the logic. > + */ > + st->reg = MAX1027_CONV_REG | MAX1027_SCAN_0_N | MAX1027_TEMP; > + st->reg |= MAX1027_CHAN(fls(*indio_dev->active_scan_mask) - 2); This should be combined with appropriate additions to available_scan_masks arrays so the IIO core can handle choosing the right one to match enabled channels. > ret = spi_write(st->spi, &st->reg, 1); > if (ret < 0) > return ret; > @@ -391,11 +397,22 @@ static irqreturn_t max1027_trigger_handler(int irq, void *private) > struct iio_poll_func *pf = private; > struct iio_dev *indio_dev = pf->indio_dev; > struct max1027_state *st = iio_priv(indio_dev); > + unsigned int scanned_chans = fls(*indio_dev->active_scan_mask); > + u16 *buf = st->buffer; > + unsigned int bit; > > pr_debug("%s(irq=%d, private=0x%p)\n", __func__, irq, private); > > /* fill buffer with all channel */ > - spi_read(st->spi, st->buffer, indio_dev->masklength * 2); > + spi_read(st->spi, st->buffer, scanned_chans * 2); > + > + /* Only keep the channels selected by the user */ > + for_each_set_bit(bit, indio_dev->active_scan_mask, > + indio_dev->masklength) { > + if (buf[0] != st->buffer[bit]) > + buf[0] = st->buffer[bit]; > + buf++; > + } > > iio_push_to_buffers(indio_dev, st->buffer); >