| Commit message (Expand) | Author | Age | Files | Lines |
* | iio: adc: ti_am335x_adc: allocating too much in probe | Dan Carpenter | 2017-06-24 | 1 | -1/+1 |
* | iio: adc: ti_am335x_adc: fix fifo overrun recovery | Michael Engl | 2017-03-30 | 1 | -1/+12 |
* | iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sample | Vignesh R | 2016-08-21 | 1 | -1/+1 |
* | iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent access | Vignesh R | 2016-08-21 | 1 | -3/+11 |
* | iio: adc: ti_am335x_adc: use SIMPLE_DEV_PM_OPS helper macro | Andrew F. Davis | 2016-06-03 | 1 | -12/+4 |
* | iio: adc: ti_am335x_adc: use variable names for sizeof() operator | Andrew F. Davis | 2016-06-03 | 1 | -4/+2 |
* | iio:adc:ti_am335x_adc Fix buffered mode by identifying as software buffer. | Jonathan Cameron | 2016-01-16 | 1 | -1/+1 |
* | iio: adc: ti_am335x_adc: make sample delay, open delay, averaging DT parameters | Vignesh R | 2015-05-13 | 1 | -6/+48 |
* | iio: adc: ti_am335x_adc: refactor DT parsing into a function | Vignesh R | 2015-04-09 | 1 | -10/+19 |
* | iio: fix drivers that check buffer->scan_mask | Octavian Purdila | 2015-03-07 | 1 | -2/+1 |
* | Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-02-15 | 1 | -10/+1 |
|\ |
|
| * | iio: kfifo: Remove unused argument in iio_kfifo_allocate | Karol Wrona | 2014-12-26 | 1 | -1/+1 |
| * | iio: Move buffer registration to the core | Lars-Peter Clausen | 2014-12-12 | 1 | -9/+0 |
* | | Input: ti_am335x_tsc - interchange touchscreen and ADC steps | Brad Griffis | 2015-02-03 | 1 | -3/+2 |
|/ |
|
* | iio: remove .owner field for driver using module_platform_driver | Sanjeev Sharma | 2014-08-26 | 1 | -1/+0 |
* | iio: ti_am335x_adc: Fix: Use same step id at FIFOs both ends | Jan Kardell | 2014-07-08 | 1 | -1/+1 |
* | Merge tag 'iio-for-3.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 2014-02-11 | 1 | -1/+0 |
|\ |
|
| * | iio: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-11 | 1 | -1/+0 |
* | | Merge tag 'ib-iio-input-3.13-1' into for-mfd-next | Lee Jones | 2014-01-21 | 1 | -19/+49 |
|\ \
| |/
|/| |
|
| * | mfd: input: iio: ti_amm335x: Rework TSC/ADC synchronization | Sebastian Andrzej Siewior | 2014-01-07 | 1 | -18/+46 |
| * | mfd: ti_am335x: Drop am335x_tsc_se_update() from resume path | Sebastian Andrzej Siewior | 2014-01-07 | 1 | -0/+2 |
| * | mfd: ti_am335x_tscadc: Don't read back REG_SE | Sebastian Andrzej Siewior | 2014-01-07 | 1 | -2/+2 |
| * | iio: ti_am335x_adc: Adjust the closing bracket in tiadc_read_raw() | Sebastian Andrzej Siewior | 2014-01-07 | 1 | -1/+1 |
* | | iio: adc: ti_am335x_adc: avoid double free of buffer. | Lars-Peter Clausen | 2013-11-09 | 1 | -2/+5 |
|/ |
|
* | iio: adc: ti_am335x_adc: Remove redundant of_match_ptr | Sachin Kamat | 2013-10-23 | 1 | -1/+1 |
* | iio:ti_am335x: Remove redundant call to iio_sw_buffer_preenable() | Lars-Peter Clausen | 2013-10-16 | 1 | -1/+1 |
* | iio: ti_am335x_adc: cleanup error case | Zubair Lutfullah | 2013-09-22 | 1 | -10/+0 |
* | iio: ti_am335x_adc: cleanup trigger related code | Zubair Lutfullah | 2013-09-22 | 1 | -4/+0 |
* | iio: ti_am335x_adc: fix static in function header | Zubair Lutfullah | 2013-09-22 | 1 | -1/+1 |
* | iio: ti_am335x_adc: Add continuous sampling support | Zubair Lutfullah | 2013-09-21 | 1 | -5/+208 |
* | iio: ti_am335x_adc: optimize memory usage | Zubair Lutfullah | 2013-09-21 | 1 | -2/+2 |
* | Merge 3.11-rc5 into staging-next | Greg Kroah-Hartman | 2013-08-12 | 1 | -8/+22 |
|\ |
|
| * | iio: ti_am335x_adc: Fix wrong samples received on 1st read | Patil, Rachna | 2013-07-21 | 1 | -8/+22 |
* | | iio: adc: ti_am335x_adc: Use devm_iio_device_alloc | Sachin Kamat | 2013-08-03 | 1 | -9/+4 |
|/ |
|
* | Merge tag 'iio-fixes-for-3.11a' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2013-07-16 | 1 | -0/+1 |
|\ |
|
| * | iio: ti_am335x_adc: add missing .driver_module to struct iio_info | Wei Yongjun | 2013-07-06 | 1 | -0/+1 |
* | | iio: ti_am335x_adc: check if we found the value | Sebastian Andrzej Siewior | 2013-06-12 | 1 | -2/+6 |
* | | iio: ti_am335x_adc: Allow to specify input line | Sebastian Andrzej Siewior | 2013-06-12 | 1 | -20/+37 |
* | | input: ti_am335x_adc: use only FIFO0 and clean up a little | Sebastian Andrzej Siewior | 2013-06-12 | 1 | -1/+1 |
* | | mfd: iio: ti_am335x_adc: rename device from tiadc to TI-am335x-adc | Sebastian Andrzej Siewior | 2013-06-12 | 1 | -2/+1 |
* | | iio: ti_tscadc: provide datasheet_name and scan_type | Pantelis Antoniou | 2013-06-12 | 1 | -5/+24 |
* | | iio: ti_am335x_adc: remove platform_data support | Sebastian Andrzej Siewior | 2013-06-12 | 1 | -14/+7 |
* | | iio: ti_am335x_adc: Add DT support | Patil, Rachna | 2013-06-12 | 1 | -5/+24 |
* | | input: ti_am33x_tsc: Step enable bits made configurable | Patil, Rachna | 2013-06-12 | 1 | -2/+18 |
* | | mfd: input: iio: ti_am335x_adc: use one structure for ti_tscadc_dev | Sebastian Andrzej Siewior | 2013-06-12 | 1 | -2/+3 |
|/ |
|
* | iio:adc:ti_am335x_adc move to info_mask_(shared_by_type/separate) | Jonathan Cameron | 2013-03-17 | 1 | -1/+1 |
* | Drivers: iio: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -3/+3 |
* | IIO : ADC: tiadc: Add support of TI's ADC driver | Patil, Rachna | 2012-11-05 | 1 | -0/+260 |