index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
ad_sigma_delta.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-08
iio: adc: ad_sigma_delta: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-7
/
+7
2023-05-20
iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag
Masahiro Honda
1
-0
/
+4
2022-11-23
iio: adc: ad_sigma_delta: do not use internal iio_dev lock
Nuno Sá
1
-4
/
+4
2022-04-04
iio: adc: ad_sigma_delta: Add sequencer support
Lars-Peter Clausen
1
-10
/
+133
2022-02-18
iio:adc:ad_sigma_delta: Move exports into IIO_AD_SIGMA_DELTA namespace
Jonathan Cameron
1
-10
/
+10
2021-11-17
iio: ad_sigma_delta: Remove no-op trigger ops
Lars-Peter Clausen
1
-4
/
+0
2021-06-13
iio: adc: ad_sigma_delta: remove ad_sd_{setup,cleanup}_buffer_and_trigger()
Alexandru Ardelean
1
-86
/
+0
2021-06-13
iio: adc: ad_sigma_delta: introduct devm_ad_sd_setup_buffer_and_trigger()
Alexandru Ardelean
1
-0
/
+60
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
1
-1
/
+1
2021-04-07
iio:adc:ad_sigma_delta: Use IRQF_NO_AUTOEN rather than request and disable
Jonathan Cameron
1
-5
/
+2
2021-03-25
iio: set default trig->dev.parent
Gwendal Grignou
1
-3
/
+3
2020-12-03
iio: ad_sigma_delta: Don't put SPI transfer buffer on the stack
Lars-Peter Clausen
1
-10
/
+8
2020-07-20
iio: adc: ad_sigma_delta: Remove unused variable 'ret'
Lee Jones
1
-5
/
+2
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
1
-5
/
+0
2020-05-03
iio: adc: ad_sigma_delta: Use {get,put}_unaligned_be24()
Andy Shevchenko
1
-6
/
+2
2020-01-18
iio: adc: ad-sigma-delta: Allow custom IRQ flags
Alexandru Tachici
1
-1
/
+1
2019-09-08
iio: adc: ad_sigma_delta: Export ad_sd_calibrate
Mircea Caprioru
1
-1
/
+2
2019-07-01
Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
1
-2
/
+1
2019-06-17
iio: ad_sigma_delta: return directly in ad_sd_buffer_postenable()
Alexandru Ardelean
1
-2
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177
Thomas Gleixner
1
-2
/
+1
2019-04-22
Merge 5.1-rc6 into staging-next
Greg Kroah-Hartman
1
-0
/
+1
2019-04-04
iio: ad_sigma_delta: Properly handle SPI bus locking vs CS assertion
Lars-Peter Clausen
1
-5
/
+11
2019-03-24
iio: ad_sigma_delta: select channel when reading register
Dragos Bogdan
1
-0
/
+1
2018-11-17
iio: ad_sigma_delta: Allow to provide custom data register address
Lars-Peter Clausen
1
-5
/
+17
2018-07-28
iio: ad_sigma_delta: use unsigned long for timeout
Nicholas Mc Guire
1
-2
/
+3
2017-10-09
Merge 4.14-rc4 into staging-next
Greg Kroah-Hartman
1
-0
/
+28
2017-09-24
iio: ad_sigma_delta: Implement a dedicated reset function
Dragos Bogdan
1
-0
/
+28
2017-08-22
iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
1
-1
/
+0
2014-08-26
iio: adc: ad_sigma_delta: Fix indio_dev->trig assignment
Srinivas Pandruvada
1
-1
/
+1
2014-06-14
iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_c...
Peter Meerwald
1
-1
/
+1
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
1
-3
/
+3
2013-10-16
iio:ad_sigma_delta: Remove redundant call to iio_sw_buffer_preenable().
Lars-Peter Clausen
1
-1
/
+0
2013-09-21
iio:ad_sigma_delta: Use iio_push_to_buffers_with_timestamp()
Lars-Peter Clausen
1
-5
/
+1
2013-09-15
iio: Remove unnecessary casts for iio_push_to_buffers()
Lars-Peter Clausen
1
-1
/
+1
2013-03-26
iio:trigger: Introduce iio_tigger_{set,get}_drvdata
Lars-Peter Clausen
1
-1
/
+1
2012-11-10
staging:iio: Add support for multiple buffers
Jonathan Cameron
1
-1
/
+1
2012-09-08
iio: Drop timestamp parameter from buffer store_to callback
Lars-Peter Clausen
1
-1
/
+1
2012-08-27
iio:adc: Add common code for ADI Sigma Delta devices
Lars-Peter Clausen
1
-0
/
+558