aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-02iio: at91_adc: fix missing Sample and Hold timeJean-Christophe PLAGNIOL-VILLARD1-1/+14
2013-04-02iio: at91_adc: add sleep mode supportJean-Christophe PLAGNIOL-VILLARD1-9/+10
2013-04-02iio: at91_adc: add low and high res supportLudovic Desroches1-4/+70
2013-03-29iio: exynos_adc: Remove redundant of_match_ptr macroSachin Kamat1-1/+1
2013-03-25iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen2-3/+3
2013-03-17iio: adc: Add dt support for turning on the phy in exynos-adcDoug Anderson1-1/+13
2013-03-17iio:adc:ad7923: Add support for the ad7904/ad7914/ad7924Lars-Peter Clausen2-16/+53
2013-03-17iio:ad7923: Implement scale reportingLars-Peter Clausen1-7/+53
2013-03-17iio:ad7923: Return error if we didn't get the expected resultLars-Peter Clausen1-0/+2
2013-03-17iio: adc: Kconfig: exynos_adc depends on CONFIG_OFNaveen Krishna Chatradhi1-0/+1
2013-03-17iio:adc:ad7923 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-2/+2
2013-03-17iio:adc:exynos move to info_mask_(shared_by_type/separate)Jonathan Cameron1-1/+1
2013-03-17iio:adc:viperboard_adc move to info_mask_(shared_by_type/separate)Jonathan Cameron1-1/+1
2013-03-17iio:adc:ti_am335x_adc move to info_mask_(shared_by_type/separate)Jonathan Cameron1-1/+1
2013-03-17iio:adc:ti-adc081 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-2/+2
2013-03-17iio:adc:lp8778_adc move to info_mask_(shared_by_type/separate)Jonathan Cameron1-2/+2
2013-03-17iio:adc:at91_adc move to info_mask_(shared_by_type/separate)Jonathan Cameron1-2/+2
2013-03-17iio:adc:ad7887 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-4/+4
2013-03-17iio:adc:ad7476 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-5/+5
2013-03-17iio:adc:ad7298 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-5/+5
2013-03-17iio:adc:ad7266 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-6/+6
2013-03-17iio:adc:max1363 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-4/+5
2013-03-16iio: adc: add exynos adc driver under iio framworkNaveen Krishna Chatradhi3-0/+448
2013-03-16IIO ADC support for AD7923Christophe Leroy3-0/+311
2013-02-21Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-115/+74
2013-02-06iio/adc: (max1363) Add support for external reference voltageGuenter Roeck1-13/+39
2013-02-06iio: max1363: Use devm_ functions whereever possible to allocate resourcesGuenter Roeck1-19/+10
2013-02-05Merge tag 'iio-for-3.9c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman2-15/+9
2013-02-02iio:max1363 remove some functions left after mergeJonathan Cameron1-42/+0
2013-02-02iio: Simplify iio_map_array_unregister APIGuenter Roeck2-11/+4
2013-02-02iio/adc: (max1363) Fix data conversion problemsGuenter Roeck1-2/+3
2013-02-02iio/adc: (max1363) Remove duplicate codeGuenter Roeck1-2/+0
2013-02-02iio/adc: (max1363) Provide OF node information to iio deviceGuenter Roeck1-0/+1
2013-02-02iio/adc: (lp8788) Provide OF node information to iio deviceGuenter Roeck1-0/+1
2013-01-26iio: fix Kconfig for max1363Peter Meerwald1-3/+1
2013-01-25Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman10-35/+77
2013-01-22iio: Convert to devm_ioremap_resource()Thierry Reding1-3/+3
2013-01-14Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-9/+12
2013-01-07Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman3-9/+12
2013-01-06iio: lp8788_adc: fix parent device in kernel messageKim, Milo1-1/+1
2013-01-06iio: lp8788_adc: fix a parent device in _probe()Kim, Milo1-2/+2
2013-01-03Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman10-35/+35
2013-01-01iio: max1363 comment and whitespace fixesPeter Meerwald1-8/+7
2013-01-01iio: cleanup buffer setup code in max1363 driverPeter Meerwald1-54/+5
2012-12-27iio: (max1363) Fix probe error pathGuenter Roeck1-7/+6
2012-12-27iio: adc: ad7266: Don't set error code to st->vref_uvAxel Lin1-1/+5
2012-12-27iio: at91: fix dev var name in at91_adc_trigger_handlerJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds4-1/+457
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