aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-30iio: adc: Add Texas Instruments ADC081C021/027 supportThierry Reding3-0/+173
2012-11-30iio:ad7793: Add support for the ad7796 and ad7797Lars-Peter Clausen1-12/+109
2012-11-30iio:ad7793: Add support for the ad7798 and ad7799Lars-Peter Clausen1-14/+102
2012-11-30staging:iio: Move ad7793 driver out of stagingLars-Peter Clausen3-0/+704
2012-11-21iio:adc:ad7298 make the tx and rx buffers __be16Jonathan Cameron1-2/+2
2012-11-19staging:iio: Move the ad7298 driver out of stagingLars-Peter Clausen3-0/+421
2012-11-10iio:adc:max1363 move from staging.Jonathan Cameron3-0/+1719
2012-11-10staging:iio: Add support for multiple buffersJonathan Cameron5-7/+5
2012-11-05staging:iio: Move the ad7887 driver out of stagingLars-Peter Clausen3-0/+392
2012-10-31Revert "iio: at91_adc: Use devm_kcalloc to allocate arrays"Axel Lin1-6/+10
2012-10-19iio: at91_adc: Use devm_kcalloc to allocate arraysLars-Peter Clausen1-10/+6
2012-10-19iio: use iio_push_to_buffer() in at91 driverPeter Meerwald1-1/+1
2012-10-19iio: remove useless irq_enabled variable in at91Peter Meerwald1-3/+0
2012-09-22iio: adc: add new lp8788 adc driverKim, Milo3-0/+271
2012-09-17Merge tag 'iio-for-v3.7d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman3-0/+348
2012-09-17iio: ad7476: Add support for the ad7091rLars-Peter Clausen1-4/+26
2012-09-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2012-09-15iio:ad7476: Add support for ad7273/ad7274/ad7276/ad7277/ad7278Lars-Peter Clausen2-3/+23
2012-09-15iio:ad7476: Add ad7940 supportLars-Peter Clausen2-6/+16
2012-09-15iio:ad7476: Add ad7910/ad7920 device table entriesLars-Peter Clausen2-5/+8
2012-09-15iio: Move ad7476 driver out of stagingLars-Peter Clausen3-0/+293
2012-09-08staging:iio:adc: Add AD7791 driverLars-Peter Clausen3-0/+473
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen3-3/+3
2012-09-03drivers/iio/adc/at91_adc.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall1-24/+9
2012-08-27drivers/iio/adc/at91_adc.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall1-1/+1
2012-08-27iio:adc: Add common code for ADI Sigma Delta devicesLars-Peter Clausen3-0/+564
2012-08-16drivers/iio/adc/at91_adc.c: use devm_ functionsJulia Lawall1-34/+8
2012-06-30iio:adc: Add AD7265/AD7266 supportLars-Peter Clausen3-0/+547
2012-06-26iio:adc:at91: Relase mutex on error path in at91_adc_read_rawLars-Peter Clausen1-2/+4
2012-06-18iio:adc:at91: Use new triggered buffer setup helperLars-Peter Clausen2-49/+5
2012-05-14IIO: AT91: Add DT support to at91_adc driverMaxime Ripard1-1/+131
2012-05-14ARM: AT91: IIO: Add AT91 ADC driver.Maxime Ripard3-0/+693