summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/at91_adc.c
AgeCommit message (Expand)Author
2019-04-27iio: adc: at91: disable adc channel interrupt in timeout caseGeorg Ottinger
2018-11-13iio: adc: at91: fix wrong channel number in triggered buffer modeEugen Hristev
2018-11-13iio: adc: at91: fix acking DRDY irq on simple conversionsEugen Hristev
2016-09-14Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman
2016-09-05iio: adc: at91: Add support for Touchscreen Switches Closure TimeNicolas Ferre
2016-08-15iio: adc: at91: unbreak channel adc channel 3Anders Darander
2016-04-16iio: adc: at91_adc: fix errors reported by checkpatch.plSlawomir Stepien
2015-11-22IIO: adc: at91_adc.c Prefer kmalloc_array over kmalloc with multiplyNizam Haider
2015-06-21iio: adc: at91_adc: allow to use full range of startup timeJan Leupold
2015-03-07iio: fix drivers that check buffer->scan_maskOctavian Purdila
2014-09-22Merge 3.17-rc6 into staging-next.Greg Kroah-Hartman
2014-09-14iio: adc: at91: don't use the last converted data registerLudovic Desroches
2014-08-30iio: adc: at91: make the function handle_adc_eoc_trigger() staticJosh Wu
2014-06-22Merge 3.16-rc2 into staging-nextGreg Kroah-Hartman
2014-06-18Merge tag 'iio-for-3.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2014-06-18Merge tag 'iio-fixes-for-3.16a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2014-06-14iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_c...Peter Meerwald
2014-06-14iio: adc: at91: signedness bug in at91_adc_get_trigger_value_by_name()Dan Carpenter
2014-05-07iio: adc: at91: add sam9rl supportAlexandre Belloni
2014-05-07iio: adc: at91: remove unused include from include/machAlexandre Belloni
2014-05-07iio: adc: at91_adc: Add support for touchscreens without TSMRAlexandre Belloni
2014-05-07iio: adc: at91: cleanup platform_dataAlexandre Belloni
2014-03-15iio: adc: at91_adc: correct default shtim valueAlexandre Belloni
2014-03-06iio: adc: at91_adc: Repair broken platform_data supportAlexandre Belloni
2013-11-02iio: at91: fix error return code in at91_adc_probe()Wei Yongjun
2013-10-17iio: at91: introduce touch screen support in iio adc driverJosh Wu
2013-10-09iio: at91: move the num_channels from DT to driver itselfJosh Wu
2013-10-09iio: at91: ADC start-up time calculation changed since at91sam9x5Josh Wu
2013-10-01iio:at91: Report scale as fractional valueLars-Peter Clausen
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman
2013-09-21iio:at91_adc: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen
2013-09-20iio: at91_adc: Cocci spatch "noderef"Thomas Meyer
2013-09-18iio: at91: fix adc_clk overflowJosh Wu
2013-09-15iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen
2013-08-29iio: at91: Use different prescal, startup mask in MR for different IPiio-for-3.12cJosh Wu
2013-08-29iio: at91: introduce the multiple compatible string for different IPs.Josh Wu
2013-08-03iio: at91: Use devm_iio_device_allocSachin Kamat
2013-06-04iio: at91_adc: Add missing CONFIG_OF macroSachin Kamat
2013-04-02iio: at91_adc: fix missing Sample and Hold timeiio-for-3.10cJean-Christophe PLAGNIOL-VILLARD
2013-04-02iio: at91_adc: add sleep mode supportJean-Christophe PLAGNIOL-VILLARD
2013-04-02iio: at91_adc: add low and high res supportLudovic Desroches
2013-03-25iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen
2013-03-17iio:adc:at91_adc move to info_mask_(shared_by_type/separate)Jonathan Cameron
2013-01-22iio: Convert to devm_ioremap_resource()Thierry Reding
2013-01-14Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-01-03Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman
2012-12-27iio: at91: fix dev var name in at91_adc_trigger_handlerJean-Christophe PLAGNIOL-VILLARD
2012-11-10staging:iio: Add support for multiple buffersJonathan Cameron
2012-10-31Revert "iio: at91_adc: Use devm_kcalloc to allocate arrays"Axel Lin
2012-10-19iio: at91_adc: Use devm_kcalloc to allocate arraysLars-Peter Clausen