summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/palmas_gpadc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: palmas_gpadc: Drop duplicated the in comment.Andy Shen Shen2023-09-231-1/+1
* iio: adc: Remove redundant dev_err_probe()Ruan Jinjie2023-07-291-4/+2
* iio: adc: Explicitly include correct DT includesRob Herring2023-07-231-1/+0
* Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-06-151-1/+0
|\
| * iio: adc: palmas: Remove the unneeded include <linux/i2c.h>Christophe JAILLET2023-05-131-1/+0
* | iio: adc: palmas: fix off by one bugsDan Carpenter2023-05-131-5/+5
|/
* iio: adc: palmas: don't alter event config on suspend/resumePatrik Dahlström2023-04-131-14/+2
* iio: adc: palmas: add support for iio threshold eventsPatrik Dahlström2023-04-131-24/+419
* iio: adc: palmas: always reset events on unloadPatrik Dahlström2023-04-131-0/+11
* iio: adc: palmas: move eventX_enable into palmas_adc_eventPatrik Dahlström2023-04-131-10/+9
* iio: adc: palmas: use iio_event_direction for threshold polarityPatrik Dahlström2023-04-131-13/+23
* iio: adc: palmas: replace "wakeup" with "event"Patrik Dahlström2023-04-131-25/+25
* iio: adc: palmas: remove adc_wakeupX_dataPatrik Dahlström2023-04-131-44/+6
* iio: adc: palmas: Take probe fully device managed.Jonathan Cameron2023-04-131-68/+42
* iio: adc: palmas_gpadc: fix NULL dereference on rmmodPatrik Dahlström2023-03-181-1/+1
* iio: palmas: shut up warning about calibration mismatch (due to noise)H. Nikolaus Schaller2022-04-041-1/+2
* iio:adc:palmas_gpadc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Jonathan Cameron2022-02-181-7/+3
* iio: adc: Fix incorrect exit of for-loopColin Ian King2021-07-311-2/+2
* iio: adc: palmas_gpadc: Replace indio_dev->mlock with own device lockSergiu Cuciurean2021-03-251-3/+13
* iio: use getter/setter functionsJulia Lawall2021-03-111-1/+1
* iio: adc: palmas_gpadc: use module_platform_driver to simplify the codeLiu Shixin2020-09-161-12/+1
* iio: adc: palmas_gpadc: Demote non-conforming kerneldoc headerLee Jones2020-07-201-2/+1
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-4/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: adc: palmas_gpadc: retrieve a valid iio_dev in suspend/resumeAlison Schofield2017-01-211-2/+2
* iio: adc: palmas: Drop IRQF_EARLY_RESUME flagGrygorii Strashko2016-02-271-3/+3
* iio:adc:palmas: add DT supportMarek Belisko2015-10-251-5/+47
* iio:adc: add iio driver for Palmas (twl6035/7) gpadcH. Nikolaus Schaller2015-10-251-0/+817