Linux IIO development
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Petre Rodan <petre.rodan@subdimension.ro>
Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
	Lars-Peter Clausen <lars@metafoo.de>
Subject: Re: [PATCH v3 0/6] iio: pressure: hsc030pa: cleanup and triggered buffer
Date: Fri, 16 Feb 2024 15:00:25 +0000	[thread overview]
Message-ID: <20240216150025.6c718307@jic23-huawei> (raw)
In-Reply-To: <20240211075645.28777-1-petre.rodan@subdimension.ro>

On Sun, 11 Feb 2024 09:56:31 +0200
Petre Rodan <petre.rodan@subdimension.ro> wrote:

> This set of patches covers the following:
> 
>  - small cleanup
>  - mandatory 2ms delay between readings
>  - support for triggered buffer readings

Hi Petre

Applied to the togreg branch of iio.git but that will initially be pushed
out as testing for 0-day to take a look at it.

Thanks,

Jonathan

> 
> The support for devices that have "sleep mode" factory option that was
> present in v1 of this patchset was removed, for a few reasons:
> 
>  - a Honeywell employee told me that this chip variant is extremely
>     unlikely to be found in the wild, which also makes testing the
>     driver functionality impossible
>  - I found no reliable way of generating i2c/spi bus traffic with no
>     payload (toggle CS for SPI case, send i2c packet containing only
>     the address byte) that are required for the wakeup sequence.

> 
> Petre Rodan (6):
>   dt-bindings: iio: pressure: honeywell,hsc030pa.yaml add spi props
>   iio: pressure: hsc030pa: use signed type to hold div_64() result
>   iio: pressure: hsc030pa: include cleanup
>   iio: pressure: hsc030pa: update datasheet URLs
>   iio: pressure: hsc030pa add mandatory delay
>   iio: pressure: hsc030pa add triggered buffer
> 
>  .../iio/pressure/honeywell,hsc030pa.yaml      |  3 ++
>  drivers/iio/pressure/Kconfig                  |  2 +
>  drivers/iio/pressure/hsc030pa.c               | 49 ++++++++++++++++++-
>  drivers/iio/pressure/hsc030pa.h               |  7 +++
>  drivers/iio/pressure/hsc030pa_i2c.c           |  9 +++-
>  drivers/iio/pressure/hsc030pa_spi.c           |  7 ++-
>  6 files changed, 73 insertions(+), 4 deletions(-)
> 


      parent reply	other threads:[~2024-02-16 15:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-11  7:56 [PATCH v3 0/6] iio: pressure: hsc030pa: cleanup and triggered buffer Petre Rodan
2024-02-11  7:56 ` [PATCH v3 1/6] dt-bindings: iio: pressure: honeywell,hsc030pa.yaml add spi props Petre Rodan
2024-02-11  7:56 ` [PATCH v3 2/6] iio: pressure: hsc030pa: use signed type to hold div_64() result Petre Rodan
2024-02-11  7:56 ` [PATCH v3 3/6] iio: pressure: hsc030pa: include cleanup Petre Rodan
2024-02-11  7:56 ` [PATCH v3 4/6] iio: pressure: hsc030pa: update datasheet URLs Petre Rodan
2024-02-11  7:56 ` [PATCH v3 5/6] iio: pressure: hsc030pa add mandatory delay Petre Rodan
2024-02-11  7:56 ` [PATCH v3 6/6] iio: pressure: hsc030pa add triggered buffer Petre Rodan
2024-02-16 15:00 ` Jonathan Cameron [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240216150025.6c718307@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=petre.rodan@subdimension.ro \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox