]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: ti_am335x: Drop am335x_tsc_se_update() from resume path
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 19 Dec 2013 15:28:30 +0000 (16:28 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 7 Jan 2014 08:42:38 +0000 (08:42 +0000)
commitfafc5abb3e3758bb98c4301aa3735a05164fd874
treef5b7dc9cdcac9bf3268e87e619f6e3a1dac019a1
parenteb28bec518e7c88f467a765fcc80f6f59dec29f1
mfd: ti_am335x: Drop am335x_tsc_se_update() from resume path

The update of the SE register in MFD doesn't look right as it has
nothing to do with it. The better place to do it is in TSC driver (which
is already doing it) and in the ADC driver which needs this only in the
continues mode.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/iio/adc/ti_am335x_adc.c
drivers/mfd/ti_am335x_tscadc.c