This patch series will change how the driver finds out the device data. Now it will first try to use OF API and then, if needed, fallback to the spi framework capabilities. Slawomir Stepien (2): iio: potentiometer: mcp4131: use of_device_get_match_data() iio: potentiometer mcp4131: use spi_get_device_id() only when needed drivers/iio/potentiometer/mcp4131.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) -- 2.19.1