summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ti_am335x_adc.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ti-am335x: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-101-3/+1
* iio: adc: ti_am335x_adc: Add the am437x compatibleMiquel Raynal2021-10-211-0/+1
* iio: adc: ti_am335x_adc: Add the scale informationMiquel Raynal2021-10-211-0/+18
* iio: adc: ti_am335x_adc: Add a unit to the timeout delayMiquel Raynal2021-10-211-2/+2
* iio: adc: ti_am335x_adc: Gather the checks on the delaysMiquel Raynal2021-10-211-20/+30
* iio: adc: ti_am335x_adc: Get rid of useless gotosMiquel Raynal2021-10-211-4/+3
* iio: adc: ti_am335x_adc: Fix styleMiquel Raynal2021-10-211-52/+52
* iio: adc: ti_am335x_adc: Replace license text with SPDX tagMiquel Raynal2021-10-211-9/+1
* iio: adc: ti_am335x_adc: Wait the idle state to avoid stallsMiquel Raynal2021-10-211-2/+22
* mfd: ti_am335x_tscadc: Rename the subsystem enable macroMiquel Raynal2021-10-211-3/+3
* mfd: ti_am335x_tscadc: Clarify the maximum values for DT entriesMiquel Raynal2021-10-211-9/+9
* mfd: ti_am335x_tscadc: Use BIT(), GENMASK() and FIELD_PREP() when relevantMiquel Raynal2021-10-201-1/+1
* iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-13/+5
* iio: adc: ti_am335x_adc: remove omitted iio_kfifo_free()Alexandru Ardelean2021-01-141-5/+1
* iio: adc: ti_am335x_adc: Remove a couple of unused 'read' variablesLee Jones2020-07-201-4/+4
* Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov2020-07-131-1/+1
* iio: adc: ti_am335x_adc: alloc kfifo & IRQ via devm_ functionsAlexandru Ardelean2020-07-071-15/+5
* iio: adc: ti_am335x_adc: alloc channels via devm_kcalloc()Alexandru Ardelean2020-07-071-10/+5
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: adc: ti_am335x_tscadc: Improve accuracy of measurementVignesh R2018-12-031-1/+4
* iio: adc: ti_am335x_adc: Disable ADC during suspend unconditionallyVignesh R2018-10-091-8/+4
* Drivers:iio:adc:ti_am335x_adc remove comparison to boolVenkat Prashanth B U2018-01-081-1/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: adc: ti_am335x_adc: allocating too much in probeDan Carpenter2017-05-141-1/+1
* iio: adc: ti_am335x_adc: fix fifo overrun recoveryMichael Engl2017-03-151-1/+12
* drivers: iio: ti_am335x_adc: add dma supportMugunthan V N2016-11-051-3/+145
* iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sampleVignesh R2016-08-211-1/+1
* iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent accessVignesh R2016-08-211-3/+11
* iio: adc: ti_am335x_adc: use SIMPLE_DEV_PM_OPS helper macroAndrew F. Davis2016-06-031-12/+4
* iio: adc: ti_am335x_adc: use variable names for sizeof() operatorAndrew F. Davis2016-06-031-4/+2
* iio:adc:ti_am335x_adc Fix buffered mode by identifying as software buffer.Jonathan Cameron2016-01-161-1/+1
* iio: adc: ti_am335x_adc: make sample delay, open delay, averaging DT parametersVignesh R2015-05-131-6/+48
* iio: adc: ti_am335x_adc: refactor DT parsing into a functionVignesh R2015-04-091-10/+19
* iio: fix drivers that check buffer->scan_maskOctavian Purdila2015-03-071-2/+1
* Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-151-10/+1
|\
| * iio: kfifo: Remove unused argument in iio_kfifo_allocateKarol Wrona2014-12-261-1/+1
| * iio: Move buffer registration to the coreLars-Peter Clausen2014-12-121-9/+0
* | Input: ti_am335x_tsc - interchange touchscreen and ADC stepsBrad Griffis2015-02-031-3/+2
|/
* iio: remove .owner field for driver using module_platform_driverSanjeev Sharma2014-08-261-1/+0
* iio: ti_am335x_adc: Fix: Use same step id at FIFOs both endsJan Kardell2014-07-081-1/+1
* Merge tag 'iio-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2014-02-111-1/+0
|\
| * iio: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-111-1/+0
* | Merge tag 'ib-iio-input-3.13-1' into for-mfd-nextLee Jones2014-01-211-19/+49
|\ \ | |/ |/|
| * mfd: input: iio: ti_amm335x: Rework TSC/ADC synchronizationSebastian Andrzej Siewior2014-01-071-18/+46
| * mfd: ti_am335x: Drop am335x_tsc_se_update() from resume pathSebastian Andrzej Siewior2014-01-071-0/+2
| * mfd: ti_am335x_tscadc: Don't read back REG_SESebastian Andrzej Siewior2014-01-071-2/+2
| * iio: ti_am335x_adc: Adjust the closing bracket in tiadc_read_raw()Sebastian Andrzej Siewior2014-01-071-1/+1
* | iio: adc: ti_am335x_adc: avoid double free of buffer.Lars-Peter Clausen2013-11-091-2/+5
|/
* iio: adc: ti_am335x_adc: Remove redundant of_match_ptrSachin Kamat2013-10-231-1/+1