summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/sc27xx_adc.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: sc27xx_adc: do not use internal iio_dev lockNuno Sá2022-11-231-4/+10
* iio: adc: sc27xx_adc: Re-use generic struct u32_fractAndy Shevchenko2022-06-151-8/+7
* iio: adc: sc27xx: add support for PMIC sc2730Cixi Geng2022-04-281-0/+116
* iio: adc: sc27xx: add support for PMIC sc2720 and sc2721Cixi Geng2022-04-281-2/+201
* iio: adc: sc27xx: refactor some functions for support more PMiCsCixi Geng2022-04-281-16/+40
* iio: adc: sc27xx: structure adjustment and optimizationCixi Geng2022-04-281-15/+76
* iio: adc: sc27xx: Fine tune the scale calibration valuesCixi Geng2022-04-281-8/+8
* iio: adc: sc27xx: fix read big scale voltage not rightCixi Geng2022-04-281-2/+2
* iio: adc: Add missing MODULE_DEVICE_TABLEChunyan Zhang2021-05-171-0/+1
* iio: sc27xx_adc: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen2021-01-091-1/+1
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: adc: sc27xx: Use devm_hwspin_lock_request_specific() to simplify codeBaolin Wang2019-10-131-15/+1
* iio: adc: sc27xx: Change to polling mode to read dataFreeman Liu2019-08-181-54/+27
* iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-051-3/+1
* iio: adc: sc27xx: Replace devm_add_action() followed by failure action with d...Fuqian Huang2019-07-271-4/+2
* iio: adc: sc27xx: Introduce local variable 'struct device *dev'Fuqian Huang2019-07-271-20/+21
* iio: adc: sc27xx: Add ADC data conversion timeoutFreeman Liu2018-11-161-1/+11
* iio: adc: sc27xx: Add ADC scale calibrationBaolin Wang2018-09-021-3/+71
* iio: adc: sc27xx: Add raw data supportBaolin Wang2018-09-021-35/+45
* iio: adc: Add Spreadtrum SC27XX PMICs ADC supportFreeman Liu2018-06-301-0/+522