Re: [PATCH v7 2/8] iio: core: add fixed point parsing with 64-bit parts
From: Jonathan Cameron
Date: Sun Feb 22 2026 - 12:29:41 EST
On Mon, 16 Feb 2026 15:02:17 +0000
Rodrigo Alencar via B4 Relay <devnull+rodrigo.alencar.analog.com@xxxxxxxxxx> wrote:
> From: Rodrigo Alencar <rodrigo.alencar@xxxxxxxxxx>
>
> Add iio_str_to_fixpoint64() function that leverages simple_strtoull()
> to parse numbers from a string.
> A helper function __iio_str_to_fixpoint64() replaces
> __iio_str_to_fixpoint() implementation, extending its usage for
> 64-bit fixed-point parsing.
>
> Signed-off-by: Rodrigo Alencar <rodrigo.alencar@xxxxxxxxxx>
Hi Rodrigo.
This looks fine to me, but given earlier discussions I'd ideally like
to wait for a final review from Andy.
Thanks,
Jonathan