Changelog ========= Version 1 -> 2 -------------- * `drivers` prefix in the patch title removed * split return argument in i2c_smbus_read_sample() * dev.parent assignment removed in tla2528_probe() * minor code alignment fix up * of_match_ptr() removed * comma in null-terminator removed Rodolfo Giometti (1): iio adc: add driver for Texas Instruments TLA2528 adc drivers/iio/adc/Kconfig | 10 ++ drivers/iio/adc/Makefile | 1 + drivers/iio/adc/ti-tla2528.c | 247 +++++++++++++++++++++++++++++++++++ 3 files changed, 258 insertions(+) create mode 100644 drivers/iio/adc/ti-tla2528.c -- 2.25.1