summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: pac1921: Check for error code from devm_mutex_init() callAndy Shevchenko2024-11-011-1/+3
* iio: adc: ad4000: Check for error code from devm_mutex_init() callAndy Shevchenko2024-11-011-1/+3
* iio: adc: pac1934: Replace strange way of checking type of enumerationAndy Shevchenko2024-10-281-1/+1
* iio: adc: ad7606: add support for AD760{7,8,9} partsAlexandru Ardelean2024-10-284-0/+155
* iio: adc: ad7606: rework scale-available to be staticAlexandru Ardelean2024-10-282-62/+50
* iio: adc: ad7606: use realbits for sign-extending in scan_directAlexandru Ardelean2024-10-281-5/+5
* iio: adc: ad7606: fix/persist oversampling_ratio settingAlexandru Ardelean2024-10-281-0/+1
* iio: adc: Remove "default n" entriesAndy Shevchenko2024-10-281-1/+0
* drivers: iio: adc: add support for ad777x familyRamona Alexandra Nechita2024-10-283-0/+927
* iio: adc: ad7606: Disable PWM usage for non backend versionGuillaume Stols2024-10-211-19/+9
* iio: adc: ad7606: Add iio-backend supportGuillaume Stols2024-10-214-32/+230
* iio: adc: ad7606: Introduce num_adc_channelsGuillaume Stols2024-10-212-1/+11
* iio: adc: ad7606: Add compatibility to fw_nodesGuillaume Stols2024-10-214-187/+254
* iio: adc: ad7606: Add PWM support for conversion triggerGuillaume Stols2024-10-212-7/+142
* iio: adc: ad7192: properly check spi_get_device_match_data()Nuno Sa2024-10-211-0/+3
* Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman2024-10-211-0/+11
|\
| * Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-10-131-0/+11
| |\
| | * iio: adc: ad4695: Add missing Kconfig selectDavid Lechner2024-10-101-0/+2
| | * iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco2024-10-101-0/+2
| | * iio: adc: ti-lmp92064: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco2024-10-061-0/+2
| | * iio: adc: ti-lmp92064: add missing select REGMAP_SPI in KconfigJavier Carrasco2024-10-061-0/+1
| | * iio: adc: ti-ads124s08: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco2024-10-061-0/+2
| | * iio: adc: ad7944: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco2024-10-061-0/+2
* | | iio: adc: ad7606: Drop spurious empty file.Jonathan Cameron2024-10-171-0/+0
* | | iio: adc: ad7625: add driverTrevor Gamblin2024-10-143-0/+701
* | | Merge tag 'v6.12-rc2' into test2Jonathan Cameron2024-10-1218-19/+18
|\| |
| * | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0217-17/+17
| |/
* | iio: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-1025-33/+33
* | iio: adc: ad7944: add namespace to T_QUIET_NSDavid Lechner2024-10-101-2/+2
* | iio: adc: Add support for the GE HealthCare PMC ADCHerve Codina2024-10-063-0/+239
* | iio: adc: ad7606: Sort includes in alphabetical orderGuillaume Stols2024-10-053-5/+5
* | iio: adc: ad7606: Fix typo in the driver nameGuillaume Stols2024-10-051-1/+1
* | iio: adc: qcom-spmi-adc5: Tidy up adc5_get_fw_data() error messagesBjorn Andersson2024-10-051-2/+2
* | iio: pac1921: remove unnecessary explicit castsMatteo Martelli2024-10-051-20/+19
* | iio: adc: mt6360-adc: Converted to use get_unaligned_be16()Abhash Jha2024-10-051-1/+1
* | iio: adc: Fix typos in comments across various filesYu Jiaoliang2024-10-0511-12/+12
* | iio: adc: sun20i-gpadc: use scoped device_for_each_child_node()Javier Carrasco2024-10-051-5/+2
* | iio: adc: qcom-spmi-vadc: use scoped device_for_each_child_node()Javier Carrasco2024-10-051-5/+2
* | iio: adc: qcom-pm8xxx-xoadc: use scoped device_for_each_child_node()Javier Carrasco2024-10-051-5/+3
* | iio: adc: ti-ads1119: Drop explicit initialization of struct i2c_device_id::d...Uwe Kleine-König2024-10-051-1/+1
* | iio: adc: max1363: Convert to get_unaligned_be16Abhash Jha2024-10-051-1/+3
* | iio: adc: ad7606: add support for AD7606C-{16,18} partsAlexandru Ardelean2024-10-053-12/+321
* | iio: adc: ad7606: rework available attributes for SW channelsAlexandru Ardelean2024-09-303-7/+77
* | iio: adc: ad7606: wrap channel ranges & scales into structAlexandru Ardelean2024-09-302-17/+34
* | iio: adc: ad7606: move scale_setup as function pointer on chip-infoAlexandru Ardelean2024-09-302-22/+68
* | iio: adc: ad7606: move 'val' pointer to ad7606_scan_direct()Alexandru Ardelean2024-09-301-5/+7
* | iio: adc: ad7606: add 'bits' parameter to channels macrosAlexandru Ardelean2024-09-303-45/+47
* | iio: adc: ad7173: add support for ad4113Dumitru Ceclan2024-09-301-1/+35
* | iio: adc: ad7173: order chipID by valueDumitru Ceclan2024-09-301-1/+1
* | iio: adc: Convert to IIO_MAP()Christophe JAILLET2024-09-304-76/+19