OSDN Git Service

hwmon: (ads7828) Enable internal reference
authorAkshay Bhat <akshay.bhat@timesys.com>
Mon, 18 Apr 2016 19:47:53 +0000 (15:47 -0400)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 19 Apr 2016 13:30:28 +0000 (06:30 -0700)
commit7a18afe8097731b8ffb6cb5b2b3b418ded77c105
treea6b39b60800292c14a9732f0cd6b0837d5e5c951
parent9735a22799b9214d17d3c231fe377fc852f042e9
hwmon: (ads7828) Enable internal reference

On ads7828 the internal reference defaults to off upon power up. When
using internal reference, it needs to be turned on and the voltage needs
to settle before normal conversion cycle can be started. Hence perform a
dummy read in the probe to enable the internal reference allowing the
voltage to settle before performing a normal read.

Without this fix, the first read from the ADC when using internal
reference always returns incorrect data.

Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Cc: stable@vger.kernel.org # v4.1+
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ads7828.c