summaryrefslogtreecommitdiff
path: root/drivers/iio/adc
AgeCommit message (Expand)AuthorFilesLines
2013-09-21iio:max1363: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-6/+1
2013-09-21iio:at91_adc: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-7/+1
2013-09-21iio:ad_sigma_delta: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-5/+1
2013-09-21iio:ad7923: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-8/+2
2013-09-21iio:ad7887: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-8/+2
2013-09-21iio:ad7476: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-7/+2
2013-09-21iio:ad7298: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-8/+2
2013-09-21iio:ad7266: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen1-3/+2
2013-09-21iio: ti_am335x_adc: Add continuous sampling supportZubair Lutfullah2-5/+209
2013-09-21iio: ti_am335x_adc: optimize memory usageZubair Lutfullah1-2/+2
2013-09-20iio: at91_adc: Cocci spatch "noderef"Thomas Meyer1-1/+1
2013-09-19iio: Make available scan_masks const in ad7266Peter Meerwald1-4/+4
2013-09-18iio: at91: fix adc_clk overflowJosh Wu1-5/+6
2013-09-17iio:max1361: Use default triggered buffer setup opsLars-Peter Clausen1-7/+1
2013-09-15iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen5-5/+5
2013-09-08iio: adc: Add driver for Microchip MCP3422/3/4 high resolution ADCAngelo Compagnucci3-0/+420
2013-08-30iio: at91: Use different prescal, startup mask in MR for different IPJosh Wu1-2/+9
2013-08-30iio: 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-17Merge tag 'iio-fixes-for-3.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-0/+1
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus 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