summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/at91_adc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-3/+4
* Drivers: iio:adc: fix brace coding style issue in at91_adc.cVenkat Prashanth B U2018-01-081-2/+2
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
* iio: adc: at91: make array startup_lookup staticColin Ian King2017-07-101-1/+1
* iio: adc: at91: add suspend and resume callbackWenyou Yang2016-11-051-0/+28
* Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-09-141-0/+13
|\
| * iio: adc: at91: Add support for Touchscreen Switches Closure TimeNicolas Ferre2016-09-051-0/+13
* | iio: adc: at91: unbreak channel adc channel 3Anders Darander2016-08-151-2/+2
|/
* iio: adc: at91_adc: fix errors reported by checkpatch.plSlawomir Stepien2016-04-161-4/+4
* IIO: adc: at91_adc.c Prefer kmalloc_array over kmalloc with multiplyNizam Haider2015-11-221-1/+1
* iio: adc: at91_adc: allow to use full range of startup timeJan Leupold2015-06-211-4/+4
* iio: fix drivers that check buffer->scan_maskOctavian Purdila2015-03-071-3/+2
* Merge 3.17-rc6 into staging-next.Greg Kroah-Hartman2014-09-221-5/+7
|\
| * iio: adc: at91: don't use the last converted data registerLudovic Desroches2014-09-141-5/+7
* | iio: adc: at91: make the function handle_adc_eoc_trigger() staticJosh Wu2014-08-301-1/+1
|/
* Merge 3.16-rc2 into staging-nextGreg Kroah-Hartman2014-06-221-8/+8
|\
| * Merge tag 'iio-fixes-for-3.16a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-06-181-8/+8
| |\
| | * iio: adc: at91: signedness bug in at91_adc_get_trigger_value_by_name()Dan Carpenter2014-06-141-8/+8
* | | Merge tag 'iio-for-3.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2014-06-181-1/+1
|\ \ \ | |/ / |/| |
| * | iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_c...Peter Meerwald2014-06-141-1/+1
| |/
* | iio: adc: at91: add sam9rl supportAlexandre Belloni2014-05-071-0/+18
* | iio: adc: at91: remove unused include from include/machAlexandre Belloni2014-05-071-1/+102
* | iio: adc: at91_adc: Add support for touchscreens without TSMRAlexandre Belloni2014-05-071-47/+153
* | iio: adc: at91: cleanup platform_dataAlexandre Belloni2014-05-071-0/+19
|/
* iio: adc: at91_adc: correct default shtim valueAlexandre Belloni2014-03-151-2/+5
* iio: adc: at91_adc: Repair broken platform_data supportAlexandre Belloni2014-03-061-4/+22
* iio: at91: fix error return code in at91_adc_probe()Wei Yongjun2013-11-021-0/+1
* iio: at91: introduce touch screen support in iio adc driverJosh Wu2013-10-171-24/+364
* iio: at91: move the num_channels from DT to driver itselfJosh Wu2013-10-091-7/+5
* iio: at91: ADC start-up time calculation changed since at91sam9x5Josh Wu2013-10-091-7/+46
* iio:at91: Report scale as fractional valueLars-Peter Clausen2013-10-011-3/+3
* Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman2013-09-251-5/+6
|\
| * iio: at91: fix adc_clk overflowJosh Wu2013-09-181-5/+6
* | iio:at91_adc: Use iio_push_to_buffers_with_timestamp()Lars-Peter Clausen2013-09-211-7/+1
* | iio: at91_adc: Cocci spatch "noderef"Thomas Meyer2013-09-201-1/+1
* | iio: Remove unnecessary casts for iio_push_to_buffers()Lars-Peter Clausen2013-09-151-1/+1
|/
* iio: at91: Use different prescal, startup mask in MR for different IPJosh Wu2013-08-291-2/+9
* iio: at91: introduce the multiple compatible string for different IPs.Josh Wu2013-08-291-38/+41
* iio: at91: Use devm_iio_device_allocSachin Kamat2013-08-031-16/+7
* iio: at91_adc: Add missing CONFIG_OF macroSachin Kamat2013-06-041-0/+2
* iio: at91_adc: fix missing Sample and Hold timeJean-Christophe PLAGNIOL-VILLARD2013-04-021-1/+14
* iio: at91_adc: add sleep mode supportJean-Christophe PLAGNIOL-VILLARD2013-04-021-9/+10
* iio: at91_adc: add low and high res supportLudovic Desroches2013-04-021-4/+70
* iio:trigger: Introduce iio_tigger_{set,get}_drvdataLars-Peter Clausen2013-03-251-2/+2
* iio:adc:at91_adc move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-2/+2
* iio: Convert to devm_ioremap_resource()Thierry Reding2013-01-221-3/+3
* Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-141-1/+1
|\
| * iio: at91: fix dev var name in at91_adc_trigger_handlerJean-Christophe PLAGNIOL-VILLARD2012-12-271-1/+1
* | Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
|/
* staging:iio: Add support for multiple buffersJonathan Cameron2012-11-101-2/+1
OpenPOWER on IntegriCloud