Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp195345pxb; Thu, 2 Sep 2021 01:57:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzXQ/uPva/J1ykA3jrf6O3GL2sMy6L8Usf0/D9refeKYvSA4cVih59D00BOJAWgCeuR6pMS X-Received: by 2002:a6b:e70f:: with SMTP id b15mr1939060ioh.140.1630573026076; Thu, 02 Sep 2021 01:57:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630573026; cv=none; d=google.com; s=arc-20160816; b=iZPTPtwYWuBMsq2fqF2gQwAe3YSRKUjJU+Caz8sD21uKTSLAa1ir8EK68tOQeXS4sB BYpkQHPEVHj9arwjT/TisaqyoPzapJas3/19EaCeBvVTw6MgYpwyyQCOQel4/IgneXTz OzEK/DFKfLBVex+I41eFpdBcHClOaZYqRRsBLUkWmVwpo7OEtdSagJF0V31hljVF+l6A xr+hfB8TuQG6l2i7e/4GblYD0n14bHUXxkX+Oukw0BkTwFe5Ay3yRB1PQCsm6yMzEViR xdFTsTTWZrsepYs7IihBBg9m2Zj93JMXPt+/u/Bqp1TlLOUGBzM1V528ezX1TAsSF0ri NRqg== 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 :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=s8E3v3OHzY6/4p8/o7h2krCUNkzbjV9/vz4/Pw0N5S4=; b=Q6aS/ypfH9oI8DaPeaOnC53AyfG3pDpAJHPOV8huOP6EXSgqvKdIIKwq5BBcCwBDvb xw1FHHstbnTH+MC2APxItrDr1R7ix9demsUYDMPHTg/nnsPAZKuawEy21yMXsR5VHXtH Nhc93B1zLbiVy/QOk096BdM50h1gQ4C/B5rGxpzuSIyjl0It7eE9gskfg7+NcmOgT6Yw aFMi4lydgEJlBXL1tT8Z4K7QEXksSg3Oi+zYx+BT9bytCD4BnXHJ3AdVFEMqI+8OFW8Q 6Di1kX8KoA+pBfIaUuBUv0lk9V9OCsEmFNiesDW0xqjFHzMoGBdom3yKa/h4mBhVCGob +icA== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id k1si1536932ilo.14.2021.09.02.01.56.53; Thu, 02 Sep 2021 01:57:06 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244796AbhIBI4V convert rfc822-to-8bit (ORCPT + 99 others); Thu, 2 Sep 2021 04:56:21 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:45897 "EHLO relay2-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233546AbhIBI4U (ORCPT ); Thu, 2 Sep 2021 04:56:20 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 7B4CD40011; Thu, 2 Sep 2021 08:55:20 +0000 (UTC) Date: Thu, 2 Sep 2021 10:55:19 +0200 From: Miquel Raynal To: "Sa, Nuno" Cc: Jonathan Cameron , Lars-Peter Clausen , Thomas Petazzoni , "linux-iio@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 11/16] iio: adc: max1027: Separate the IRQ handler from the read logic Message-ID: <20210902105519.5891a90f@xps13> In-Reply-To: References: <20210818111139.330636-1-miquel.raynal@bootlin.com> <20210818111139.330636-12-miquel.raynal@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Nuno, "Sa, Nuno" wrote on Fri, 20 Aug 2021 07:23:33 +0000: > > -----Original Message----- > > From: Miquel Raynal > > Sent: Wednesday, August 18, 2021 1:12 PM > > To: Jonathan Cameron ; Lars-Peter Clausen > > > > Cc: Thomas Petazzoni ; linux- > > iio@vger.kernel.org; linux-kernel@vger.kernel.org; Miquel Raynal > > > > Subject: [PATCH 11/16] iio: adc: max1027: Separate the IRQ handler > > from the read logic > > > > [External] > > > > Create a max1027_read_scan() helper which will make clearer the > > future IRQ > > handler updates (no functional change). > > > > Signed-off-by: Miquel Raynal > > --- > > drivers/iio/adc/max1027.c | 27 +++++++++++++++++++++------ > > 1 file changed, 21 insertions(+), 6 deletions(-) > > > > diff --git a/drivers/iio/adc/max1027.c b/drivers/iio/adc/max1027.c > > index 83526f3d7d3a..afc3ce69f7ea 100644 > > --- a/drivers/iio/adc/max1027.c > > +++ b/drivers/iio/adc/max1027.c > > @@ -427,19 +427,18 @@ static int > > max1027_set_cnvst_trigger_state(struct iio_trigger *trig, bool state) > > return 0; > > } > > > > -static irqreturn_t max1027_trigger_handler(int irq, void *private) > > +static int max1027_read_scan(struct iio_dev *indio_dev) > > { > > - 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); > > + int ret; > > > > /* fill buffer with all channel */ > > - spi_read(st->spi, st->buffer, scanned_chans * 2); > > + ret = spi_read(st->spi, st->buffer, scanned_chans * 2); > > + if (ret < 0) > > + return ret; > > > > /* Only keep the channels selected by the user */ > > for_each_set_bit(bit, indio_dev->active_scan_mask, > > @@ -451,6 +450,22 @@ static irqreturn_t max1027_trigger_handler(int > > irq, void *private) > > > > iio_push_to_buffers(indio_dev, st->buffer); > > > > + return 0; > > +} > > + > > +static irqreturn_t max1027_trigger_handler(int irq, void *private) > > +{ > > + struct iio_poll_func *pf = private; > > + struct iio_dev *indio_dev = pf->indio_dev; > > + int ret; > > + > > + pr_debug("%s(irq=%d, private=0x%p)\n", __func__, irq, > > private); > > + > > This should be more consistent... use 'dev_err()'. I would also > argue to use the spi dev as the driver state structure holds a > pointer to it... I honestly don't see the point of these debug messages (there is another useless pr_debug in probe). I kept it here as I am just moving code around without any changes, but if you don't like it (me neither) I'll add a simple patch dropping them. Thanks, Miquèl