index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
ad7606.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-07
iio: adc: ad7606: check for NULL before calling sw_mode_config()
David Lechner
1
-3
/
+8
2025-03-14
Merge tag 'iio-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
Greg Kroah-Hartman
1
-26
/
+148
2025-03-04
iio: adc: Include cleanup.h when using guard()
Matti Vaittinen
1
-0
/
+1
2025-03-04
iio: adc: ad7606: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
1
-8
/
+6
2025-02-17
iio: adc: ad7606: use gpiod_multi_set_value_cansleep
David Lechner
1
-6
/
+4
2025-02-17
iio: adc: ad7606: Stop using iio_device_claim_direct_scoped()
Jonathan Cameron
1
-7
/
+7
2025-02-11
iio: adc: ad7606: protect register access
Angelo Dureghello
1
-0
/
+10
2025-02-11
iio: adc: ad7606: move software functions into common file
Guillaume Stols
1
-9
/
+124
2025-02-11
iio: adc: ad7606: move the software mode configuration
Guillaume Stols
1
-11
/
+11
2025-02-03
iio: adc: ad7606: fix wrong scale available
Angelo Dureghello
1
-1
/
+1
2024-12-20
iio: adc: ad7606: Fix hardcoded offset in the ADC channels
Guillaume Stols
1
-20
/
+28
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-14
/
+14
2024-10-28
iio: adc: ad7606: add support for AD760{7,8,9} parts
Alexandru Ardelean
1
-0
/
+104
2024-10-28
iio: adc: ad7606: rework scale-available to be static
Alexandru Ardelean
1
-57
/
+49
2024-10-28
iio: adc: ad7606: use realbits for sign-extending in scan_direct
Alexandru Ardelean
1
-5
/
+5
2024-10-28
iio: adc: ad7606: fix/persist oversampling_ratio setting
Alexandru Ardelean
1
-0
/
+1
2024-10-21
iio: adc: ad7606: Disable PWM usage for non backend version
Guillaume Stols
1
-19
/
+9
2024-10-21
iio: adc: ad7606: Add iio-backend support
Guillaume Stols
1
-31
/
+123
2024-10-21
iio: adc: ad7606: Introduce num_adc_channels
Guillaume Stols
1
-1
/
+9
2024-10-21
iio: adc: ad7606: Add compatibility to fw_nodes
Guillaume Stols
1
-128
/
+155
2024-10-21
iio: adc: ad7606: Add PWM support for conversion trigger
Guillaume Stols
1
-7
/
+140
2024-10-05
iio: adc: ad7606: Sort includes in alphabetical order
Guillaume Stols
1
-1
/
+1
2024-10-05
iio: adc: ad7606: add support for AD7606C-{16,18} parts
Alexandru Ardelean
1
-9
/
+253
2024-09-30
iio: adc: ad7606: rework available attributes for SW channels
Alexandru Ardelean
1
-3
/
+49
2024-09-30
iio: adc: ad7606: wrap channel ranges & scales into struct
Alexandru Ardelean
1
-11
/
+18
2024-09-30
iio: adc: ad7606: move scale_setup as function pointer on chip-info
Alexandru Ardelean
1
-22
/
+62
2024-09-30
iio: adc: ad7606: move 'val' pointer to ad7606_scan_direct()
Alexandru Ardelean
1
-5
/
+7
2024-09-30
iio: adc: ad7606: add 'bits' parameter to channels macros
Alexandru Ardelean
1
-29
/
+29
2024-09-09
Merge 6.11-rc7 into char-misc-next
Greg Kroah-Hartman
1
-26
/
+2
2024-07-29
iio: adc: ad7606: remove frstdata check for serial mode
Guillaume Stols
1
-26
/
+2
2024-07-29
iio: adc: ad7606: switch mutexes to guard
Guillaume Stols
1
-24
/
+15
2024-07-29
iio: adc: ad7606: fix standby gpio state to match the documentation
Guillaume Stols
1
-2
/
+2
2024-07-29
iio: adc: ad7606: fix oversampling gpio array
Guillaume Stols
1
-2
/
+2
2024-05-27
iio: adc: ad7606: using claim_direct_scoped for code simplification
Jorge Harrisonn
1
-11
/
+8
2023-03-11
iio: Rename iio_trigger_poll_chained and add kernel-doc
Mehdi Djait
1
-1
/
+1
2022-11-23
iio: adc: ad7606: simplify using devm_regulator_get_enable()
Matti Vaittinen
1
-19
/
+3
2022-06-14
iio: adc: ad7606: explicitly add proper header files
Nuno Sá
1
-0
/
+1
2022-02-18
iio:adc:ad76060: Move exports into IIO_AD7606 namespace.
Jonathan Cameron
1
-2
/
+2
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
1
-1
/
+2
2021-03-25
iio: fix devm_iio_trigger_alloc with parent.cocci
Gwendal Grignou
1
-1
/
+0
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
1
-2
/
+1
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
1
-1
/
+0
2019-12-08
iio: adc: ad7606: fix reading unnecessary data from device
Beniamin Bia
1
-1
/
+1
2019-08-25
iio: adc: ad7606: Add support for AD7606B ADC
Stefan Popa
1
-2
/
+11
2019-07-28
iio: adc: ad7606: Add debug mode for ad7616
Beniamin Bia
1
-1
/
+32
2019-07-28
iio: adc: ad7606: Add support for software mode for ad7616
Beniamin Bia
1
-0
/
+9
2019-07-28
iio: adc: ad7606: Allow reconfigration after reset
Beniamin Bia
1
-0
/
+4
2019-07-28
iio: adc: ad7606: Move spi dependent features to spi file
Beniamin Bia
1
-18
/
+2
2019-07-28
iio: adc: ad7606: Move common channel definition to header
Beniamin Bia
1
-23
/
+0
2019-06-16
iio: adc: ad7606: Add software configuration
Beniamin Bia
1
-3
/
+37
[next]