summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/axp288_adc.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: axp288_adc: do not use internal iio_dev lockNuno Sá2022-11-231-2/+7
* iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede2022-05-071-0/+8
* iio: adc: axp288_adc: convert probe to full device-managedAlexandru Ardelean2021-10-191-24/+4
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede2019-10-091-0/+32
* iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-051-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-051-10/+1
* iio: adc: axp288: Fix TS-pin handlingHans de Goede2019-01-121-16/+60
* iio: Add macro to populate struct iio_map arrayLukas Wunner2017-12-021-14/+6
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: adc: axp288: Fix the GPADC pin reading often wrongly returning 0Hans de Goede2017-07-091-1/+11
* iio: adc: Revert "axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modifica...Hans de Goede2017-07-041-1/+31
* iio: adc: axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modificationsHans de Goede2017-01-101-31/+1
* iio: adc: axp288: remove redundant duplicate const on axp288_adc_channelsColin Ian King2016-01-231-1/+1
* Merge tag 'iio-for-v4.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2015-05-241-1/+1
|\
| * iio: adc: axp288: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
* | iio/axp288_adc: add missing channel info maskJacob Pan2015-04-091-6/+6
|/
* iio/axp288_adc: remove THIS_MODULE ownerJacob Pan2014-11-181-1/+0
* iio: adc: Add module device table for autoloadingAaron Lu2014-11-181-0/+8
* iio: adc: Add support for axp288 adcJacob Pan2014-10-071-0/+254