index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: adc: ti-ads1100: fix error code in probe()
Dan Carpenter
2023-04-10
1
-1
/
+1
*
iio: adc: at91-sama5d2_adc: remove dead code in at91_adc_probe()
Cheng Ziqiu
2023-03-18
1
-5
/
+1
*
iio: adc: qcom-pm8xxx-xoadc: Remove useless condition in pm8xxx_xoadc_parse_c...
Kasumov Ruslan
2023-03-18
1
-1
/
+1
*
iio: adc: stm32-adc: set some stm32-adc.c variables storage-class-specifier t...
Tom Rix
2023-03-12
1
-3
/
+3
*
iio: adc: Add TI ADS1100 and ADS1000
Mike Looijmans
2023-03-12
3
-0
/
+456
*
iio: adc: rcar-gyroadc: mark OF related data as maybe unused
Krzysztof Kozlowski
2023-03-11
1
-1
/
+1
*
iio: Rename iio_trigger_poll_chained and add kernel-doc
Mehdi Djait
2023-03-11
3
-3
/
+3
*
iio: adc: meson_saradc: Better handle BL30 not releasing the hardware
Uwe Kleine-König
2023-03-11
1
-7
/
+14
*
iio: adc: axp20x_adc: Replace adc_en2 flag with adc_en2_mask field
Aidan MacDonald
2023-03-11
1
-9
/
+7
*
iio: adc: axp20x_adc: Minor code cleanups
Aidan MacDonald
2023-03-11
1
-29
/
+32
*
Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-24
14
-80
/
+1494
|
\
|
*
Merge 6.2-rc7 into char-misc-next
Greg Kroah-Hartman
2023-02-06
5
-4
/
+46
|
|
\
|
*
|
iio: adc: ad7291: Fix indentation error by adding extra spaces
Anup Sharma
2023-01-28
1
-1
/
+1
|
*
|
iio: adc: imx93: Fix spelling mistake "geting" -> "getting"
Colin Ian King
2023-01-28
1
-1
/
+1
|
*
|
iio: adc: add imx93 adc support
Haibo Chen
2023-01-22
3
-0
/
+495
|
*
|
iio: adc: ti-ads7924: add Texas Instruments ADS7924 driver
Hugo Villeneuve
2023-01-21
3
-0
/
+486
|
*
|
iio: adc: xilinx-ams: Convert to use fwnode_device_is_compatible()
Andy Shevchenko
2023-01-21
1
-6
/
+3
|
*
|
iio: adc: stm32-dfsdm: add id registers support
Olivier Moysan
2023-01-08
2
-35
/
+124
|
*
|
iio: adc: qcom-spmi-adc5: define ADC5_BAT_ID_100K_PU channel
Luca Weiss
2023-01-08
1
-0
/
+2
|
*
|
iio: adc: max11410: Use asm intead of asm-generic
Andy Shevchenko
2023-01-08
1
-1
/
+2
|
*
|
iio: adc: ti-adc128s052: Sort headers
Andy Shevchenko
2023-01-08
1
-3
/
+3
|
*
|
iio: adc: ti-adc128s052: Drop anti-pattern of ACPI_PTR() use
Andy Shevchenko
2023-01-08
1
-4
/
+1
|
*
|
iio: adc: ti-adc128s052: Switch to use spi_get_device_match_data()
Andy Shevchenko
2023-01-08
1
-23
/
+20
|
*
|
iio: adc: ep93xx: Enable wider build testing with COMPILE_TEST
Jonathan Cameron
2023-01-08
1
-1
/
+2
|
*
|
iio: adc: ep93xx: Add OF support
Alexander Sverdlin
2022-12-30
1
-0
/
+8
|
*
|
iio: adc: qcom-spmi-adc5: Suppress probe-deferral error message
Marijn Suijten
2022-12-28
1
-4
/
+2
|
*
|
iio: adc: at91-sama5d2_adc: use sysfs_emit() to instead of scnprintf()
ye xingchen
2022-12-28
1
-2
/
+2
|
*
|
iio: adc: add ADC driver for the TI LMP92064 controller
Leonard Göhrs
2022-12-28
3
-0
/
+343
*
|
|
Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-02-21
1
-3
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ARM: s3c: remove s3c24xx specific hacks
Arnd Bergmann
2023-01-16
1
-3
/
+3
|
|
/
*
|
iio:adc:twl6030: Enable measurement of VAC
Andreas Kemnade
2022-12-28
1
-1
/
+1
*
|
iio:adc:twl6030: Enable measurements of VUSB, VBAT and others
Andreas Kemnade
2022-12-28
1
-0
/
+32
*
|
iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()
Frank Li
2022-12-28
1
-2
/
+9
*
|
iio: adc: xilinx-ams: fix devm_krealloc() return value check
Marco Pagani
2022-12-28
1
-1
/
+1
*
|
iio: adc: berlin2-adc: Add missing of_node_put() in error path
Xiongfeng Wang
2022-12-28
1
-1
/
+3
*
|
iio: adc: stm32-dfsdm: fill module aliases
Olivier Moysan
2022-12-28
1
-0
/
+1
|
/
*
Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-16
43
-367
/
+4162
|
\
|
*
Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
2022-11-27
1
-6
/
+5
|
|
\
|
*
\
Merge tag 'iio-for-6.2b' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
2022-11-27
17
-104
/
+122
|
|
\
\
|
|
*
|
iio: adc128s052: add proper .data members in adc128_of_match table
Rasmus Villemoes
2022-11-23
1
-7
/
+7
|
|
*
|
iio: adc: stm32-adc: add debugfs to read raw calibration result
Olivier Moysan
2022-11-23
1
-0
/
+22
|
|
*
|
iio: adc: stm32-adc: improve calibration error log
Olivier Moysan
2022-11-23
1
-2
/
+3
|
|
*
|
iio: adc: stm32-adc: smart calibration support
Olivier Moysan
2022-11-23
2
-56
/
+53
|
|
*
|
iio: use devm_platform_get_and_ioremap_resource()
Minghao Chi
2022-11-23
1
-2
/
+1
|
|
*
|
iio: adc: max11410: fix incomplete vref buffer mask
Ibrahim Tilki
2022-11-23
1
-1
/
+1
|
|
*
|
iio: adc: ti-ads1015: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+3
|
|
*
|
iio: adc: ti-adc081c: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+3
|
|
*
|
iio: adc: mcp3422: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+3
|
|
*
|
iio: adc: max9611: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+2
|
|
*
|
iio: adc: max1363: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+3
[next]