index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
stm32-adc.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-25
iio: adc: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-7
/
+0
2025-07-06
iio: adc: stm32-adc: make stm32_adc_trig_info const
David Lechner
1
-3
/
+3
2025-06-26
iio: adc: stm32-adc: use = { } instead of memset()
David Lechner
1
-2
/
+1
2025-05-21
iio: adc: stm32: add oversampling support
Olivier Moysan
1
-0
/
+150
2025-05-21
iio: adc: Use iio_push_to_buffers_with_ts() to provide length for runtime che...
Jonathan Cameron
1
-2
/
+2
2025-04-22
iio: normalize array sentinel style
David Lechner
1
-2
/
+2
2025-03-04
iio: adc: Switch to sparse friendly iio_device_claim/release_direct()
Jonathan Cameron
1
-4
/
+3
2024-10-10
iio: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-09-05
iio: adc: standardize on formatting for id match tables
Jonathan Cameron
1
-1
/
+1
2024-08-03
iio: adc: stm32-adc: make use of iio_get_masklength()
Nuno Sa
1
-2
/
+2
2024-04-29
iio: adc: stm32-adc: use 'time_left' variable with wait_for_completion_interr...
Wolfram Sang
1
-5
/
+5
2024-04-13
iio: adc: stm32: Use device_for_each_child_node_scoped()
Jonathan Cameron
1
-38
/
+24
2024-04-13
iio: adc: stm32: Fixing err code to not indicate success
Jonathan Cameron
1
-0
/
+1
2023-10-05
iio: adc: stm32-adc: Replace deprecated strncpy() with strscpy()
Justin Stitt
1
-1
/
+1
2023-09-23
iio: adc: stm32-adc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-06-15
Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
1
-0
/
+2
2023-05-13
iio: adc: stm32-adc: add debug info if dt uses legacy channel config
Sean Nyekjaer
1
-0
/
+2
2023-05-13
iio: adc: stm32-adc: skip adc-channels setup if none is present
Sean Nyekjaer
1
-19
/
+23
2023-05-13
iio: adc: stm32-adc: skip adc-diff-channels setup if none is present
Sean Nyekjaer
1
-10
/
+9
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-15
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-09
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
[next]