OSDN Git Service

iio: adc: max1363: Drop provision to provide an IIO channel map via platform data
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 21 Aug 2022 16:10:58 +0000 (17:10 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 5 Sep 2022 17:08:42 +0000 (18:08 +0100)
commitc13219cececed248df6feacb0d33326266234b7b
treecd662182a743a58e45d58716489e10b76a796efd
parent961db2da159d5191d2a1d9a7cf5ddf1672621a2b
iio: adc: max1363: Drop provision to provide an IIO channel map via platform data

Back in the days of board files, platform data was used to provide
information on the mapping from ADC channel to an analog signal
from another device. We've long since moved to doing this via
device tree. Hence drop the support from the max1363 driver which is
the only driver still providing this.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20220821161058.2207185-1-jic23@kernel.org
drivers/iio/adc/max1363.c