aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/axp288_adc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-07iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede1-0/+8
2021-10-19iio: adc: axp288_adc: convert probe to full device-managedAlexandru Ardelean1-24/+4
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-10-09iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede1-0/+32
2019-08-05iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-10/+1
2019-01-12iio: adc: axp288: Fix TS-pin handlingHans de Goede1-16/+60
2017-12-02iio: Add macro to populate struct iio_map arrayLukas Wunner1-14/+6
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-07-09iio: adc: axp288: Fix the GPADC pin reading often wrongly returning 0Hans de Goede1-1/+11
2017-07-04iio: adc: Revert "axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modifications"Hans de Goede1-1/+31
2017-01-10iio: adc: axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modificationsHans de Goede1-31/+1
2016-01-23iio: adc: axp288: remove redundant duplicate const on axp288_adc_channelsColin Ian King1-1/+1
2015-05-24Merge tag 'iio-for-v4.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-1/+1
2015-05-10iio: adc: axp288: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-04-09iio/axp288_adc: add missing channel info maskJacob Pan1-6/+6
2014-11-18iio/axp288_adc: remove THIS_MODULE ownerJacob Pan1-1/+0
2014-11-18iio: adc: Add module device table for autoloadingAaron Lu1-0/+8
2014-10-07iio: adc: Add support for axp288 adcJacob Pan1-0/+254