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-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
2024-02-10
iio: adc: ad4130: only set GPIO_CTRL if pin is unused
Cosmin Tanislav
1
-3
/
+7
2024-02-10
iio: adc: ad4130: zero-initialize clock init data
Cosmin Tanislav
1
-1
/
+1
2024-02-08
iio: adc: ad_sigma_delta: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
1
-7
/
+7
2024-01-23
iio: adc: rtq6056: Add support for the whole RTQ6056 family
ChiYuan Huang
1
-20
/
+255
2024-01-23
iio: adc: ti-adc109s102: drop ACPI_PTR() and CONFIG_ACPI guards
Jonathan Cameron
1
-3
/
+1
2024-01-22
iio: adc: ad7091r8: Fix error code in ad7091r8_gpio_setup()
Dan Carpenter
1
-1
/
+1
2024-01-22
iio: adc: ti-ads1015: Use correct pga upper bound
Mohammed Billoo
1
-1
/
+1
2024-01-17
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-346
/
+1149
2023-12-26
iio: adc: Add support for AD7091R-8
Marcelo Schmitt
5
-0
/
+297
2023-12-26
iio: adc: Split AD7091R-5 config symbol
Marcelo Schmitt
2
-1
/
+6
2023-12-26
iio: adc: ad7091r: Add chip_info callback to get conversion result channel
Marcelo Schmitt
3
-5
/
+14
2023-12-26
iio: adc: ad7091r: Set device mode through chip_info callback
Marcelo Schmitt
3
-37
/
+39
2023-12-26
iio: adc: ad7091r: Remove unneeded probe parameters
Marcelo Schmitt
3
-9
/
+7
2023-12-26
iio: adc: ad7091r: Move chip init data to container struct
Marcelo Schmitt
3
-30
/
+55
2023-12-26
iio: adc: ad7091r: Move generic AD7091R code to base driver and header file
Marcelo Schmitt
3
-37
/
+42
2023-12-26
iio: adc: ad7091r: Enable internal vref if external vref is not supplied
Marcelo Schmitt
2
-0
/
+9
2023-12-26
iio: adc: ad7091r: Allow users to configure device events
Marcelo Schmitt
3
-24
/
+166
2023-12-17
iio: adc: ad7091r: Align arguments to function call parenthesis
Marcelo Schmitt
1
-2
/
+3
2023-12-17
iio: adc: ad7091r: Set alert bit in config register
Marcelo Schmitt
1
-0
/
+6
2023-12-17
iio: adc: ad7091r: Pass iio_dev to event handler
Marcelo Schmitt
1
-3
/
+3
2023-12-11
iio: adc: adi-axi-adc: convert to regmap
Nuno Sa
2
-34
/
+53
[prev]
[next]