Re: [PATCH v2 0/3] iio: adc: meson: a few improvements
From: Jonathan Cameron
Date: Sat Dec 28 2024 - 08:40:34 EST
On Tue, 24 Dec 2024 15:29:38 +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.
>
> Changes since v1 at [0]:
> - drop the patch 2 "iio: adc: meson: consistently use bool/enum in
> struct meson_sar_adc_param" for now as the purpose of the fields is
> unfortunately still not clarified
> - add space to tab conversion from former patch 2 as a separate patch
> - Cc linux-iio (which was forgotton in v1)
>
Applied to the togreg branch of iio.git
Dropped fixes tag from patch 1. A typo fix on something entirely internal
to the driver is just cleanup, not a fix and definitely not something
we want anyone to backport!
Thanks,
Jonathan
>
> [0] https://lore.kernel.org/linux-arm-kernel/20240324140429.5484eb54@jic23-huawei/T/#m81d92c2192de1936646543543501d8a62527da8d
>
>
> Martin Blumenstingl (3):
> iio: adc: meson: fix voltage reference selection field name typo
> iio: adc: meson: use tabs instead of spaces for some REG11 bit fields
> iio: adc: meson: simplify MESON_SAR_ADC_REG11 register access
>
> drivers/iio/adc/meson_saradc.c | 47 ++++++++++++----------------------
> 1 file changed, 17 insertions(+), 30 deletions(-)
>