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
/
stm32-adc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-12
iio: adc: stm32-adc: set some stm32-adc.c variables storage-class-specifier t...
Tom Rix
1
-3
/
+3
2022-11-23
iio: adc: stm32-adc: add debugfs to read raw calibration result
Olivier Moysan
1
-0
/
+22
2022-11-23
iio: adc: stm32-adc: improve calibration error log
Olivier Moysan
1
-2
/
+3
2022-11-23
iio: adc: stm32-adc: smart calibration support
Olivier Moysan
1
-56
/
+52
2022-11-23
iio: adc: stm32: manage min sampling time on all internal channels
Olivier Moysan
1
-7
/
+19
2022-11-23
iio: adc: stm32-adc: add stm32mp13 support
Olivier Moysan
1
-27
/
+183
2022-10-17
iio: adc: stm32-adc: fix channel sampling time init
Olivier Moysan
1
-5
/
+6
2022-08-16
iio: adc: stm32-adc: convert to device properties
Nuno Sá
1
-55
/
+73
2022-07-14
Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-0
/
+6
2022-07-01
iio: adc: stm32-adc: disable adc before calibration
Olivier Moysan
1
-0
/
+3
2022-07-01
iio: adc: stm32-adc: make safe adc disable
Olivier Moysan
1
-0
/
+3
2022-06-19
iio: adc: stm32: fix vrefint wrong calibration value handling
Olivier Moysan
1
-10
/
+17
2022-06-19
iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs message
Yannick Brosseau
1
-10
/
+0
2022-02-21
iio:adc:stm32:Switch from CONFIG_PM guards to pm_ptr()
Jonathan Cameron
1
-8
/
+4
2021-12-22
Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-1
/
+2
2021-11-27
iio: adc: stm32: fix null pointer on defer_probe error
Olivier Moysan
1
-1
/
+1
2021-11-17
iio: adc: stm32: fix a current leak by resetting pcsel before disabling vdda
Fabrice Gasnier
1
-0
/
+1
2021-11-17
iio: adc: stm32-adc: Fix of_node_put() issue in stm32-adc
Wan Jiabing
1
-1
/
+2
2021-10-20
iio: adc: stm32-adc: use generic binding for sample-time
Olivier Moysan
1
-29
/
+41
2021-10-20
iio: adc: stm32-adc: add vrefint calibration support
Olivier Moysan
1
-6
/
+68
2021-10-20
iio: adc: stm32-adc: add support of internal channels
Olivier Moysan
1
-3
/
+135
2021-10-20
iio: adc: stm32-adc: add support of generic channels binding
Olivier Moysan
1
-9
/
+86
2021-10-20
iio: adc: stm32-adc: split channel init into several routines
Olivier Moysan
1
-44
/
+87
2021-05-17
iio: adc: stm32-adc: Use pm_runtime_resume_and_get() to replace open coding.
Jonathan Cameron
1
-16
/
+8
2021-05-17
iio: adc: stm32-adc: Fix docs wrongly marked as kernel-doc
Jonathan Cameron
1
-2
/
+2
2021-03-11
iio: adc: stm32-adc: enable timestamping for non-DMA usage
Ahmad Fatoum
1
-8
/
+31
2021-01-10
iio: adc: stm32-adc: Remove redundant null check before clk_prepare_enable/cl...
Xu Wang
1
-9
/
+5
2020-11-24
Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-23
/
+6
2020-11-08
iio: adc: stm32-adc: dma transfers cleanup
Olivier Moysan
1
-23
/
+6
2020-11-01
iio: adc: stm32-adc: fix a regression when using dma and irq
Olivier Moysan
1
-2
/
+48
2020-09-03
iio: adc: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+3
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
1
-31
/
+5
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
1
-1
/
+0
2020-06-14
iio: stm32-adc: remove usage of iio_priv_to_dev() helper
Alexandru Ardelean
1
-55
/
+63
2020-05-03
iio: adc: stm32-adc: fix device used to request dma
Fabrice Gasnier
1
-4
/
+4
2020-03-28
iio: adc: stm32-adc: fix sleep in atomic context
Olivier Moysan
1
-3
/
+28
2020-01-12
iio: adc: stm32-adc: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-2
/
+14
2019-12-15
iio: adc: stm32-adc: Add check on overrun interrupt
Fabrice Gasnier
1
-2
/
+53
2019-11-11
Merge 5.4-rc7 into staging-next
Greg Kroah-Hartman
1
-2
/
+2
2019-10-27
iio: adc: stm32-adc: fix stopping dma
Fabrice Gasnier
1
-2
/
+2
2019-10-22
iio: adc: stm32-adc: fix kernel-doc warnings
Fabrice Gasnier
1
-8
/
+13
2019-10-09
iio: adc: stm32-adc: move registers definitions
Fabrice Gasnier
1
-109
/
+0
2019-08-05
iio: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2018-11-25
iio: adc: stm32-adc: switch off running adc when going to low power
Fabrice Gasnier
1
-16
/
+63
2018-11-25
iio: adc: stm32-adc: add power management support
Fabrice Gasnier
1
-37
/
+132
2018-11-25
iio: adc: stm32-adc: move self-calibration to prepare routine
Fabrice Gasnier
1
-35
/
+24
2018-05-07
iio: adc: stm32-adc: add support for STM32MP1
Fabrice Gasnier
1
-4
/
+43
2018-01-28
iio: adc: stm32: fix stm32h7_adc_enable error handling
Fabrice Gasnier
1
-3
/
+4
2018-01-08
iio: adc: stm32: fix scan of multiple channels with DMA
Fabrice Gasnier
1
-1
/
+2
2018-01-08
iio: stm32: Adopt SPDX identifier
Benjamin Gaignard
1
-14
/
+1
[next]