Hi, This patch adds optional DT properties for tscadc to set open delay, sample delay and number of averages per sample for each adc channel. Open delay, sample delay and averaging are some of the parameters that affect the sampling rate and accuracy of the tscadc. Decreasing delays and averaging helps to achieve higher sampling rates, while increasing this parameters provides greater accuracy. Hence, this patch provides DT properties to set the initial values for delays and number of averages per sample. User space control via sysfs can be added later. Vignesh R (2): iio: adc: ti_am335x_adc: refactor DT parsing into a function iio: adc: ti_am335x_adc: make sample delay, open delay, averaging DT parameters .../bindings/input/touchscreen/ti-tsc-adc.txt | 24 +++++++ drivers/iio/adc/ti_am335x_adc.c | 83 +++++++++++++++++----- 2 files changed, 91 insertions(+), 16 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html