Re: [PATCH v1 0/3] iio: adc: meson: a few improvements

From: Jonathan Cameron
Date: Sun Mar 24 2024 - 10:04:57 EST


On Sun, 24 Mar 2024 00:13:06 +0100
Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx> wrote:

> This series contains three improvements to the meson SAR ADC driver.
> None of them are meant to change the existing behavior. The goal is
> to make the driver code easier to read and understand.
>
>
> Martin Blumenstingl (3):
> iio: adc: meson: fix voltage reference selection field name typo
> iio: adc: meson: consistently use bool/enum in struct
> meson_sar_adc_param
> iio: adc: meson: simplify MESON_SAR_ADC_REG11 register access
>
> drivers/iio/adc/meson_saradc.c | 78 ++++++++++++++++------------------
> 1 file changed, 36 insertions(+), 42 deletions(-)
>

Hi Martin,

Please resend +CC linux-iio@xxxxxxxxxxxxxxx

I'll take a quick look but I won't pick up anything that hasn't been on that
list (as I use patchwork to track status etc).

Jonathan