summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ingenic-adc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* iio: adc: ingenic: remove redundant dev_err call in ingenic_adc_probe()Wei Yongjun2019-04-041-3/+1
| | | | | | | | | There is a error message within devm_ioremap_resource already, so remove the dev_err call to avoid redundant error message. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
* IIO: add Ingenic JZ47xx ADC driver.Artur Rojek2019-02-091-0/+364
Add an IIO driver for the ADC hardware present on Ingenic JZ47xx SoCs. Signed-off-by: Artur Rojek <contact@artur-rojek.eu> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>