iio: potentiometer: ds1803: Convert enum->pointer for data in the ID table
authorBiju Das <biju.das.jz@bp.renesas.com>
Sat, 12 Aug 2023 14:41:06 +0000 (15:41 +0100)
committerJonathan Cameron <jonathan.cameron@huawei.com>
Tue, 12 Sep 2023 09:42:03 +0000 (10:42 +0100)
commit0f5cecd14f42a2cbd10f7670c025dfb98a817f7b
tree516042d074a2c1412f40d8097f4df8ba30c6459f
parent8c89edc1ac9e3be816cd37e0df2afe040283a9d3
iio: potentiometer: ds1803: Convert enum->pointer for data in the ID table

Convert enum->pointer for data in the ID table, so that
device_get_match_data() can do match against OF/ACPI/I2C tables, once i2c
bus type match support added to it.

Replace enum->struct *ds1803_cfg for data in the ID table and simplify
ds1803_probe() by replacing device_get_match_data() with
i2c_get_match_data().

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230812144106.163355-1-biju.das.jz@bp.renesas.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/potentiometer/ds1803.c