]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitace6b50577528f7d8b3d1117c79f9b838a0c7790
treef89a00926cdff988c3f41d59c788512069a07bcd
parentd4c4606d8967a0802c66f6c9ca9a3edcfeebdd61
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