]> git.baikalelectronics.ru Git - kernel.git/commit
staging: iio: adc: ad7606: Move out of staging
authorStefan Popa <stefan.popa@analog.com>
Mon, 17 Dec 2018 12:23:39 +0000 (14:23 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 5 Jan 2019 16:10:59 +0000 (16:10 +0000)
commit1984447143ad956795e150fd6119de6f59002d62
treea8e331cf984ed17af7f5ca7150d6cda22f69b2b3
parent4429a31c948894caa815d3c910bd7e803823f3df
staging: iio: adc: ad7606: Move out of staging

Move ad7606 ADC driver out of staging and into the mainline.

Signed-off-by: Stefan Popa <stefan.popa@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
13 files changed:
MAINTAINERS
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ad7606.c [new file with mode: 0644]
drivers/iio/adc/ad7606.h [new file with mode: 0644]
drivers/iio/adc/ad7606_par.c [new file with mode: 0644]
drivers/iio/adc/ad7606_spi.c [new file with mode: 0644]
drivers/staging/iio/adc/Kconfig
drivers/staging/iio/adc/Makefile
drivers/staging/iio/adc/ad7606.c [deleted file]
drivers/staging/iio/adc/ad7606.h [deleted file]
drivers/staging/iio/adc/ad7606_par.c [deleted file]
drivers/staging/iio/adc/ad7606_spi.c [deleted file]