[PATCH v2 0/3] Fix RV1106 SAR-ADC support
Jonathan Cameron
jic23 at kernel.org
Sun Aug 30 18:55:57 PDT 2026
On Sun, 23 Aug 2026 15:20:31 +0300
Vladislav Leonov <vlad at zlab.su> wrote:
> This series fixes the support for the RV1106 SAR-ADC in the
> rockchip_saradc driver and its device tree bindings.
I debated how to apply this. Technically patch 3 is a fix, 2 is an enabler
and 1 is also a fix, but one for something that we just effectively patched
out from running in patch 3.
So in the end I'm thinking take this the slow path for next cycle. Shout
if anyone thinks this should go in during the -RCs and whether all 3
should do so or just patches 2 and 3 (leaving us without driver support for
now).
Applied to the testing branch of iio.git
Thanks,
Jonathan
>
> Changes in v2:
> - Combined the driver patch and the dt-binding fix into a series, as
> requested by Jonathan.
> - Introduced a new patch (2/3) to group single-entries into an enum list,
> as suggested by Krzysztof.
> - Added missing Suggested-by tag to the patch 3/3
> - rockchip,rv1106-saradc compatible moved from the
> single-entry to enum list in the patch 3/3
>
> Vladislav Leonov (3):
> iio: adc: rockchip_saradc: Add support for RV1106
> dt-bindings: iio: adc: rockchip-saradc: Group single-entries into an
> enum list
> dt-bindings: iio: adc: rockchip-saradc: Fix RV1106 compatible
>
> .../bindings/iio/adc/rockchip-saradc.yaml | 18 +++++++++---------
> drivers/iio/adc/rockchip_saradc.c | 16 ++++++++++++++++
> 2 files changed, 25 insertions(+), 9 deletions(-)
>
More information about the linux-arm-kernel
mailing list