staging:iio:ad7606: Use GPIO descriptor API
authorLars-Peter Clausen <lars@metafoo.de>
Wed, 19 Oct 2016 17:07:07 +0000 (19:07 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 23 Oct 2016 18:34:17 +0000 (19:34 +0100)
commit722407a4e8c03a36736ea4a384688cf8cbf87f4b
treef89a00926cdff988c3f41d59c788512069a07bcd
parentf52666772d579233b5aa3e1fb57187bbec80fc50
staging:iio:ad7606: Use GPIO descriptor API

Convert the ad7606 driver away from the deprecated legacy GPIO API and use
the new GPIO descriptor API.

This also means that the platform data struct is now empty and can be
removed.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/adc/ad7606.h
drivers/staging/iio/adc/ad7606_core.c
drivers/staging/iio/adc/ad7606_ring.c