aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/at91_adc.c
AgeCommit message (Expand)Author
2023-09-23iio: adc: at91: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-11iio: adc: at91_adc: Simplify with dev_err_probe()Jinjie Ruan
2023-09-11iio: adc: at91_adc: Use devm_clk_get_enabled() helper functionJinjie Ruan
2023-09-11iio: adc: at91_adc: Use devm_request_irq() helper functionJinjie Ruan
2023-07-23iio: adc: Explicitly include correct DT includesRob Herring
2022-11-01iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()Yang Yingliang
2022-02-18iio:adc:at91-adc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron
2021-03-25iio: set default trig->dev.parentGwendal Grignou
2020-12-03iio: adc: at91_adc: merge at91_adc_probe_dt back in at91_adc_probeAlexandre Belloni
2020-12-03iio: adc: at91_adc: rework trigger definitionAlexandre Belloni
2020-12-03iio: adc: at91_adc: rework resolution selectionAlexandre Belloni
2020-12-03iio: adc: at91_adc: remove at91_adc_idsAlexandre Belloni
2020-10-10iio: adc: at91_adc: remove platform data and move defs in driver fileAlexandru Ardelean
2020-10-10iio: adc: at91_adc: add Kconfig dep on the OF symbol and remove of_match_ptr()Alexandru Ardelean
2020-10-10iio: adc: at91_adc: const-ify some driver dataAlexandru Ardelean
2020-10-10iio: adc: at91_adc: use of_device_get_match_data() helperAlexandru Ardelean
2020-07-20iio: adc: at91_adc: Fix 'bad line' warningLee Jones
2020-06-20iio: at91_adc: remove usage of iio_priv_to_dev() helperAlexandru Ardelean
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2020-04-19iio: adc: at91-adc: Use devm_platform_ioremap_resourceAishwarya Ramakrishnan
2019-08-05iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 71Thomas Gleixner
2019-04-27iio: adc: at91: Use dev_get_drvdata()Kefeng Wang
2019-03-09iio: adc: at91: disable adc channel interrupt in timeout caseGeorg Ottinger
2018-09-29iio: adc: at91: fix wrong channel number in triggered buffer modeEugen Hristev
2018-09-29iio: adc: at91: fix acking DRDY irq on simple conversionsEugen Hristev
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-01-08Drivers: iio:adc: fix brace coding style issue in at91_adc.cVenkat Prashanth B U
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron
2017-07-10iio: adc: at91: make array startup_lookup staticColin Ian King
2016-11-05iio: adc: at91: add suspend and resume callbackWenyou Yang
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