Re: [PATCH 0/3] iio: adc: Extend ti-ads1100 driver

From: Jonathan Cameron

Date: Mon Jun 08 2026 - 14:27:00 EST


On Sun, 7 Jun 2026 20:35:39 +0200
Jakub Szczudlo <jakubszczudlo40@xxxxxxxxx> 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>
Look at your series title vs others that add support of new
devices to an existing driver. It needs to be a lot more
specific than 'extend'.

J
> ---
> 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(-)
>