summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ad7923.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad7923: support extended rangeNuno Sá2022-09-211-1/+6
* iio: adc: ad7923: fix channel readings for some variantsNuno Sá2022-09-211-1/+3
* iio: adc: ad7923: Fix alignment for DMA safetyJonathan Cameron2022-06-141-2/+2
* iio: adc: ad7923: Fix undersized rx buffer.Jonathan Cameron2021-05-221-1/+3
* iio:adc: Drop false comment about lack of timestamp controlJonathan Cameron2021-04-071-6/+0
* iio: adc: ad7923: register device with devm_iio_device_registerLucas Stankus2021-03-291-13/+1
* iio: adc: ad7923: use device-managed function for triggered bufferLucas Stankus2021-03-291-12/+3
* iio: adc: ad7923: use devm_add_action_or_reset for regulator disableLucas Stankus2021-03-291-6/+12
* iio: adc: ad7923: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-201-4/+4
* iio: Remove superfluous of_node assignmentsLars-Peter Clausen2020-06-141-1/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: adc: ad7923: Add support for the ad7908/ad7918/ad7928Daniel Junho2019-12-291-4/+44
* iio: adc: ad7923: Add of_device_id tableDaniel Junho2019-12-291-0/+10
* iio: adc: ad7923: Fix checkpatch warningDaniel Junho2019-12-291-1/+1
* iio: adc: ad7923: Remove the unused definesDaniel Junho2019-12-291-4/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-301-2/+1
* iio:adc:ad7923: Rewrite comparison to NULLBárbara Fernandes2019-04-041-1/+1
* iio:adc:ad7923: Put macro argument between ()'sBárbara Fernandes2019-04-041-5/+5
* iio:adc:ad7923: Use BIT macro instead of bitshiftBárbara Fernandes2019-04-041-3/+3
* iio:adc:ad7923: Align broken line to parenthesisBárbara Fernandes2019-04-041-3/+3
* drivers: iio: Update MODULE AUTHOR email addressMichael Hennerich2018-08-191-1/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: adc: add missing of_node references to iio_devMatt Ranostay2016-07-031-0/+1
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-1/+1
* iio: adc: ad7923: use iio helper function to guarantee direct modeAlison Schofield2016-05-291-6/+5
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* iio:ad7923: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen2013-09-211-8/+2
* iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen2013-09-151-1/+1
* iio: adc: ad7923: Use devm_* APIsSachin Kamat2013-08-031-13/+7
* iio:adc:ad7923: Add support for the ad7904/ad7914/ad7924Lars-Peter Clausen2013-03-171-13/+50
* iio:ad7923: Implement scale reportingLars-Peter Clausen2013-03-171-7/+53
* iio:ad7923: Return error if we didn't get the expected resultLars-Peter Clausen2013-03-171-0/+2
* iio:adc:ad7923 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-2/+2
* IIO ADC support for AD7923Christophe Leroy2013-03-161-0/+298