Re: [PATCH v3 1/3] iio: types: add IIO_VOLUMEFLOW channel type
From: Jonathan Cameron
Date: Thu Jun 04 2026 - 04:54:21 EST
On Wed, 3 Jun 2026 16:08:33 +0200
Wadim Mueller <wafgo01@xxxxxxxxx> wrote:
> On Mon, 1 Jun 2026 10:42:33 +0100
> Jonathan Cameron <jic23@xxxxxxxxxx> wrote:
>
> > I don't think that discussion ever finished. [...]
>
> So i need to decide the unit: l/s or m^3/s? My feeling is l/s. The ranges
> are sub-ml/s, so m^3/s only makes the scale 1e3 smaller and the DECIMAL64
> precision thing worse, for no real benefit in sysfs. If you want strict
> SI i change it. What you prefer?
>
Yes, I'd prefer that for consistency (m^3/sec). Hopefully the scaling is fine
with the new forms that are happy with more leading zeros.
> Wadim