aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/at91-sama5d2_adc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-14iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-1/+2
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+1
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron1-5/+3
2020-11-21iio: adc: at91-sama5d2_adc: use devm_iio_triggered_buffer_setup_ext()Alexandru Ardelean1-4/+8
2020-11-21iio: adc: at91-sama5d2_adc: merge buffer & trigger init into a functionAlexandru Ardelean1-42/+36
2020-10-31iio: adc: at91-sama5d2_adc: remove unneeded semicolonTom Rix1-1/+1
2020-09-29iio: adc: at91-sama5d2_adc: fix DMA conversion crashEugen Hristev1-4/+12
2020-09-29iio: adc: at91-sama5d2_adc: Use devm_platform_get_and_ioremap_resource()Wang ShaoBo1-7/+3
2020-07-20iio: adc: at91-sama5d2_adc: Struct kerneldoc titles need to start with 'struct 'Lee Jones1-2/+2
2020-07-07iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-13/+17
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-18/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-04-25iio: at91-sama5d2_adc: adjust iio_triggered_buffer_{predisable,postenable} positionsAlexandru Ardelean1-9/+21
2020-04-25iio: at91-sama5d2_adc: split at91_adc_current_chan_is_touch() helperAlexandru Ardelean1-16/+15
2020-04-25iio: adc: at91-sama5d2_adc: update for other trigger usageEugen Hristev1-70/+72
2020-04-25iio: adc: at91-sama5d2_adc: handle unfinished conversionsEugen Hristev1-14/+48
2020-02-02iio: adc: at91-sama5d2_adc: fix differential channels in triggered modeEugen Hristev1-0/+15
2020-01-12iio: adc: at91-sama5d2_adc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-3/+3
2019-10-18iio: adc: at91-sama5d2: Replace 0 with NULL when clearing some pointers.Jonathan Cameron1-2/+2
2019-06-23Merge 5.2-rc6 into staging-nextGreg Kroah-Hartman1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-9/+1
2019-04-27iio: adc: at91: Use dev_get_drvdata()Kefeng Wang1-8/+4
2018-07-23iio: adc: at91-sama5d2_adc: fix up casting in at91_adc_read_info_raw()Dan Carpenter1-2/+5
2018-06-25iio: adc: at91-sama5d2_adc: add support for oversampling resolutionEugen Hristev1-26/+163
2018-06-10iio: adc: at91-sama5d2_adc: add support for position and pressure channelsEugen Hristev1-58/+551
2018-04-15iio: adc: at91-sama5d2_adc: fix channel configuration for differential channelsEugen Hristev1-4/+37
2017-12-02iio: adc: at91-sama5d2_adc: ack DRDY irq in direct modeEugen Hristev1-0/+3
2017-12-02iio: adc: at91-sama5d2_adc: add support for DMAEugen Hristev1-20/+433
2017-10-23Merge 4.14-rc6 into staging-nextGreg Kroah-Hartman1-16/+29
2017-10-14iio: adc: at91-sama5d2_adc: fix probe error on missing trigger propertyEugen Hristev1-16/+29
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2017-07-09iio:adc:at91-sama5d2: make array startup_lookup static to reduce code sizeColin Ian King1-1/+1
2017-07-01iio: adc: at91-sama5d2_adc: add support for suspend/resume functionalityEugen Hristev1-10/+80
2017-07-01iio: adc: at91-sama5d2_adc: add hw trigger and buffer supportEugen Hristev1-5/+232
2016-05-09Merge 4.6-rc7 into staging-nextGreg Kroah-Hartman1-0/+2
2016-04-18iio:adc:at91-sama5d2: Repair crash on module removalMarek Vasut1-0/+2
2016-04-03iio:adc:at91-sama5d2: add support for differential conversionsLudovic Desroches1-15/+56
2016-04-03iio:adc:at91-sama5d2: cleanup mode register useLudovic Desroches1-5/+10
2016-03-05iio:adc:at91-sama5d2: fix identationLudovic Desroches1-10/+10
2016-03-05iio:adc:at91-sama5d2: fix typoLudovic Desroches1-13/+13
2016-01-23iio:adc:at91-sama5d2: code cleanupLudovic Desroches1-2/+1
2016-01-23iio:adc:at91-sama5d2: fix vref_uv typeLudovic Desroches1-1/+1
2016-01-16iio:adc:at91_adc8xx: introduce new atmel adc driverLudovic Desroches1-0/+509