Re: [PATCH v6 11/11] iio: adc: hx711: add support for HX710B

From: Jonathan Cameron

Date: Mon May 04 2026 - 12:05:32 EST


On Sun, 3 May 2026 17:39:40 +0530
Piyush Patle <piyushpatle228@xxxxxxxxx> wrote:

> Add support for the AVIA HX710B ADC, which shares the HX711 GPIO
> interface but uses trailing PD_SCK pulses to select the active mode.
>
> Model the HX710B with variant-specific channel tables and IIO info,
> track the active channel across conversions, and use the fixed gain
> value when computing scale.
>
> Also update the adjacent Kconfig text, file header, and module
> description so the driver text matches the newly supported variant.
>
> Signed-off-by: Piyush Patle <piyushpatle228@xxxxxxxxx>
Andy did suggest waiting for open questions he'd raised to be
resolved in the v5 discussions. That would have save a little
time on this patch at least. See what I wrote there.

Thanks,

Jonathan