aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/exynos_adc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-02iio: adc: Remove unnecessary cast on void pointersimran singhal1-1/+1
2016-12-03IIO: Change msleep to usleep_range for small msecsAniroop Mathur1-1/+1
2015-12-21iio: exynos-adc: fix irqf_oneshot.cocci warningsValentin Rothberg1-1/+1
2015-12-01iio: exynos-adc: add experimental touchscreen supportArnd Bergmann1-7/+217
2014-11-05iio: adc: exynos_adc: Add support for exynos7Abhilash Kesavan1-0/+32
2014-11-05iio: exyno-adc: use syscon for PMU register accessNaveen Krishna Chatradhi1-9/+21
2014-08-26iio: remove .owner field for driver using module_platform_driverSanjeev Sharma1-1/+0
2014-08-07iio: adc: exynos_adc: Add support for s3c24xx ADCChanwoo Choi1-9/+100
2014-08-07iio: adc: exynos_adc: add support for s3c64xx adcArnd Bergmann1-1/+27
2014-07-23iio: adc: exynos_adc: Control special clock of ADC to support Exynos3250 ADCChanwoo Choi1-8/+103
2014-07-23iio: adc: exynos_adc: Add exynos_adc_data structure to improve readabilityChanwoo Choi1-79/+147
2014-05-22Merge 3.15-rc6 into staging-next.Greg Kroah-Hartman1-3/+3
2014-04-30iio: exynos_adc: do a reinit_completion before the conversionNaveen Krishna Chatradhi1-0/+1
2014-04-30iio: exynos_adc: do a soft reset in case of timeoutNaveen Krishna Chatradhi1-24/+26
2014-04-30iio: exynos_adc: reduce timeout and use wait_for_completion_timeoutNaveen Krishna Chatradhi1-7/+11
2014-04-30iio: exynos_adc: rearrange clk and regulator enable/disable callsNaveen Krishna Ch1-29/+33
2014-04-26iio: exynos_adc: use indio_dev->dev structure to handle child nodesNaveen Krishna Ch1-3/+3
2013-08-03iio: exynos_adc: Use devm_iio_device_allocSachin Kamat1-15/+8
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman1-4/+4
2013-05-22adc: exynos_adc: Convert to devm_ioremap_resource()Sachin Kamat1-6/+6
2013-05-22iio: exynos_adc: fix wrong structure extration in suspend and resumeNaveen Krishna Chatradhi1-4/+4
2013-03-29iio: exynos_adc: Remove redundant of_match_ptr macroSachin Kamat1-1/+1
2013-03-17iio: adc: Add dt support for turning on the phy in exynos-adcDoug Anderson1-1/+13
2013-03-17iio:adc:exynos move to info_mask_(shared_by_type/separate)Jonathan Cameron1-1/+1
2013-03-16iio: adc: add exynos adc driver under iio framworkNaveen Krishna Chatradhi1-0/+440