aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/adc/ti_am335x_adc.c
AgeCommit message (Expand)Author
2018-12-03iio: adc: ti_am335x_tscadc: Improve accuracy of measurementVignesh R
2018-10-09iio: adc: ti_am335x_adc: Disable ADC during suspend unconditionallyVignesh R
2018-01-08Drivers:iio:adc:ti_am335x_adc remove comparison to boolVenkat Prashanth B U
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron
2017-05-14iio: adc: ti_am335x_adc: allocating too much in probeDan Carpenter
2017-03-15iio: adc: ti_am335x_adc: fix fifo overrun recoveryMichael Engl
2016-11-05drivers: iio: ti_am335x_adc: add dma supportMugunthan V N
2016-08-21iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sampleVignesh R
2016-08-21iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent accessVignesh R
2016-06-03iio: adc: ti_am335x_adc: use SIMPLE_DEV_PM_OPS helper macroAndrew F. Davis
2016-06-03iio: adc: ti_am335x_adc: use variable names for sizeof() operatorAndrew F. Davis
2016-01-16iio:adc:ti_am335x_adc Fix buffered mode by identifying as software buffer.Jonathan Cameron
2015-05-13iio: adc: ti_am335x_adc: make sample delay, open delay, averaging DT parametersVignesh R
2015-04-09iio: adc: ti_am335x_adc: refactor DT parsing into a functionVignesh R
2015-03-07iio: fix drivers that check buffer->scan_maskOctavian Purdila
2015-02-15Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-02-03Input: ti_am335x_tsc - interchange touchscreen and ADC stepsBrad Griffis
2014-12-26iio: kfifo: Remove unused argument in iio_kfifo_allocateKarol Wrona
2014-12-12iio: Move buffer registration to the coreLars-Peter Clausen
2014-08-26iio: remove .owner field for driver using module_platform_driverSanjeev Sharma
2014-07-08iio: ti_am335x_adc: Fix: Use same step id at FIFOs both endsJan Kardell
2014-02-11Merge tag 'iio-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2014-01-21Merge tag 'ib-iio-input-3.13-1' into for-mfd-nextLee Jones
2014-01-11iio: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-07mfd: input: iio: ti_amm335x: Rework TSC/ADC synchronizationSebastian Andrzej Siewior
2014-01-07mfd: ti_am335x: Drop am335x_tsc_se_update() from resume pathSebastian Andrzej Siewior
2014-01-07mfd: ti_am335x_tscadc: Don't read back REG_SESebastian Andrzej Siewior
2014-01-07iio: ti_am335x_adc: Adjust the closing bracket in tiadc_read_raw()Sebastian Andrzej Siewior
2013-11-09iio: adc: ti_am335x_adc: avoid double free of buffer.Lars-Peter Clausen
2013-10-23iio: adc: ti_am335x_adc: Remove redundant of_match_ptrSachin Kamat
2013-10-16iio:ti_am335x: Remove redundant call to iio_sw_buffer_preenable()Lars-Peter Clausen
2013-09-22iio: ti_am335x_adc: cleanup error caseZubair Lutfullah
2013-09-22iio: ti_am335x_adc: cleanup trigger related codeZubair Lutfullah
2013-09-22iio: ti_am335x_adc: fix static in function headerZubair Lutfullah
2013-09-21iio: ti_am335x_adc: Add continuous sampling supportZubair Lutfullah
2013-09-21iio: ti_am335x_adc: optimize memory usageZubair Lutfullah
2013-08-12Merge 3.11-rc5 into staging-nextGreg Kroah-Hartman
2013-08-03iio: adc: ti_am335x_adc: Use devm_iio_device_allocSachin Kamat
2013-07-21iio: ti_am335x_adc: Fix wrong samples received on 1st readPatil, Rachna
2013-07-16Merge tag 'iio-fixes-for-3.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2013-07-06iio: ti_am335x_adc: add missing .driver_module to struct iio_infoWei Yongjun
2013-06-12iio: ti_am335x_adc: check if we found the valueSebastian Andrzej Siewior
2013-06-12iio: ti_am335x_adc: Allow to specify input lineSebastian Andrzej Siewior
2013-06-12input: ti_am335x_adc: use only FIFO0 and clean up a littleSebastian Andrzej Siewior
2013-06-12mfd: iio: ti_am335x_adc: rename device from tiadc to TI-am335x-adcSebastian Andrzej Siewior
2013-06-12iio: ti_tscadc: provide datasheet_name and scan_typePantelis Antoniou
2013-06-12iio: ti_am335x_adc: remove platform_data supportSebastian Andrzej Siewior
2013-06-12iio: ti_am335x_adc: Add DT supportPatil, Rachna
2013-06-12input: ti_am33x_tsc: Step enable bits made configurablePatil, Rachna
2013-06-12mfd: input: iio: ti_am335x_adc: use one structure for ti_tscadc_devSebastian Andrzej Siewior