Re: [PATCH 0/3] iio: adc: Extend ti-ads1100 driver
From: Jakub Szczudło
Date: Sat Jun 13 2026 - 10:44:58 EST
wt., 9 cze 2026 o 18:10 David Lechner <dlechner@xxxxxxxxxxxx> napisał(a):
>
> On 6/7/26 1:35 PM, Jakub Szczudlo wrote:
> > Extend ADS 1100 driver to support ADS1110, which is a pin-to-pin
> > compatible device with higher resolution. This patch also updates the
> > device tree bindings and Kconfig description to reflect the new
> > supported device.
> >
> > Signed-off-by: jszczudlo <jakubszczudlo40@xxxxxxxxx>
> > ---
> > jszczudlo (3):
> > dt-bindings: iio: adc: Update title and enum
> > iio: adc: Update Kconfig description for TI_ADS1100
> > iio: adc: Add ti-ads1110 support to ti-ads1100 driver
> >
> > .../bindings/iio/adc/ti,ads1100.yaml | 3 +-
> > drivers/iio/adc/Kconfig | 6 +-
> > drivers/iio/adc/ti-ads1100.c | 165 +++++++++++++-----
> > 3 files changed, 131 insertions(+), 43 deletions(-)
> >
>
> I assume this is v2 of [1]? the subject should include [PATCH v2] and the
> cover letter should include a changelog. See [2].
>
> [1]: https://lore.kernel.org/linux-iio/20260527164312.355729-1-jakubszczudlo40@xxxxxxxxx/
> [2]: https://www.kernel.org/doc/html/latest/process/submitting-patches.html
Thanks for all reviews, I will work on implementing those