summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/at91_adc.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: at91: Convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* iio: adc: at91_adc: Simplify with dev_err_probe()Jinjie Ruan2023-09-111-39/+27
* iio: adc: at91_adc: Use devm_clk_get_enabled() helper functionJinjie Ruan2023-09-111-29/+9
* iio: adc: at91_adc: Use devm_request_irq() helper functionJinjie Ruan2023-09-111-10/+8
* iio: adc: Explicitly include correct DT includesRob Herring2023-07-231-1/+0
* iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()Yang Yingliang2022-11-011-1/+3
* iio:adc:at91-adc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+3
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-2/+2
* iio: set default trig->dev.parentGwendal Grignou2021-03-251-2/+1
* iio: adc: at91_adc: merge at91_adc_probe_dt back in at91_adc_probeAlexandre Belloni2020-12-031-67/+48
* iio: adc: at91_adc: rework trigger definitionAlexandre Belloni2020-12-031-44/+36
* iio: adc: at91_adc: rework resolution selectionAlexandre Belloni2020-12-031-57/+40
* iio: adc: at91_adc: remove at91_adc_idsAlexandre Belloni2020-12-031-20/+0
* iio: adc: at91_adc: remove platform data and move defs in driver fileAlexandru Ardelean2020-10-101-38/+22
* iio: adc: at91_adc: add Kconfig dep on the OF symbol and remove of_match_ptr()Alexandru Ardelean2020-10-101-1/+1
* iio: adc: at91_adc: const-ify some driver dataAlexandru Ardelean2020-10-101-4/+4
* iio: adc: at91_adc: use of_device_get_match_data() helperAlexandru Ardelean2020-10-101-4/+1
* iio: adc: at91_adc: Fix 'bad line' warningLee Jones2020-07-201-1/+1
* iio: at91_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2020-06-201-15/+15
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: adc: at91-adc: Use devm_platform_ioremap_resourceAishwarya Ramakrishnan2020-04-191-4/+1
* iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-051-3/+1
* Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman2019-06-031-2/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 71Thomas Gleixner2019-05-241-2/+1
* | iio: adc: at91: Use dev_get_drvdata()Kefeng Wang2019-04-271-2/+2
|/
* iio: adc: at91: disable adc channel interrupt in timeout caseGeorg Ottinger2019-03-091-11/+17
* iio: adc: at91: fix wrong channel number in triggered buffer modeEugen Hristev2018-09-291-1/+3
* iio: adc: at91: fix acking DRDY irq on simple conversionsEugen Hristev2018-09-291-0/+2
* 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