aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/at91_adc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-27iio: at91: fix dev var name in at91_adc_trigger_handlerJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-11-10staging:iio: Add support for multiple buffersJonathan Cameron1-2/+1
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-16Merge 3.6-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen1-1/+1
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-16drivers/iio/adc/at91_adc.c: use devm_ functionsJulia Lawall1-34/+8
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 Clausen1-47/+4
2012-05-14IIO: AT91: Add DT support to at91_adc driverMaxime Ripard1-1/+131
2012-05-14ARM: AT91: IIO: Add AT91 ADC driver.Maxime Ripard1-0/+672