summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/cc10001_adc.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: cc10001: Switch remaining IIO calls in probe to devm_ forms.Jonathan Cameron2022-11-231-25/+3
* iio: adc: cc10001: Use devm_ to call device power down.Jonathan Cameron2022-11-231-1/+8
* iio: adc: cc10001: Use devm_clk_get_enabled() to avoid boilerplate.Jonathan Cameron2022-11-231-15/+5
* iio: adc: cc10001: Add devm_add_action_or_reset() to disable regulator.Jonathan Cameron2022-11-231-10/+13
* iio: adc: cc10001: Add local struct device *dev variable to avoid repititionJonathan Cameron2022-11-231-8/+9
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: adc: cc10001: use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-1/+1
* iio: adc: cc10001: Power-up the ADC at probe time when used remotelyNaidu Tellapati2015-06-141-5/+21
* iio: adc: cc10001: Add delay before setting START bitNaidu Tellapati2015-05-121-0/+1
* iio: adc: cc10001: Fix regulator_get_voltage() return value checkNaidu Tellapati2015-05-121-1/+1
* iio: adc: cc10001: Fix incorrect use of power-up/power-down registerNaidu Tellapati2015-05-121-14/+19
* iio: adc: cc10001: Fix the channel number mappingNaidu Tellapati2015-05-081-11/+13
* iio: adc: Cosmic Circuits 10001 ADC driverPhani Movva2015-01-291-0/+423