Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-04 | iio: adc: ingenic: remove redundant dev_err call in ingenic_adc_probe() | Wei Yongjun | 1 | -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> | |||||
2019-02-09 | IIO: add Ingenic JZ47xx ADC driver. | Artur Rojek | 1 | -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> |