summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/exynos_adc.c
Commit message (Expand)AuthorAgeFilesLines
* iio:adc:exynos_adc: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Jonathan Cameron2022-02-181-6/+3
* iio: adc: exynos: drop unneeded variable assignmentKrzysztof Kozlowski2021-05-171-1/+1
* iio:adc:exynos-adc: Use new IRQF_NO_AUTOEN flag rather than separate irq_disa...Jonathan Cameron2021-04-071-2/+2
* iio: adc: exynos: do not rely on 'users' counter in ISRdmitry.torokhov@gmail.com2020-10-101-1/+6
* iio: adc: exynos_adc: Replace indio_dev->mlock with own device lockSergiu Cuciurean2020-09-211-4/+16
* iio: adc: exynos_adc: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-7/+3
* iio: Remove superfluous of_node assignmentsLars-Peter Clausen2020-06-141-1/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: adc: exynos: Simplify Exynos7-specific initKrzysztof Kozlowski2020-05-161-3/+0
* iio: adc: Add scaling support to exynos adc driverJonathan Bakker2020-05-161-1/+13
* iio: adc: exynos: Silence warning about regulators during deferred probeMarek Szyprowski2020-03-081-2/+4
* iio: adc: exynos: use devm_platform_ioremap_resourceJonathan Cameron2019-10-181-3/+1
* iio: adc: exynos: Drop a stray semicolonJonathan Cameron2019-10-181-1/+1
* iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-051-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* iio: adc: exynos-adc: Use proper number of channels for Exynos4x12Krzysztof Kozlowski2019-02-121-0/+17
* iio: adc: exynos-adc: Fix NULL pointer exception on unbindKrzysztof Kozlowski2019-02-091-1/+1
* iio: adc: exynos-adc: Add S5PV210 variantJonathan Bakker2018-12-121-0/+14
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: adc: Remove unnecessary cast on void pointersimran singhal2017-04-021-1/+1
* IIO: Change msleep to usleep_range for small msecsAniroop Mathur2016-12-031-1/+1
* iio: exynos-adc: fix irqf_oneshot.cocci warningsValentin Rothberg2015-12-211-1/+1
* iio: exynos-adc: add experimental touchscreen supportArnd Bergmann2015-12-011-7/+217
* iio: adc: exynos_adc: Add support for exynos7Abhilash Kesavan2014-11-051-0/+32
* iio: exyno-adc: use syscon for PMU register accessNaveen Krishna Chatradhi2014-11-051-9/+21
* iio: remove .owner field for driver using module_platform_driverSanjeev Sharma2014-08-261-1/+0
* iio: adc: exynos_adc: Add support for s3c24xx ADCChanwoo Choi2014-08-071-9/+100
* iio: adc: exynos_adc: add support for s3c64xx adcArnd Bergmann2014-08-071-1/+27
* iio: adc: exynos_adc: Control special clock of ADC to support Exynos3250 ADCChanwoo Choi2014-07-231-8/+103
* iio: adc: exynos_adc: Add exynos_adc_data structure to improve readabilityChanwoo Choi2014-07-231-79/+147
* Merge 3.15-rc6 into staging-next.Greg Kroah-Hartman2014-05-221-3/+3
|\
| * iio: exynos_adc: use indio_dev->dev structure to handle child nodesNaveen Krishna Ch2014-04-261-3/+3
* | iio: exynos_adc: do a reinit_completion before the conversionNaveen Krishna Chatradhi2014-04-301-0/+1
* | iio: exynos_adc: do a soft reset in case of timeoutNaveen Krishna Chatradhi2014-04-301-24/+26
* | iio: exynos_adc: reduce timeout and use wait_for_completion_timeoutNaveen Krishna Chatradhi2014-04-301-7/+11
* | iio: exynos_adc: rearrange clk and regulator enable/disable callsNaveen Krishna Ch2014-04-301-29/+33
|/
* iio: exynos_adc: Use devm_iio_device_allocSachin Kamat2013-08-031-15/+8
* Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman2013-05-271-4/+4
|\
| * iio: exynos_adc: fix wrong structure extration in suspend and resumeNaveen Krishna Chatradhi2013-05-221-4/+4
* | adc: exynos_adc: Convert to devm_ioremap_resource()Sachin Kamat2013-05-221-6/+6
|/
* iio: exynos_adc: Remove redundant of_match_ptr macroSachin Kamat2013-03-291-1/+1
* iio: adc: Add dt support for turning on the phy in exynos-adcDoug Anderson2013-03-171-1/+13
* iio:adc:exynos move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-1/+1
* iio: adc: add exynos adc driver under iio framworkNaveen Krishna Chatradhi2013-03-161-0/+440