summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/at91-sama5d2_adc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-031-5/+3
* iio: adc: at91-sama5d2_adc: use devm_iio_triggered_buffer_setup_ext()Alexandru Ardelean2020-11-211-4/+8
* iio: adc: at91-sama5d2_adc: merge buffer & trigger init into a functionAlexandru Ardelean2020-11-211-42/+36
* iio: adc: at91-sama5d2_adc: remove unneeded semicolonTom Rix2020-10-311-1/+1
* iio: adc: at91-sama5d2_adc: fix DMA conversion crashEugen Hristev2020-09-291-4/+12
* iio: adc: at91-sama5d2_adc: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo2020-09-291-7/+3
* iio: adc: at91-sama5d2_adc: Struct kerneldoc titles need to start with 'struct 'Lee Jones2020-07-201-2/+2
* iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2020-07-071-13/+17
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-18/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: at91-sama5d2_adc: adjust iio_triggered_buffer_{predisable,postenable} po...Alexandru Ardelean2020-04-251-9/+21
* iio: at91-sama5d2_adc: split at91_adc_current_chan_is_touch() helperAlexandru Ardelean2020-04-251-16/+15
* iio: adc: at91-sama5d2_adc: update for other trigger usageEugen Hristev2020-04-251-70/+72
* iio: adc: at91-sama5d2_adc: handle unfinished conversionsEugen Hristev2020-04-251-14/+48
* iio: adc: at91-sama5d2_adc: fix differential channels in triggered modeEugen Hristev2020-02-021-0/+15
* iio: adc: at91-sama5d2_adc: Use dma_request_chan() instead dma_request_slave_...Peter Ujfalusi2020-01-121-3/+3
* iio: adc: at91-sama5d2: Replace 0 with NULL when clearing some pointers.Jonathan Cameron2019-10-181-2/+2
* Merge 5.2-rc6 into staging-nextGreg Kroah-Hartman2019-06-231-9/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* | iio: adc: at91: Use dev_get_drvdata()Kefeng Wang2019-04-271-8/+4
|/
* iio: adc: at91-sama5d2_adc: fix up casting in at91_adc_read_info_raw()Dan Carpenter2018-07-231-2/+5
* iio: adc: at91-sama5d2_adc: add support for oversampling resolutionEugen Hristev2018-06-251-26/+163
* iio: adc: at91-sama5d2_adc: add support for position and pressure channelsEugen Hristev2018-06-101-58/+551
* iio: adc: at91-sama5d2_adc: fix channel configuration for differential channelsEugen Hristev2018-04-151-4/+37
* iio: adc: at91-sama5d2_adc: ack DRDY irq in direct modeEugen Hristev2017-12-021-0/+3
* iio: adc: at91-sama5d2_adc: add support for DMAEugen Hristev2017-12-021-20/+433
* Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman2017-10-231-16/+29
|\
| * iio: adc: at91-sama5d2_adc: fix probe error on missing trigger propertyEugen Hristev2017-10-141-16/+29
* | iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
|/
* iio:adc:at91-sama5d2: make array startup_lookup static to reduce code sizeColin Ian King2017-07-091-1/+1
* iio: adc: at91-sama5d2_adc: add support for suspend/resume functionalityEugen Hristev2017-07-011-10/+80
* iio: adc: at91-sama5d2_adc: add hw trigger and buffer supportEugen Hristev2017-07-011-5/+232
* Merge 4.6-rc7 into staging-nextGreg Kroah-Hartman2016-05-091-0/+2
|\
| * iio:adc:at91-sama5d2: Repair crash on module removalMarek Vasut2016-04-181-0/+2
* | iio:adc:at91-sama5d2: add support for differential conversionsLudovic Desroches2016-04-031-15/+56
* | iio:adc:at91-sama5d2: cleanup mode register useLudovic Desroches2016-04-031-5/+10
* | iio:adc:at91-sama5d2: fix identationLudovic Desroches2016-03-051-10/+10
* | iio:adc:at91-sama5d2: fix typoLudovic Desroches2016-03-051-13/+13
|/
* iio:adc:at91-sama5d2: code cleanupLudovic Desroches2016-01-231-2/+1
* iio:adc:at91-sama5d2: fix vref_uv typeLudovic Desroches2016-01-231-1/+1
* iio:adc:at91_adc8xx: introduce new atmel adc driverLudovic Desroches2016-01-161-0/+509