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
2023-09-12
iio: adc: ti-ads1015: Add edge trigger support
Marek Vasut
1
-0
/
+2
2023-09-12
iio: adc: adding support for MCP3564 ADC
Marius Cristea
3
-0
/
+1530
2023-09-12
iio: adc: add ltc2309 support
Liam Beguin
3
-0
/
+257
2023-09-12
iio: adc: stm32-adc: harden against NULL pointer deref in stm32_adc_probe()
Zhang Shurong
1
-2
/
+7
2023-09-11
iio: adc: max1363: Use i2c_get_match_data()
Biju Das
1
-42
/
+45
2023-09-11
iio: adc: at91_adc: Simplify with dev_err_probe()
Jinjie Ruan
1
-39
/
+27
2023-09-11
iio: adc: at91_adc: Use devm_clk_get_enabled() helper function
Jinjie Ruan
1
-29
/
+9
2023-09-11
iio: adc: at91_adc: Use devm_request_irq() helper function
Jinjie Ruan
1
-10
/
+8
2023-09-11
iio: adc: mcp3911: add support for the whole MCP39xx family
Marcus Folkesson
2
-57
/
+415
2023-09-11
iio: adc: mcp3911: avoid ambiguity parameters in macros
Marcus Folkesson
1
-4
/
+4
2023-09-11
iio: adc: mcp3911: fix indentation
Marcus Folkesson
1
-21
/
+20
2023-09-11
iio: adc: mcp3911: simplify usage of spi->dev
Marcus Folkesson
1
-27
/
+23
2023-09-11
iio: adc: mcp3911: make use of dev_err_probe()
Marcus Folkesson
1
-16
/
+7
2023-09-11
iio: adc: mt6577_auxadc: Simplify with device managed function
Jinjie Ruan
1
-25
/
+15
2023-09-11
iio: adc: mt6577_auxadc: Simplify with dev_err_probe()
Jinjie Ruan
1
-12
/
+8
2023-09-11
iio: adc: spear_adc: Use dev_err_probe()
Jinjie Ruan
1
-16
/
+11
2023-09-11
iio: adc: spear_adc: Use device managed function
Jinjie Ruan
1
-35
/
+8
2023-09-11
iio: adc: mt6577_auxadc: Use devm_clk_get_enabled() helper function
Jinjie Ruan
1
-14
/
+3
2023-08-13
Merge 6.5-rc6 into char-misc-next
Greg Kroah-Hartman
3
-22
/
+26
2023-08-05
iio: adc: men_z188_adc: Remove redundant initialization owner in men_z188_driver
Li Zetao
1
-1
/
+0
2023-07-29
iio: adc: fix the return value handle for platform_get_irq()
Ruan Jinjie
4
-8
/
+8
2023-07-29
iio: adc: Remove redundant dev_err_probe()
Ruan Jinjie
4
-10
/
+6
2023-07-23
iio: adc: Explicitly include correct DT includes
Rob Herring
18
-17
/
+14
2023-07-22
iio: adc: meson: fix core clock enable/disable moment
George Stark
1
-11
/
+12
2023-07-22
iio: adc: meson: init voltage control bits
George Stark
1
-0
/
+48
2023-07-22
iio: adc: meson: init internal continuous ring counter
George Stark
1
-0
/
+9
2023-07-22
iio: adc: meson: init channels 0,1 input muxes
George Stark
1
-0
/
+16
2023-07-20
iio: adc: meson: support reading from channel 7 mux inputs
George Stark
1
-2
/
+75
2023-07-20
iio: adc: meson: add channel labels
George Stark
1
-0
/
+12
2023-07-20
iio: adc: meson: add enum for iio channel numbers
George Stark
1
-17
/
+29
2023-07-20
iio: adc: meson: move meson_sar_adc_set_chan7_mux routine upper
George Stark
1
-13
/
+13
2023-07-20
iio: adc: meson: move enums declaration before variables declaration
George Stark
1
-22
/
+22
2023-07-20
iio: adc: meson: remove unused timestamp channel
George Stark
1
-2
/
+0
2023-07-20
iio: adc: ti-lmp92064: add buffering support
Leonard Göhrs
1
-0
/
+53
2023-07-20
iio: adc: stm32-adc: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-20
iio: adc: qcom-spmi-adc5: Add ADC5_GPIO2_100K_PU
Konrad Dybcio
1
-0
/
+2
2023-07-20
iio: adc: ad7192: Use sysfs_emit_at
Alisa Roman
1
-3
/
+2
2023-07-20
iio: adc: Add Allwinner D1/T113s/R329/T507 SoCs GPADC
Maksim Kiselev
3
-0
/
+287
2023-07-20
iio: adc: Kconfig change description for Allwinner GPADC
Maksim Kiselev
1
-1
/
+1
2023-07-15
iio: adc: ina2xx: avoid NULL pointer dereference on OF device match
Alvin Šipraga
1
-3
/
+6
2023-07-15
iio: adc: ad7192: Fix ac excitation feature
Alisa Roman
1
-8
/
+8
2023-07-15
iio: adi: ad7192: Add error check and more debug log
Markus Burri
1
-3
/
+5
2023-07-15
iio: adc: ad7192: Simplify using devm_clk_get_optional_enabled()
Christophe JAILLET
1
-15
/
+1
2023-07-03
Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-16
/
+10
2023-07-03
Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
24
-123
/
+204
2023-07-03
Merge tag 'mfd-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
3
-0
/
+206
2023-06-28
iio: adc: max77541: Add ADI MAX77541 ADC Support
Okan Sahin
3
-0
/
+206
2023-06-15
Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
22
-118
/
+199
2023-06-10
meson saradc: fix clock divider mask length
George Stark
1
-1
/
+1
2023-06-05
Merge 6.4-rc5 into driver-core-next
Greg Kroah-Hartman
8
-52
/
+113
[prev]
[next]