开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
palmas_gpadc.c
Age
Commit message (
Expand
)
Author
2023-09-23
iio: adc: palmas_gpadc: Drop duplicated the in comment.
Andy Shen Shen
2023-07-29
iio: adc: Remove redundant dev_err_probe()
Ruan Jinjie
2023-07-23
iio: adc: Explicitly include correct DT includes
Rob Herring
2023-06-15
Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
2023-05-13
iio: adc: palmas: Remove the unneeded include <linux/i2c.h>
Christophe JAILLET
2023-05-13
iio: adc: palmas: fix off by one bugs
Dan Carpenter
2023-04-13
iio: adc: palmas: don't alter event config on suspend/resume
Patrik Dahlström
2023-04-13
iio: adc: palmas: add support for iio threshold events
Patrik Dahlström
2023-04-13
iio: adc: palmas: always reset events on unload
Patrik Dahlström
2023-04-13
iio: adc: palmas: move eventX_enable into palmas_adc_event
Patrik Dahlström
2023-04-13
iio: adc: palmas: use iio_event_direction for threshold polarity
Patrik Dahlström
2023-04-13
iio: adc: palmas: replace "wakeup" with "event"
Patrik Dahlström
2023-04-13
iio: adc: palmas: remove adc_wakeupX_data
Patrik Dahlström
2023-04-13
iio: adc: palmas: Take probe fully device managed.
Jonathan Cameron
2023-03-18
iio: adc: palmas_gpadc: fix NULL dereference on rmmod
Patrik Dahlström
2022-04-04
iio: palmas: shut up warning about calibration mismatch (due to noise)
H. Nikolaus Schaller
2022-02-18
iio:adc:palmas_gpadc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
Jonathan Cameron
2021-07-31
iio: adc: Fix incorrect exit of for-loop
Colin Ian King
2021-03-25
iio: adc: palmas_gpadc: Replace indio_dev->mlock with own device lock
Sergiu Cuciurean
2021-03-11
iio: use getter/setter functions
Julia Lawall
2020-09-16
iio: adc: palmas_gpadc: use module_platform_driver to simplify the code
Liu Shixin
2020-07-20
iio: adc: palmas_gpadc: Demote non-conforming kerneldoc header
Lee Jones
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
2017-08-22
iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
2017-01-21
iio: adc: palmas_gpadc: retrieve a valid iio_dev in suspend/resume
Alison Schofield
2016-02-27
iio: adc: palmas: Drop IRQF_EARLY_RESUME flag
Grygorii Strashko
2015-10-25
iio:adc:palmas: add DT support
Marek Belisko
2015-10-25
iio:adc: add iio driver for Palmas (twl6035/7) gpadc
H. Nikolaus Schaller