summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ad7266.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ad7266: Fix variable checking bugFernando Yang2024-06-081-0/+2
* iio: adc: ad7266: don't set masklengthDavid Lechner2024-04-291-1/+0
* iio: adc: ad7266: Fix alignment for DMA safetyJonathan Cameron2022-06-141-2/+2
* iio: adc: ad7266: convert probe to full device-managedMaíra Canal2022-04-281-30/+14
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* iio: ad7266: Use scan_type when processing raw dataGwendal Grignou2021-11-171-1/+2
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-2/+0
* 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: ad7266: Convert to use GPIO descriptorsLinus Walleij2019-12-151-17/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-301-2/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: devm_regulator_get_optional never returns NULLCrt Mori2016-09-051-2/+2
* Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-07-141-0/+1
|\
| * iio: adc: add missing of_node references to iio_devMatt Ranostay2016-07-031-0/+1
* | Merge 4.7-rc6 into staging-nextGreg Kroah-Hartman2016-07-041-2/+5
|\ \ | |/ |/|
| * iio:ad7266: Fix probe deferral for vrefMark Brown2016-06-261-0/+3
| * iio:ad7266: Fix support for optional regulatorsMark Brown2016-06-261-1/+1
| * iio:ad7266: Fix broken regulator error handlingMark Brown2016-06-261-1/+1
* | iio: adc: ad7266: claim direct mode during sensor readAlison Schofield2016-05-291-4/+3
|/
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* iio:ad7266: Mark transfer buffer as __be16Lars-Peter Clausen2013-12-031-9/+12
* iio:ad7266: Remove redundant call to iio_sw_preenable()Lars-Peter Clausen2013-10-161-11/+1
* iio:ad7266: Report scale as fractional valueLars-Peter Clausen2013-10-011-11/+10
* iio:ad7266: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen2013-09-211-3/+2
* iio: Make available scan_masks const in ad7266Peter Meerwald2013-09-181-4/+4
* iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen2013-09-151-1/+1
* iio: adc: ad7266: Use devm_* APIsSachin Kamat2013-08-031-12/+4
* iio:adc:ad7266 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-6/+6
* Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-141-1/+5
|\
| * iio: adc: ad7266: Don't set error code to st->vref_uvAxel Lin2012-12-271-1/+5
* | Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
|/
* staging:iio: Add support for multiple buffersJonathan Cameron2012-11-101-2/+1
* iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen2012-09-081-1/+1
* iio:adc: Add AD7265/AD7266 supportLars-Peter Clausen2012-06-301-0/+536