Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mfd: mxs-lradc: Fix error handling in mxs_lradc_probe() | Alexey Khoroshilov | 2017-10-24 | 1 | -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-lradc | Ksenija Stanojevic | 2017-03-23 | 1 | -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> |