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-04-20
iio: buffer-dma: add iio_dmaengine_buffer_setup()
Nuno Sa
1
-15
/
+1
2024-04-13
iio: adc: ad7944: Consolidate spi_sync() wrapper
David Lechner
1
-54
/
+13
2024-04-13
iio: adc: qcom-spmi-adc5: Use device_for_each_child_node_scoped()
Jonathan Cameron
1
-5
/
+2
2024-04-13
iio: adc: stm32: Use device_for_each_child_node_scoped()
Jonathan Cameron
1
-38
/
+24
2024-04-13
iio: adc: stm32: Fixing err code to not indicate success
Jonathan Cameron
1
-0
/
+1
2024-04-06
iio: adc: ad7173: Fix ! vs ~ typo in ad7173_sel_clk()
Dan Carpenter
1
-1
/
+1
2024-04-06
iio: adc: pac1934: Use device_for_each_available_child_node_scoped() to simpl...
Jonathan Cameron
1
-46
/
+31
2024-04-06
iio: adc: ad7173: Use device_for_each_child_node_scoped() to simplify error p...
Jonathan Cameron
1
-17
/
+7
2024-04-06
iio: adc: ad4130: Use device_for_each_child_node_scoped() to simplify error p...
Jonathan Cameron
1
-5
/
+2
2024-04-06
iio: adc: ab8500-gpadc: Use device_for_each_child_node_scoped() to simplify e...
Jonathan Cameron
1
-3
/
+1
2024-04-06
iio: adc: ab8500-gpadc: Fix kernel-doc parameter names.
Jonathan Cameron
1
-2
/
+2
2024-03-30
iio: adc: ad7944: use spi_optimize_message()
David Lechner
1
-74
/
+103
2024-03-28
iio: adc: ad7944: simplify adi,spi-mode property parsing
David Lechner
1
-11
/
+10
2024-03-25
iio: adc: ad7944: Add support for "3-wire mode"
David Lechner
1
-18
/
+139
2024-03-25
iio: adc: ad7944: add driver for AD7944/AD7985/AD7986
David Lechner
3
-0
/
+427
2024-03-25
iio: adc: twl4030-madc: Make use of device properties
Andy Shevchenko
1
-10
/
+9
2024-03-25
iio: adc: ad7173: add support for additional models
Dumitru Ceclan
1
-6
/
+80
2024-03-25
iio: adc: ad7173: improve chip id's defines
Dumitru Ceclan
1
-3
/
+3
2024-03-25
iio: adc: ad7173: add AD7173 driver
Dumitru Ceclan
3
-0
/
+1134
2024-03-25
iio: adc: ad_sigma_delta: Add optional irq selection
Dumitru Ceclan
1
-9
/
+14
2024-03-25
iio: adc: spear_adc: Make use of device properties
Andy Shevchenko
1
-15
/
+10
2024-03-25
iio: adc: rcar-gyroadc: use for_each_available_child_node_scoped()
Jonathan Cameron
1
-15
/
+6
2024-03-25
iio: adc: rzg2l_adc: Use device_for_each_child_node_scoped()
Jonathan Cameron
1
-8
/
+3
2024-03-25
iio: adc: hx711: Switch from of specific to fwnode property handling.
Jonathan Cameron
1
-3
/
+2
2024-03-25
iio: adc: ad7192: Convert from of specific to fwnode property handling
Jonathan Cameron
1
-19
/
+19
2024-03-25
iio: adc: ad7292: Switch from of specific to fwnode property handling
Jonathan Cameron
1
-7
/
+6
2024-03-25
iio: adc: ad7124: Switch from of specific to fwnode based property handling
Jonathan Cameron
1
-32
/
+23
2024-03-25
iio: adc: fsl-imx25-gcq: Use devm_* and dev_err_probe() to simplify probe
Jonathan Cameron
1
-51
/
+35
2024-03-25
iio: adc: fsl-imx25-gcq: Switch from of specific handing to fwnode based.
Jonathan Cameron
1
-33
/
+21
2024-03-25
iio: adc: max11410: Use device_for_each_child_node_scoped()
Jonathan Cameron
1
-20
/
+7
2024-03-21
Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-627
/
+3124
2024-03-13
Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
1
-7
/
+7
2024-02-28
iio: adc: qcom-pm8xxx-xoadc: drop unused kerneldoc struct pm8xxx_chan_info me...
Krzysztof Kozlowski
1
-1
/
+0
2024-02-28
iio: adc: rockchip_saradc: replace custom logic with devm_reset_control_get_o...
Quentin Schulz
1
-8
/
+3
2024-02-28
iio: adc: rockchip_saradc: use mask for write_enable bitfield
Quentin Schulz
1
-2
/
+2
2024-02-28
iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2
Quentin Schulz
1
-1
/
+1
2024-02-28
iio: adc: adding support for PAC193x
Marius Cristea
3
-0
/
+1648
2024-02-28
iio: adc: ti-ads1298: prevent divide by zero in ads1298_set_samp_freq()
Dan Carpenter
1
-0
/
+2
2024-02-28
iio: adc: ti-ads1298: Fix error code in probe()
Dan Carpenter
1
-1
/
+1
2024-02-28
iio: adc: mcp320x: Simplify device removal logic
Arturas Moskvinas
1
-20
/
+9
2024-02-28
iio: adc: ads8688: Switch to mod_devicetable.h for struct of_device_id defini...
Jonathan Cameron
1
-1
/
+1
2024-02-25
Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
12
-594
/
+1458
2024-02-19
iio: adc: ti-ads1298: Add driver
Mike Looijmans
3
-0
/
+781
2024-02-19
iio: adc: adi-axi-adc: move to backend framework
Nuno Sa
2
-290
/
+96
2024-02-19
iio: adc: ad9467: convert to backend framework
Nuno Sa
2
-91
/
+178
2024-02-19
iio: buffer-dmaengine: export buffer alloc and free functions
Nuno Sa
1
-0
/
+1
2024-02-17
iio: adc: ad7091r-base: Use auto cleanup of locks.
Jonathan Cameron
1
-17
/
+8
2024-02-17
iio: adc: ad4130: Use automatic cleanup of locks and direct mode.
Jonathan Cameron
1
-79
/
+52
2024-02-17
iio: adc: max1363: Use automatic cleanup for locks and iio mode claiming.
Jonathan Cameron
1
-92
/
+79
2024-02-17
iio: adc: ad_sigma_delta: allow overwriting the IRQ flags
Nuno Sa
1
-1
/
+6
[prev]
[next]