aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/at91_adc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-18iio: at91: fix adc_clk overflowJosh Wu1-5/+6
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-03iio: at91: Use devm_iio_device_allocSachin Kamat1-16/+7
2013-06-04iio: at91_adc: Add missing CONFIG_OF macroSachin Kamat1-0/+2
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-25iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen1-2/+2
2013-03-17iio:adc:at91_adc move to info_mask_(shared_by_type/separate)Jonathan Cameron1-2/+2
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 Torvalds1-1/+1
2013-01-03Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
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