iio: accel: adxl345: Convert enum->pointer for data in match data table
authorBiju Das <biju.das.jz@bp.renesas.com>
Sun, 3 Sep 2023 09:00:50 +0000 (10:00 +0100)
committerJonathan Cameron <jonathan.cameron@huawei.com>
Tue, 12 Sep 2023 09:42:04 +0000 (10:42 +0100)
commit7d0ba6dbf8356d20b69cfd042800d5d51ac00bd7
tree80916ae88efcb4fabeb0abf35e5bb6810abd220e
parent6c70012df1f39bb9bd015b6b6383f66cde95bc94
iio: accel: adxl345: Convert enum->pointer for data in match data table

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

Add struct adxl345_chip_info and replace enum->adxl345_chip_info in the
match table and simplify adxl345_probe().

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20230903090051.39274-2-biju.das.jz@bp.renesas.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/adxl345.h
drivers/iio/accel/adxl345_core.c
drivers/iio/accel/adxl345_i2c.c
drivers/iio/accel/adxl345_spi.c