diff options
author | Ira W. Snyder <iws@ovro.caltech.edu> | 2010-05-27 19:59:02 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-07-05 11:15:55 -0700 |
commit | 91fe12f532fc6687218f4861f0ac7b7ded419383 (patch) | |
tree | 4bb0fb1fe19b758e0bac3938fcb29ec76cd0283f /Documentation | |
parent | f417b91c30e84e759d395f45d524eeee95250822 (diff) | |
download | lwn-91fe12f532fc6687218f4861f0ac7b7ded419383.tar.gz lwn-91fe12f532fc6687218f4861f0ac7b7ded419383.zip |
hwmon: (ltc4245) Read only one GPIO pin
commit df16dd53c575d0cb9dbee20a3149927c862a9ff6 upstream.
Read only one of the GPIO pins as an analog voltage. The ADC can be
switched to a different GPIO pin at runtime, but this is not supported.
Previously, this driver would report the analog voltage of the currently
selected GPIO pin as all three GPIO voltages: in9_input, in10_input and
in11_input.
Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/ltc4245 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/hwmon/ltc4245 b/Documentation/hwmon/ltc4245 index 02838a47d862..86b5880d8502 100644 --- a/Documentation/hwmon/ltc4245 +++ b/Documentation/hwmon/ltc4245 @@ -72,9 +72,7 @@ in6_min_alarm 5v output undervoltage alarm in7_min_alarm 3v output undervoltage alarm in8_min_alarm Vee (-12v) output undervoltage alarm -in9_input GPIO #1 voltage data -in10_input GPIO #2 voltage data -in11_input GPIO #3 voltage data +in9_input GPIO voltage data power1_input 12v power usage (mW) power2_input 5v power usage (mW) |