index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
Age
Commit message (
Expand
)
Author
2024-03-25
iio: adc: ad7944: add driver for AD7944/AD7985/AD7986
David Lechner
2024-03-25
iio: adc: twl4030-madc: Make use of device properties
Andy Shevchenko
2024-03-25
iio: adc: ad7173: add support for additional models
Dumitru Ceclan
2024-03-25
iio: adc: ad7173: improve chip id's defines
Dumitru Ceclan
2024-03-25
iio: adc: ad7173: add AD7173 driver
Dumitru Ceclan
2024-03-25
iio: adc: ad_sigma_delta: Add optional irq selection
Dumitru Ceclan
2024-03-25
iio: adc: spear_adc: Make use of device properties
Andy Shevchenko
2024-03-25
iio: adc: rcar-gyroadc: use for_each_available_child_node_scoped()
Jonathan Cameron
2024-03-25
iio: adc: rzg2l_adc: Use device_for_each_child_node_scoped()
Jonathan Cameron
2024-03-25
iio: adc: hx711: Switch from of specific to fwnode property handling.
Jonathan Cameron
2024-03-25
iio: adc: ad7192: Convert from of specific to fwnode property handling
Jonathan Cameron
2024-03-25
iio: adc: ad7292: Switch from of specific to fwnode property handling
Jonathan Cameron
2024-03-25
iio: adc: ad7124: Switch from of specific to fwnode based property handling
Jonathan Cameron
2024-03-25
iio: adc: fsl-imx25-gcq: Use devm_* and dev_err_probe() to simplify probe
Jonathan Cameron
2024-03-25
iio: adc: fsl-imx25-gcq: Switch from of specific handing to fwnode based.
Jonathan Cameron
2024-03-25
iio: adc: max11410: Use device_for_each_child_node_scoped()
Jonathan Cameron
2024-03-21
Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-13
Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2024-02-28
iio: adc: qcom-pm8xxx-xoadc: drop unused kerneldoc struct pm8xxx_chan_info me...
Krzysztof Kozlowski
2024-02-28
iio: adc: rockchip_saradc: replace custom logic with devm_reset_control_get_o...
Quentin Schulz
2024-02-28
iio: adc: rockchip_saradc: use mask for write_enable bitfield
Quentin Schulz
2024-02-28
iio: adc: rockchip_saradc: fix bitmask for channels on SARADCv2
Quentin Schulz
2024-02-28
iio: adc: adding support for PAC193x
Marius Cristea
2024-02-28
iio: adc: ti-ads1298: prevent divide by zero in ads1298_set_samp_freq()
Dan Carpenter
2024-02-28
iio: adc: ti-ads1298: Fix error code in probe()
Dan Carpenter
2024-02-28
iio: adc: mcp320x: Simplify device removal logic
Arturas Moskvinas
2024-02-28
iio: adc: ads8688: Switch to mod_devicetable.h for struct of_device_id defini...
Jonathan Cameron
2024-02-25
Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2024-02-19
iio: adc: ti-ads1298: Add driver
Mike Looijmans
2024-02-19
iio: adc: adi-axi-adc: move to backend framework
Nuno Sa
2024-02-19
iio: adc: ad9467: convert to backend framework
Nuno Sa
2024-02-19
iio: buffer-dmaengine: export buffer alloc and free functions
Nuno Sa
2024-02-17
iio: adc: ad7091r-base: Use auto cleanup of locks.
Jonathan Cameron
2024-02-17
iio: adc: ad4130: Use automatic cleanup of locks and direct mode.
Jonathan Cameron
2024-02-17
iio: adc: max1363: Use automatic cleanup for locks and iio mode claiming.
Jonathan Cameron
2024-02-17
iio: adc: ad_sigma_delta: allow overwriting the IRQ flags
Nuno Sa
2024-02-10
iio: adc: ad4130: only set GPIO_CTRL if pin is unused
Cosmin Tanislav
2024-02-10
iio: adc: ad4130: zero-initialize clock init data
Cosmin Tanislav
2024-02-08
iio: adc: ad_sigma_delta: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2024-01-23
iio: adc: rtq6056: Add support for the whole RTQ6056 family
ChiYuan Huang
2024-01-23
iio: adc: ti-adc109s102: drop ACPI_PTR() and CONFIG_ACPI guards
Jonathan Cameron
2024-01-22
iio: adc: ad7091r8: Fix error code in ad7091r8_gpio_setup()
Dan Carpenter
2024-01-22
iio: adc: ti-ads1015: Use correct pga upper bound
Mohammed Billoo
2024-01-17
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-12-26
iio: adc: Add support for AD7091R-8
Marcelo Schmitt
2023-12-26
iio: adc: Split AD7091R-5 config symbol
Marcelo Schmitt
2023-12-26
iio: adc: ad7091r: Add chip_info callback to get conversion result channel
Marcelo Schmitt
2023-12-26
iio: adc: ad7091r: Set device mode through chip_info callback
Marcelo Schmitt
2023-12-26
iio: adc: ad7091r: Remove unneeded probe parameters
Marcelo Schmitt
2023-12-26
iio: adc: ad7091r: Move chip init data to container struct
Marcelo Schmitt
[next]