summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad7606: fix standby gpio state to match the documentationGuillaume Stols2024-10-041-2/+2
* iio: adc: ad7606: fix oversampling gpio arrayGuillaume Stols2024-10-042-4/+5
* iio: adc: ad7124: fix DT configuration parsingDumitru Ceclan2024-09-121-2/+1
* iio: adc: ad7124: fix chip ID mismatchDumitru Ceclan2024-09-121-0/+1
* iio: adc: ad_sigma_delta: fix irq_flags on irq requestNuno Sa2024-09-121-1/+1
* iio: adc: ad7606: remove frstdata check for serial modeGuillaume Stols2024-09-123-29/+49
* iio: adc: ad7124: fix config comparisonDumitru Ceclan2024-09-121-11/+15
* iio: adc: adi-axi-adc: don't allow concurrent enable/disable callsNuno Sa2024-08-031-0/+2
* iio: adc: ad9467: use DMA safe buffer for spiNuno Sa2024-08-031-34/+31
* iio: adc: ad7266: Fix variable checking bugFernando Yang2024-06-081-0/+2
* iio: xilinx-ams: Don't include ams_ctrl_channels in scan_maskSean Anderson2024-06-081-2/+6
* 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