aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-29iio: at91: Use different prescal, startup mask in MR for different IPJosh Wu1-2/+9
2013-08-29iio: at91: introduce the multiple compatible string for different IPs.Josh Wu1-38/+41
2013-08-28iio: adc: twl6030-gpadc: fix error return code in twl6030_gpadc_read_raw()Wei Yongjun1-1/+1
2013-08-19iio: adc: twl6030-gpadc: Use devm_* API familyOleksandr Kozaruk1-26/+10
2013-08-17iio: twl6030-gpadc: TWL6030, TWL6032 GPADC driverOleksandr Kozaruk3-0/+1044
2013-08-12Merge 3.11-rc5 into staging-nextGreg Kroah-Hartman1-8/+22
2013-08-03iio: adc: Update ti_am335x_adc Kconfig entrySachin Kamat1-1/+1
2013-08-03iio: adc: ti_am335x_adc: Use devm_iio_device_allocSachin Kamat1-9/+4
2013-08-03iio: max1363: Use devm_iio_device_allocSachin Kamat1-10/+5
2013-08-03iio: exynos_adc: Use devm_iio_device_allocSachin Kamat1-15/+8
2013-08-03iio: at91: Use devm_iio_device_allocSachin Kamat1-16/+7
2013-08-03iio: adc: viperboard_adc: Use devm_iio_device_allocSachin Kamat1-7/+2
2013-08-03iio: adc: ti-adc081c: Use devm_* APIsSachin Kamat1-13/+5
2013-08-03iio: adc: nau7802: Use devm_iio_device_allocSachin Kamat1-11/+8
2013-08-03iio: adc: mcp320x: Use devm_* APIsSachin Kamat1-13/+5
2013-08-03iio: adc: lp8788_adc: Use devm_* APIsSachin Kamat1-5/+2
2013-08-03iio: adc: ad7923: Use devm_* APIsSachin Kamat1-13/+7
2013-08-03iio: adc: ad7887: Use devm_* APIsSachin Kamat1-16/+7
2013-08-03iio: adc: ad7793: Use devm_* APIsSachin Kamat1-17/+6
2013-08-03iio: adc: ad7791: Use devm_* APIsSachin Kamat1-14/+5
2013-08-03iio: adc: ad7476: Use devm_* APIsSachin Kamat1-18/+8
2013-08-03iio: adc: ad7298: Use devm_* APIsSachin Kamat1-16/+8
2013-08-03iio: adc: ad7266: Use devm_* APIsSachin Kamat1-12/+4
2013-08-03iio: Add a comment to about alphabetical order to Kconfigs and MakefilesLars-Peter Clausen2-17/+20
2013-08-03iio: Add Nuvoton NAU7802 ADC driverAlexandre Belloni3-0/+594
2013-07-21iio: ti_am335x_adc: Fix wrong samples received on 1st readPatil, Rachna1-8/+22
2013-07-16Merge tag 'iio-fixes-for-3.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-0/+1
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-nextLinus Torvalds1-32/+100
2013-07-06iio: ti_am335x_adc: add missing .driver_module to struct iio_infoWei Yongjun1-0/+1
2013-06-12iio: ti_am335x_adc: check if we found the valueSebastian Andrzej Siewior1-2/+6
2013-06-12iio: ti_am335x_adc: Allow to specify input lineSebastian Andrzej Siewior1-20/+37
2013-06-12input: ti_am335x_adc: use only FIFO0 and clean up a littleSebastian Andrzej Siewior1-1/+1
2013-06-12mfd: iio: ti_am335x_adc: rename device from tiadc to TI-am335x-adcSebastian Andrzej Siewior1-2/+1
2013-06-12iio: ti_tscadc: provide datasheet_name and scan_typePantelis Antoniou1-5/+24
2013-06-12iio: ti_am335x_adc: remove platform_data supportSebastian Andrzej Siewior1-14/+7
2013-06-12iio: ti_am335x_adc: Add DT supportPatil, Rachna1-5/+24
2013-06-12input: ti_am33x_tsc: Step enable bits made configurablePatil, Rachna1-2/+18
2013-06-12mfd: input: iio: ti_am335x_adc: use one structure for ti_tscadc_devSebastian Andrzej Siewior1-2/+3
2013-06-04iio: at91_adc: Add missing CONFIG_OF macroSachin Kamat1-0/+2
2013-06-04iio: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman1-4/+4
2013-05-22adc: exynos_adc: Convert to devm_ioremap_resource()Sachin Kamat1-6/+6
2013-05-22iio: adc: add driver for MCP3204/08 12-bit ADCOskar Andero3-0/+268
2013-05-22iio: exynos_adc: fix wrong structure extration in suspend and resumeNaveen Krishna Chatradhi1-4/+4
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