linux/drivers/iio/potentiometer
Jonathan Cameron 20e39f3aa2 iio:potentiometer:mcp4531: Drop of_match_ptr and CONFIG_OF protections.
These prevent use of this driver with ACPI via PRP0001 and are
an example of an anti pattern I'm trying to remove from IIO.
Hence drop them from this driver.

Also switch to device_get_match_data() from of_ variant and adjust
headers to reflect the change.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: Peter Rosin <peda@axentia.se>
Link: https://lore.kernel.org/r/20200910173242.621168-9-jic23@kernel.org
2020-09-21 18:41:27 +01:00
..
ad5272.c iio:potentiometer:ad5272: Drop of_match_ptr and CONFIG_OF protections. 2020-09-17 19:13:34 +01:00
ds1803.c iio:potentiometer:ds1803: Drop of_match_ptr and CONFIG_OF protections 2020-09-17 19:13:38 +01:00
Kconfig
Makefile
max5432.c iio:potentiometer:max5432: Drop of_match_ptr and use generic fw accessors 2020-09-21 18:41:08 +01:00
max5481.c iio:potentiometer:max5481: Drop invalid ACPI binding. 2020-09-21 18:41:26 +01:00
max5487.c
mcp4018.c iio:potentiometer:mcp4018: Drop of_match_ptr and CONFIG_OF protections. 2020-09-21 18:41:26 +01:00
mcp4131.c iio:potentiometer:mcp4131: Drop of_match_ptr and use generic fw interfaces. 2020-09-21 18:41:26 +01:00
mcp4531.c iio:potentiometer:mcp4531: Drop of_match_ptr and CONFIG_OF protections. 2020-09-21 18:41:27 +01:00
mcp41010.c Replace HTTP links with HTTPS ones: drivers/iio 2020-07-13 15:05:59 +01:00
tpl0102.c