index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-15
iio: adc: at91-sama5d2_adc: add runtime pm support
Claudiu Beznea
1
-42
/
+166
2022-08-15
iio: adc: at91-sama5d2_adc: add empty line after functions
Claudiu Beznea
1
-0
/
+1
2022-08-15
iio: adc: at91-sama5d2_adc: add support for temperature sensor
Claudiu Beznea
1
-7
/
+249
2022-08-15
iio: adc: at91-sama5d2_adc: lock around at91_adc_read_info_raw()
Claudiu Beznea
1
-20
/
+19
2022-08-15
iio: adc: at91-sama5d2_adc: add startup and tracktim as parameter for at91_ad...
Claudiu Beznea
1
-7
/
+11
2022-08-15
iio: adc: at91-sama5d2_adc: update trackx on emr
Claudiu Beznea
1
-4
/
+10
2022-08-15
iio: adc: at91-sama5d2_adc: move oversampling storage in its function
Claudiu Beznea
1
-2
/
+2
2022-08-15
iio: adc: at91-sama5d2_adc: add 64 and 256 oversampling ratio
Claudiu Beznea
1
-5
/
+26
2022-08-15
iio: adc: at91-sama5d2_adc: adjust osr based on specific platform data
Claudiu Beznea
1
-13
/
+22
2022-08-15
iio: adc: at91-sama5d2_adc: add .read_avail() chan_info ops
Claudiu Beznea
1
-15
/
+35
2022-08-15
iio: adc: at91-sama5d2_adc: drop AT91_OSR_XSAMPLES defines
Claudiu Beznea
1
-14
/
+9
2022-08-15
iio: adc: at91-sama5d2_adc: move the check of oversampling in its function
Claudiu Beznea
1
-8
/
+10
2022-08-15
iio: adc: at91-sama5d2_adc: handle different EMR.OSR for different hw versions
Claudiu Beznea
1
-13
/
+18
2022-08-15
iio: adc: at91-sama5d2_adc: exit from write_raw() when buffers are enabled
Claudiu Beznea
1
-0
/
+10
2022-08-15
iio: adc: at91-sama5d2_adc: disable/prepare buffer on suspend/resume
Claudiu Beznea
1
-7
/
+7
2022-08-15
iio: adc: at91-sama5d2_adc: lock around oversampling and sample freq
Claudiu Beznea
1
-4
/
+8
2022-08-15
iio: adc: at91-sama5d2_adc: check return status for pressure and touch
Claudiu Beznea
1
-2
/
+6
2022-08-15
iio: adc: at91-sama5d2_adc: fix AT91_SAMA5D2_MR_TRACKTIM_MAX
Claudiu Beznea
1
-1
/
+1
2022-08-15
iio: adc: Add rtq6056 support
ChiYuan Huang
3
-0
/
+677
2022-08-15
iio: adc: imx8qxp-adc: propagate regulator_get_voltage error
Martin Larsson
1
-3
/
+5
2022-07-19
iio: adc: max1027: unlock on error path in max1027_read_single_value()
Dan Carpenter
1
-3
/
+3
2022-07-18
iio: adc: imx8qxp: Switch to DEFINE_RUNTIME_DEV_PM_OPS and pm_ptr()
Jonathan Cameron
1
-7
/
+6
2022-07-18
iio: adc: xilinx-ams: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-4
/
+4
2022-07-18
iio: adc: ti-am335x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-4
/
+4
2022-07-18
iio: adc: stmpe-adc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-3
/
+3
2022-07-18
iio: adc: mt6577_auxadc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-6
/
+6
2022-07-18
iio: adc: meson_saradc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-5
/
+5
2022-07-18
iio: adc: imx7d_adc: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-2
/
+3
2022-07-18
iio: adc: at91-sam5d2: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-4
/
+5
2022-07-18
iio: adc: ad799x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-4
/
+4
2022-07-18
iio: adc: ti-ads124s08: Drop unused parameter to ads124s_read()
Jonathan Cameron
1
-3
/
+3
2022-07-18
iio: adc: npcm: Add NPCM8XX support
Tomer Maimon
1
-7
/
+29
2022-07-16
iio: adc: ad7949: Fix error message
Thorsten Scherer
1
-1
/
+1
2022-07-16
iio: adc: stx104: Implement and utilize register structures
William Breathitt Gray
1
-24
/
+50
2022-07-14
Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
60
-272
/
+1272
2022-07-13
iio: adc: xilinx-xadc: Drop duplicate NULL check in xadc_parse_dt()
Andy Shevchenko
1
-20
/
+18
2022-07-13
iio: adc: xilinx-xadc: Make use of device properties
Andy Shevchenko
1
-23
/
+16
2022-07-01
iio: adc: ad778-1: do not explicity set INDIO_BUFFER_TRIGGERED mode
Marcus Folkesson
1
-1
/
+1
2022-07-01
iio: adc: ti-tsc2046: do not explicity set INDIO_BUFFER_TRIGGERED mode
Marcus Folkesson
1
-1
/
+1
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-07-01
iio: adc: qcom-spmi-rradc: Fix spelling mistake "coherrency" -> "coherency"
Colin Ian King
1
-1
/
+1
2022-06-20
Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
8
-28
/
+50
2022-06-19
iio: adc: stm32: fix maximum clock rate for stm32mp15x
Olivier Moysan
1
-1
/
+1
2022-06-19
iio: adc: stm32: fix vrefint wrong calibration value handling
Olivier Moysan
1
-10
/
+17
2022-06-19
iio: adc: adi-axi-adc: Fix refcount leak in adi_axi_adc_attach_client
Miaoqian Lin
1
-0
/
+3
2022-06-19
iio: adc: aspeed: Fix refcount leak in aspeed_adc_set_trim_data
Miaoqian Lin
1
-0
/
+1
2022-06-19
iio: adc: stm32: Fix IRQs on STM32F4 by removing custom spurious IRQs message
Yannick Brosseau
1
-10
/
+0
2022-06-19
iio: adc: stm32: Fix ADCs iteration in irq handler
Yannick Brosseau
1
-1
/
+6
2022-06-19
iio: adc: ti-ads131e08: add missing fwnode_handle_put() in ads131e08_alloc_ch...
Jialin Zhang
1
-3
/
+7
[prev]
[next]