summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/cc10001_adc.c
AgeCommit message (Expand)Author
2023-07-23iio: adc: Explicitly include correct DT includesRob Herring
2022-11-23iio: adc: cc10001: Switch remaining IIO calls in probe to devm_ forms.Jonathan Cameron
2022-11-23iio: adc: cc10001: Use devm_ to call device power down.Jonathan Cameron
2022-11-23iio: adc: cc10001: Use devm_clk_get_enabled() to avoid boilerplate.Jonathan Cameron
2022-11-23iio: adc: cc10001: Add devm_add_action_or_reset() to disable regulator.Jonathan Cameron
2022-11-23iio: adc: cc10001: Add local struct device *dev variable to avoid repititionJonathan Cameron
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2019-11-09iio: adc: cc10001: use devm_platform_ioremap_resourceJonathan Cameron
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron
2016-06-30iio:core: timestamping clock selection supportGregor Boirie
2015-06-14iio: adc: cc10001: Power-up the ADC at probe time when used remotelyNaidu Tellapati
2015-05-12iio: adc: cc10001: Add delay before setting START bitNaidu Tellapati
2015-05-12iio: adc: cc10001: Fix regulator_get_voltage() return value checkNaidu Tellapati
2015-05-12iio: adc: cc10001: Fix incorrect use of power-up/power-down registerNaidu Tellapati
2015-05-08iio: adc: cc10001: Fix the channel number mappingNaidu Tellapati
2015-01-29iio: adc: Cosmic Circuits 10001 ADC driverPhani Movva