summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ad9467.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: standardize on formatting for id match tablesJonathan Cameron2024-09-051-2/+2
* iio: adc: ad9467: add digital interface test to debugfsNuno Sa2024-08-031-0/+188
* iio: adc: ad9467: add backend test mode helpersNuno Sa2024-08-031-25/+42
* iio: adc: ad9467: support new partsNuno Sa2024-07-291-0/+101
* iio: adc: ad9467: don't allow reading vref if not availableNuno Sa2024-07-291-6/+16
* iio: adc: ad9467: add new chip_info variablesNuno Sa2024-07-291-9/+29
* iio: adc: ad9467: support multiple channels calibrationNuno Sa2024-07-291-40/+75
* Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman2024-06-171-2/+2
|\
| * iio: adc: ad9467: fix scan type signDavid Lechner2024-05-271-2/+2
* | iio: adc: ad9467: change struct members paddingNuno Sa2024-06-041-20/+20
* | iio: adc: ad9467: use DMA safe buffer for spiNuno Sa2024-06-041-34/+31
|/
* iio: adc: ad9467: support digital interface calibrationNuno Sa2024-04-291-39/+335
* iio: adc: ad9467: convert to backend frameworkNuno Sa2024-02-191-90/+177
* iio: adc: ad9467: use the more common !val NULL checkNuno Sa2023-12-101-1/+1
* iio: adc: ad9467: use chip_info variables instead of arrayNuno Sa2023-12-101-46/+43
* iio: adc: ad9467: use spi_get_device_match_data()Nuno Sa2023-12-101-3/+1
* iio: adc: ad9467: fix scale settingNuno Sa2023-12-101-0/+47
* iio: adc: ad9467: add mutex to struct ad9467_stateNuno Sa2023-12-101-1/+6
* iio: adc: ad9467: don't ignore error codesNuno Sa2023-12-101-10/+17
* iio: adc: ad9467: fix reset gpio handlingNuno Sa2023-12-101-13/+18
* iio: adc: Explicitly include correct DT includesRob Herring2023-07-231-1/+1
* iio: adc: ad9467: Silence no spi_device_id warningsWei Yongjun2022-11-231-0/+11
* iio: adc: ad9467: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König2022-08-151-16/+1
* iio: adc: adi-axi: Move exported symbols into IIO_ADI_AXI namespace.Jonathan Cameron2022-06-141-0/+1
* iio: adc: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean2021-06-131-2/+0
* iio: adc: ad9467: add support for AD9265 high-speed ADCMichael Hennerich2020-09-291-0/+26
* iio: adc: ad9467: add support for AD9434 high-speed ADCMichael Hennerich2020-09-291-0/+33
* iio: adc: ad9467: wrap a axi-adc chip-info into a ad9467_chip_info typeAlexandru Ardelean2020-09-291-33/+29
* iio: adc: ad9467: return ENODEV vs EINVAL in ad9467_setup()Alexandru Ardelean2020-09-161-1/+1
* iio: adc: ad9467: refine mismatch vs unknown chip-id messagesAlexandru Ardelean2020-09-161-1/+2
* iio: adc: ad9467: add support AD9467 ADCMichael Hennerich2020-04-191-0/+422