summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc
Commit message (Expand)AuthorAgeFilesLines
* iio: exynos_adc: fix wrong structure extration in suspend and resumeNaveen Krishna Chatradhi2013-05-221-4/+4
* iio: at91_adc: fix missing Sample and Hold timeJean-Christophe PLAGNIOL-VILLARD2013-04-021-1/+14
* iio: at91_adc: add sleep mode supportJean-Christophe PLAGNIOL-VILLARD2013-04-021-9/+10
* iio: at91_adc: add low and high res supportLudovic Desroches2013-04-021-4/+70
* iio: exynos_adc: Remove redundant of_match_ptr macroSachin Kamat2013-03-291-1/+1
* iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen2013-03-252-3/+3
* iio: adc: Add dt support for turning on the phy in exynos-adcDoug Anderson2013-03-171-1/+13
* iio:adc:ad7923: Add support for the ad7904/ad7914/ad7924Lars-Peter Clausen2013-03-172-16/+53
* 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: Kconfig: exynos_adc depends on CONFIG_OFNaveen Krishna Chatradhi2013-03-171-0/+1
* iio:adc:ad7923 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-2/+2
* iio:adc:exynos move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-1/+1
* iio:adc:viperboard_adc move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-1/+1
* iio:adc:ti_am335x_adc move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-1/+1
* iio:adc:ti-adc081 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-2/+2
* iio:adc:lp8778_adc move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-2/+2
* iio:adc:at91_adc move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-2/+2
* iio:adc:ad7887 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-4/+4
* iio:adc:ad7476 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-5/+5
* iio:adc:ad7298 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-5/+5
* iio:adc:ad7266 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-6/+6
* iio:adc:max1363 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-4/+5
* iio: adc: add exynos adc driver under iio framworkNaveen Krishna Chatradhi2013-03-163-0/+448
* IIO ADC support for AD7923Christophe Leroy2013-03-163-0/+311
* Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-213-115/+74
|\
| * iio/adc: (max1363) Add support for external reference voltageGuenter Roeck2013-02-061-13/+39
| * iio: max1363: Use devm_ functions whereever possible to allocate resourcesGuenter Roeck2013-02-061-19/+10
| * Merge tag 'iio-for-3.9c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2013-02-052-15/+9
| |\
| | * iio: Simplify iio_map_array_unregister APIGuenter Roeck2013-02-022-11/+4
| | * iio/adc: (max1363) Fix data conversion problemsGuenter Roeck2013-02-021-2/+3
| | * iio/adc: (max1363) Remove duplicate codeGuenter Roeck2013-02-021-2/+0
| | * iio/adc: (max1363) Provide OF node information to iio deviceGuenter Roeck2013-02-021-0/+1
| | * iio/adc: (lp8788) Provide OF node information to iio deviceGuenter Roeck2013-02-021-0/+1
| * | iio:max1363 remove some functions left after mergeJonathan Cameron2013-02-021-42/+0
| |/
| * iio: fix Kconfig for max1363Peter Meerwald2013-01-261-3/+1
| * Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman2013-01-2510-35/+77
| |\
| * \ Merge branch 'staging-linus' into staging-nextGreg Kroah-Hartman2013-01-073-9/+12
| |\ \
| * | | iio: lp8788_adc: fix parent device in kernel messageKim, Milo2013-01-061-1/+1
| * | | iio: lp8788_adc: fix a parent device in _probe()Kim, Milo2013-01-061-2/+2
| * | | iio: max1363 comment and whitespace fixesPeter Meerwald2013-01-011-8/+7
| * | | iio: cleanup buffer setup code in max1363 driverPeter Meerwald2013-01-011-54/+5
* | | | iio: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-3/+3
| |_|/ |/| |
* | | Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-143-9/+12
|\ \ \ | | |/ | |/|
| * | iio: (max1363) Fix probe error pathGuenter Roeck2012-12-271-7/+6
| * | iio: adc: ad7266: Don't set error code to st->vref_uvAxel Lin2012-12-271-1/+5
| * | iio: at91: fix dev var name in at91_adc_trigger_handlerJean-Christophe PLAGNIOL-VILLARD2012-12-271-1/+1
| |/
* | Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman2013-01-0310-35/+35
|/
* Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-12-164-1/+457
|\
| * iio: adc: Add viperboard adc driverLars Poeschel2012-11-203-0/+189
OpenPOWER on IntegriCloud