aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ad7266.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2016-09-05iio: devm_regulator_get_optional never returns NULLCrt Mori1-2/+2
2016-07-14Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+1
2016-07-04Merge 4.7-rc6 into staging-nextGreg Kroah-Hartman1-2/+5
2016-07-03iio: adc: add missing of_node references to iio_devMatt Ranostay1-0/+1
2016-06-26iio:ad7266: Fix probe deferral for vrefMark Brown1-0/+3
2016-06-26iio:ad7266: Fix support for optional regulatorsMark Brown1-1/+1
2016-06-26iio:ad7266: Fix broken regulator error handlingMark Brown1-1/+1
2016-05-29iio: adc: ad7266: claim direct mode during sensor readAlison Schofield1-4/+3
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2013-12-03iio:ad7266: Mark transfer buffer as __be16Lars-Peter Clausen1-9/+12
2013-10-16iio:ad7266: Remove redundant call to iio_sw_preenable()Lars-Peter Clausen1-11/+1
2013-10-01iio:ad7266: Report scale as fractional valueLars-Peter Clausen1-11/+10
2013-09-21iio:ad7266: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-3/+2
2013-09-18iio: Make available scan_masks const in ad7266Peter Meerwald1-4/+4
2013-09-15iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen1-1/+1
2013-08-03iio: adc: ad7266: Use devm_* APIsSachin Kamat1-12/+4
2013-03-17iio:adc:ad7266 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-6/+6
2013-01-14Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+5
2013-01-03Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-12-27iio: adc: ad7266: Don't set error code to st->vref_uvAxel Lin1-1/+5
2012-11-10staging:iio: Add support for multiple buffersJonathan Cameron1-2/+1
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen1-1/+1
2012-06-30iio:adc: Add AD7265/AD7266 supportLars-Peter Clausen1-0/+536