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
2024-07-04
Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
35
-888
/
+2310
2024-07-02
iio: adc: ad7173: Fix uninitialized symbol is_current_chan
Jonathan Cameron
1
-1
/
+3
2024-07-01
iio: adc: Add support for MediaTek MT6357/8/9 Auxiliary ADC
AngeloGioacchino Del Regno
3
-0
/
+619
2024-07-01
Merge 6.10-rc6 into char-misc-next
Greg Kroah-Hartman
2
-2
/
+8
2024-06-30
iio: xilinx-ams: Add labels
Sean Anderson
1
-48
/
+59
2024-06-30
iio: adc: ad7944: use devm_spi_optimize_message()
David Lechner
1
-23
/
+3
2024-06-30
iio: adc: ad7192: use devm_regulator_get_enable_read_voltage
David Lechner
1
-67
/
+36
2024-06-28
iio: adc: ltc2309: Fix endian type passed to be16_to_cpu()
Jonathan Cameron
1
-1
/
+1
2024-06-25
iio: adc: ti-ads8688: drop ads8688_remove()
David Lechner
1
-26
/
+6
2024-06-25
iio: adc: ti-ads8688: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-24
/
+5
2024-06-25
iio: adc: ti-adc108s102: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-25
/
+3
2024-06-25
iio: adc: max1363: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-24
/
+4
2024-06-25
iio: adc: ltc2309: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-37
/
+6
2024-06-25
iio: adc: hx711: use dev_err_probe()
David Lechner
1
-22
/
+13
2024-06-25
iio: adc: hx711: remove hx711_remove()
David Lechner
1
-22
/
+5
2024-06-25
iio: adc: hx711: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-18
/
+2
2024-06-25
iio: adc: aspeed_adc: use devm_regulator_get_enable_read_voltage()
David Lechner
1
-22
/
+8
2024-06-25
iio: adc: ti-ads1119: Add driver
João Paulo Gonçalves
3
-0
/
+838
2024-06-25
iio: adc: stm32-dfsdm-adc: make use of regmap_clear_bits(), regmap_set_bits()
Trevor Gamblin
1
-17
/
+12
2024-06-25
iio: adc: sc27xx_adc: make use of regmap_clear_bits(), regmap_set_bits()
Trevor Gamblin
1
-21
/
+20
2024-06-25
iio: adc: rn5t618-adc: make use of regmap_set_bits()
Trevor Gamblin
1
-3
/
+2
2024-06-25
iio: adc: qcom-spmi-rradc: make use of regmap_clear_bits(), regmap_set_bits()
Trevor Gamblin
1
-26
/
+24
2024-06-25
iio: adc: berlin2-adc: make use of regmap_clear_bits(), regmap_set_bits()
Trevor Gamblin
1
-13
/
+11
2024-06-25
iio: adc: mp2629_adc: make use of regmap_clear_bits(), regmap_set_bits()
Trevor Gamblin
1
-11
/
+8
2024-06-25
iio: adc: meson_saradc: make use of regmap_clear_bits(), regmap_set_bits()
Trevor Gamblin
1
-57
/
+44
2024-06-25
iio: adc: intel_mrfld_adc: make use of regmap_clear_bits()
Trevor Gamblin
1
-2
/
+2
2024-06-25
iio: adc: ina2xx-adc: make use of regmap_clear_bits()
Trevor Gamblin
1
-2
/
+1
2024-06-25
iio: adc: fsl-imx25-gcq: make use of regmap_clear_bits(), regmap_set_bits()
Trevor Gamblin
1
-9
/
+7
2024-06-25
iio: adc: cpcap-adc: make use of regmap_clear_bits(), regmap_set_bits()
Trevor Gamblin
1
-27
/
+19
2024-06-25
iio: adc: bcm_iproc_adc: make use of regmap_clear_bits()
Trevor Gamblin
1
-4
/
+4
2024-06-25
iio: adc: axp288_adc: make use of regmap_set_bits()
Trevor Gamblin
1
-2
/
+2
2024-06-25
iio: adc: axp20x_adc: make use of regmap_set_bits()
Trevor Gamblin
1
-3
/
+2
2024-06-25
iio: adc: ad4130: make use of regmap_clear_bits()
Trevor Gamblin
1
-2
/
+2
2024-06-25
iio: adc: ad7173: Add support for AD411x devices
Dumitru Ceclan
1
-32
/
+282
2024-06-25
iio: adc: ad7173: document sampling frequency behaviour
Dumitru Ceclan
1
-0
/
+15
2024-06-25
iio: adc: ad7173: refactor device info structs
Dumitru Ceclan
1
-138
/
+122
2024-06-25
iio: adc: ad7173: add support for special inputs
Dumitru Ceclan
1
-2
/
+25
2024-06-25
iio: adc: ad7173: refactor ain and vref selection
Dumitru Ceclan
1
-19
/
+43
2024-06-25
iio: adc: ad7173: refactor channel configuration parsing
Dumitru Ceclan
1
-12
/
+17
2024-06-25
iio: adc: ad_sigma_delta: add disable_one callback
Dumitru Ceclan
3
-11
/
+15
2024-06-22
iio: adc: ad7944: use devm_regulator_get_enable_read_voltage
David Lechner
1
-42
/
+12
2024-06-22
iio: adc: ad7793: use devm_regulator_get_enable_read_voltage
David Lechner
1
-21
/
+3
2024-06-22
iio: adc: ad7292: use devm_regulator_get_enable_read_voltage
David Lechner
1
-30
/
+6
2024-06-22
iio: adc: ad7266: use devm_regulator_get_enable_read_voltage
David Lechner
1
-27
/
+6
2024-06-22
iio: adc: ad7192: Clean up dev
Alisa-Dariana Roman
1
-35
/
+30
2024-06-22
iio: adc: adi-axi-adc: improve probe() error messaging
Trevor Gamblin
1
-3
/
+6
2024-06-17
Merge tag 'v6.10-rc4' into char-misc-next
Greg Kroah-Hartman
2
-20
/
+21
2024-06-13
iio: adc: adi-axi-adc: add platform dependencies
Nuno Sa
1
-0
/
+1
2024-06-13
iio: adc: mcp3564: drop redundant open-coded spi_get_device_match_data()
Krzysztof Kozlowski
1
-6
/
+0
2024-06-13
iio: adc: ti-tsc2046: simplify with spi_get_device_match_data()
Krzysztof Kozlowski
1
-6
/
+1
[next]