index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
stm32-adc-core.c
Age
Commit message (
Expand
)
Author
2023-10-14
iio: Use device_get_match_data()
Rob Herring
2023-09-23
iio: adc: stm32-adc-core: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-12
iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()
Zhang Shurong
2023-07-23
iio: adc: Explicitly include correct DT includes
Rob Herring
2023-07-20
iio: adc: stm32-adc: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
2022-11-23
iio: adc: stm32-adc: add stm32mp13 support
Olivier Moysan
2022-09-21
iio: adc: stm32-adc: add id registers support
Olivier Moysan
2022-07-14
Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2022-06-19
iio: adc: stm32: fix maximum clock rate for stm32mp15x
Olivier Moysan
2022-06-19
iio: adc: stm32: Fix ADCs iteration in irq handler
Yannick Brosseau
2022-06-19
iio: adc: stm32-adc: Use generic_handle_domain_irq()
Sebastian Andrzej Siewior
2022-02-21
iio:adc:stm32:Switch from CONFIG_PM guards to pm_ptr()
Jonathan Cameron
2021-10-20
iio: adc: stm32-adc: add support of internal channels
Olivier Moysan
2021-01-09
iio: adc: stm32-adc: Remove redundant null check before clk_prepare_enable/cl...
Xu Wang
2020-11-24
Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2020-11-14
iio: adc: stm32-adc: adapt clock duty cycle for proper operation
Fabrice Gasnier
2020-11-01
iio: adc: stm32-adc: fix a regression when using dma and irq
Olivier Moysan
2020-09-29
iio: adc: stm32-adc: fix runtime autosuspend delay when slow polling
Fabrice Gasnier
2020-09-13
iio: adc: stm32: Fix missing return in booster error path
Krzysztof Kozlowski
2020-09-03
iio: adc: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-05-22
iio: adc: stm32-adc: fix a wrong error message when probing interrupts
Fabrice Gasnier
2020-01-18
iio: adc: stm32-adc: don't print an error on probe deferral
Etienne Carriere
2019-12-15
iio: adc: stm32-adc: Add check on overrun interrupt
Fabrice Gasnier
2019-11-09
iio: adc: stm32: allow to tune analog clock
Fabrice Gasnier
2019-10-22
iio: adc: stm32-adc: fix kernel-doc warnings
Fabrice Gasnier
2019-10-09
iio: adc: stm32-adc: fix a race when using several adcs with dma and irq
Fabrice Gasnier
2019-10-09
iio: adc: stm32-adc: move registers definitions
Fabrice Gasnier
2019-08-05
iio: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-27
iio: adc: stm32-adc: add analog switches supply control
Fabrice Gasnier
2019-06-22
iio: adc: stm32-adc: add missing vdda-supply
Fabrice Gasnier
2018-11-25
iio: adc: stm32-adc: add power management support
Fabrice Gasnier
2018-05-07
iio: adc: stm32-adc: add support for STM32MP1
Fabrice Gasnier
2018-01-08
iio: stm32: Adopt SPDX identifier
Benjamin Gaignard
2017-10-21
iio: adc: stm32: add check on clock rate
Fabrice Gasnier
2017-08-28
Merge 4.13-rc7 into staging-next
Greg Kroah-Hartman
2017-07-30
iio: adc: stm32: fix common clock rate
Fabrice Gasnier
2017-07-02
iio: adc: stm32: make array stm32h7_adc_ckmodes_spec static
Colin Ian King
2017-06-11
iio: adc: stm32: add support for STM32H7
Fabrice Gasnier
2017-06-11
iio: adc: stm32: introduce compatible data cfg
Fabrice Gasnier
2017-06-11
iio: adc: stm32: make core adc clock optional by default
Fabrice Gasnier
2017-01-29
iio: adc: stm32: add optional dma support
Fabrice Gasnier
2016-11-19
iio: adc: Add support for STM32 ADC core
Fabrice Gasnier