summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mxs-lradc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mfd: mxs-lradc: Fix error handling in mxs_lradc_probe()Alexey Khoroshilov2017-10-241-2/+4
| | | | | | | | | | There is the only path, where mxs_lradc_probe() leaves clk undisabled, since it does return instead of goto err_clk. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Lee Jones <lee.jones@linaro.org>
* mfd: mxs-lradc: Add support for mxs-lradcKsenija Stanojevic2017-03-231-0/+267
Add core files for low resolution analog-to-digital converter (mxs-lradc) MFD driver. Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Lee Jones <lee.jones@linaro.org>