summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad7173: Fix sampling frequency settingDumitru Ceclan2024-06-031-15/+5
* iio: adc: ad7173: Clear append status bitDumitru Ceclan2024-06-031-0/+1
* iio: adc: ad7173: Remove index from temp channelDumitru Ceclan2024-05-271-1/+0
* iio: adc: ad7173: Add ad7173_device_info namesDumitru Ceclan2024-05-271-0/+3
* iio: adc: ad7173: fix buffers enablement for ad7176-2Dumitru Ceclan2024-05-271-2/+10
* iio: adc: ad9467: fix scan type signDavid Lechner2024-05-271-2/+2
* iio: adc: PAC1934: fix accessing out of bounds array indexMarius Cristea2024-05-031-0/+9
* iio: adc: twl6030-gpadc: use 'time_left' variable with wait_for_completion_in...Wolfram Sang2024-04-291-4/+4
* iio: adc: stm32-dfsdm-adc: use 'time_left' variable with wait_for_completion_...Wolfram Sang2024-04-291-6/+6
* iio: adc: stm32-adc: use 'time_left' variable with wait_for_completion_interr...Wolfram Sang2024-04-291-5/+5
* iio: adc: intel_mrfld_adc: use 'time_left' variable with wait_for_completion_...Wolfram Sang2024-04-291-6/+6
* iio: adc: fsl-imx25-gcq: use 'time_left' variable with wait_for_completion_in...Wolfram Sang2024-04-291-5/+5
* iio: adc: exynos_adc: use 'time_left' variable with wait_for_completion_timeo...Wolfram Sang2024-04-291-8/+8
* iio: adc: ad_sigma_delta: use 'time_left' variable with wait_for_completion_t...Wolfram Sang2024-04-291-3/+3
* iio: adc: ti-ads1015: use device_for_each_child_node_scoped()Lincoln Yuji2024-04-291-4/+1
* iio: adc: ad799x: Prefer to use octal permissionGustavo Rodrigues2024-04-291-1/+1
* iio: adc: ad799x: add blank line to avoid warning messagesGustavo Rodrigues2024-04-291-0/+1
* iio: adc: ad799x: change 'unsigned' to 'unsigned int' declarationGustavo Rodrigues2024-04-291-2/+2
* iio: adc: mcp3564: Use device_for_each_child_node_scoped()Jonathan Cameron2024-04-291-9/+7
* iio: adc: ad9467: support digital interface calibrationNuno Sa2024-04-291-39/+335
* iio: adc: adi-axi-adc: support digital interface calibrationNuno Sa2024-04-291-2/+119
* iio: adc: adi-axi-adc: remove regmap max registerNuno Sa2024-04-291-1/+0
* iio: adc: axi-adc: make sure AXI clock is enabledNuno Sa2024-04-291-0/+5
* iio: adc: ad7944: add support for chain modeDavid Lechner2024-04-291-10/+176
* iio: adc: mxs-lradc-adc: don't set masklengthDavid Lechner2024-04-291-1/+0
* iio: adc: ad7266: don't set masklengthDavid Lechner2024-04-291-1/+0
* iio: adc: rtq6056: Use automated cleanup for mode handling in write_rawGabriel Schwartz2024-04-291-23/+11
* iio: adc: ti-ads131e08: Use device_for_each_child_node_scoped() to simplify e...Lorenzo Bertin Salvador2024-04-211-8/+4
* iio: adc: adi-axi-adc: only error out in major version mismatchNuno Sa2024-04-201-2/+2
* iio: buffer-dma: add iio_dmaengine_buffer_setup()Nuno Sa2024-04-201-15/+1
* iio: adc: ad7944: Consolidate spi_sync() wrapperDavid Lechner2024-04-131-54/+13
* iio: adc: qcom-spmi-adc5: Use device_for_each_child_node_scoped()Jonathan Cameron2024-04-131-5/+2
* iio: adc: stm32: Use device_for_each_child_node_scoped()Jonathan Cameron2024-04-131-38/+24
* iio: adc: stm32: Fixing err code to not indicate successJonathan Cameron2024-04-131-0/+1
* iio: adc: ad7173: Fix ! vs ~ typo in ad7173_sel_clk()Dan Carpenter2024-04-061-1/+1
* iio: adc: pac1934: Use device_for_each_available_child_node_scoped() to simpl...Jonathan Cameron2024-04-061-46/+31
* iio: adc: ad7173: Use device_for_each_child_node_scoped() to simplify error p...Jonathan Cameron2024-04-061-17/+7
* iio: adc: ad4130: Use device_for_each_child_node_scoped() to simplify error p...Jonathan Cameron2024-04-061-5/+2
* iio: adc: ab8500-gpadc: Use device_for_each_child_node_scoped() to simplify e...Jonathan Cameron2024-04-061-3/+1
* iio: adc: ab8500-gpadc: Fix kernel-doc parameter names.Jonathan Cameron2024-04-061-2/+2
* iio: adc: ad7944: use spi_optimize_message()David Lechner2024-03-301-74/+103
* iio: adc: ad7944: simplify adi,spi-mode property parsingDavid Lechner2024-03-281-11/+10
* iio: adc: ad7944: Add support for "3-wire mode"David Lechner2024-03-251-18/+139
* iio: adc: ad7944: add driver for AD7944/AD7985/AD7986David Lechner2024-03-253-0/+427
* iio: adc: twl4030-madc: Make use of device propertiesAndy Shevchenko2024-03-251-10/+9
* iio: adc: ad7173: add support for additional modelsDumitru Ceclan2024-03-251-6/+80
* iio: adc: ad7173: improve chip id's definesDumitru Ceclan2024-03-251-3/+3
* iio: adc: ad7173: add AD7173 driverDumitru Ceclan2024-03-253-0/+1134
* iio: adc: ad_sigma_delta: Add optional irq selectionDumitru Ceclan2024-03-251-9/+14
* iio: adc: spear_adc: Make use of device propertiesAndy Shevchenko2024-03-251-15/+10