Re: [PATCH] iio: adc: ti-ads7950: remove chip_info[]
From: Jonathan Cameron
Date: Sun Mar 08 2026 - 14:38:27 EST
On Sat, 07 Mar 2026 15:54:37 -0600
David Lechner <dlechner@xxxxxxxxxxxx> wrote:
> Remove the chip_info[] array and related enum used for looking up chip-
> specific information. Instead, use individual structs directly in the
> module device tables.
>
> Also update to use spi_get_device_match_data() in case the devicetree
> table is ever used instead of the SPI device ID table.
>
> Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
Easy one for a Sunday evening :)
Applied.
Thanks,
Jonathan