aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/at91_adc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-18iio:adc:at91-adc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron1-4/+3
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-2/+2
2021-03-25iio: set default trig->dev.parentGwendal Grignou1-2/+1
2020-12-03iio: adc: at91_adc: merge at91_adc_probe_dt back in at91_adc_probeAlexandre Belloni1-67/+48
2020-12-03iio: adc: at91_adc: rework trigger definitionAlexandre Belloni1-44/+36
2020-12-03iio: adc: at91_adc: rework resolution selectionAlexandre Belloni1-57/+40
2020-12-03iio: adc: at91_adc: remove at91_adc_idsAlexandre Belloni1-20/+0
2020-10-10iio: adc: at91_adc: remove platform data and move defs in driver fileAlexandru Ardelean1-38/+22
2020-10-10iio: adc: at91_adc: add Kconfig dep on the OF symbol and remove of_match_ptr()Alexandru Ardelean1-1/+1
2020-10-10iio: adc: at91_adc: const-ify some driver dataAlexandru Ardelean1-4/+4
2020-10-10iio: adc: at91_adc: use of_device_get_match_data() helperAlexandru Ardelean1-4/+1
2020-07-20iio: adc: at91_adc: Fix 'bad line' warningLee Jones1-1/+1
2020-06-20iio: at91_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean1-15/+15
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-04-19iio: adc: at91-adc: Use devm_platform_ioremap_resourceAishwarya Ramakrishnan1-4/+1
2019-08-05iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 71Thomas Gleixner1-2/+1
2019-04-27iio: adc: at91: Use dev_get_drvdata()Kefeng Wang1-2/+2
2019-03-09iio: adc: at91: disable adc channel interrupt in timeout caseGeorg Ottinger1-11/+17
2018-09-29iio: adc: at91: fix wrong channel number in triggered buffer modeEugen Hristev1-1/+3
2018-09-29iio: adc: at91: fix acking DRDY irq on simple conversionsEugen Hristev1-0/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+4
2018-01-08Drivers: iio:adc: fix brace coding style issue in at91_adc.cVenkat Prashanth B U1-2/+2
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2017-07-10iio: adc: at91: make array startup_lookup staticColin Ian King1-1/+1
2016-11-05iio: adc: at91: add suspend and resume callbackWenyou Yang1-0/+28
2016-09-14Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+13
2016-09-05iio: adc: at91: Add support for Touchscreen Switches Closure TimeNicolas Ferre1-0/+13
2016-08-15iio: adc: at91: unbreak channel adc channel 3Anders Darander1-2/+2
2016-04-16iio: adc: at91_adc: fix errors reported by checkpatch.plSlawomir Stepien1-4/+4
2015-11-22IIO: adc: at91_adc.c Prefer kmalloc_array over kmalloc with multiplyNizam Haider1-1/+1
2015-06-21iio: adc: at91_adc: allow to use full range of startup timeJan Leupold1-4/+4
2015-03-07iio: fix drivers that check buffer->scan_maskOctavian Purdila1-3/+2
2014-09-22Merge 3.17-rc6 into staging-next.Greg Kroah-Hartman1-5/+7
2014-09-14iio: adc: at91: don't use the last converted data registerLudovic Desroches1-5/+7
2014-08-30iio: adc: at91: make the function handle_adc_eoc_trigger() staticJosh Wu1-1/+1
2014-06-22Merge 3.16-rc2 into staging-nextGreg Kroah-Hartman1-8/+8
2014-06-18Merge tag 'iio-for-3.17a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-1/+1
2014-06-18Merge tag 'iio-fixes-for-3.16a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-8/+8
2014-06-14iio: Remove timestamp argument from iio_trigger_poll() and iio_trigger_poll_chained()Peter Meerwald1-1/+1
2014-06-14iio: adc: at91: signedness bug in at91_adc_get_trigger_value_by_name()Dan Carpenter1-8/+8
2014-05-07iio: adc: at91: add sam9rl supportAlexandre Belloni1-0/+18
2014-05-07iio: adc: at91: remove unused include from include/machAlexandre Belloni1-1/+102
2014-05-07iio: adc: at91_adc: Add support for touchscreens without TSMRAlexandre Belloni1-47/+153
2014-05-07iio: adc: at91: cleanup platform_dataAlexandre Belloni1-0/+19
2014-03-15iio: adc: at91_adc: correct default shtim valueAlexandre Belloni1-2/+5
2014-03-06iio: adc: at91_adc: Repair broken platform_data supportAlexandre Belloni1-4/+22
2013-11-02iio: at91: fix error return code in at91_adc_probe()Wei Yongjun1-0/+1
2013-10-17iio: at91: introduce touch screen support in iio adc driverJosh Wu1-24/+364