diff options
author | Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> | 2012-10-03 16:54:08 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2012-12-05 13:55:54 -0500 |
commit | 0962e0f1a5634b63953db2c12edcff938f9d811d (patch) | |
tree | 698edc816261f42f0acd810f8f15a9fa70234e6f /Documentation/hwmon | |
parent | 46d784629202c5da9be8d727988e7083fb455bf8 (diff) |
hwmon: (ads7828) add support for ADS7830
The ADS7830 device is almost the same as the ADS7828,
except that it does 8-bit sampling, instead of 12-bit.
This patch extends the ads7828 driver to support this chip.
Signed-off-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/ads7828 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/hwmon/ads7828 b/Documentation/hwmon/ads7828 index a987c94a88e5..f6e263e0f607 100644 --- a/Documentation/hwmon/ads7828 +++ b/Documentation/hwmon/ads7828 | |||
@@ -7,9 +7,15 @@ Supported chips: | |||
7 | Datasheet: Publicly available at the Texas Instruments website: | 7 | Datasheet: Publicly available at the Texas Instruments website: |
8 | http://focus.ti.com/lit/ds/symlink/ads7828.pdf | 8 | http://focus.ti.com/lit/ds/symlink/ads7828.pdf |
9 | 9 | ||
10 | * Texas Instruments ADS7830 | ||
11 | Prefix: 'ads7830' | ||
12 | Datasheet: Publicly available at the Texas Instruments website: | ||
13 | http://focus.ti.com/lit/ds/symlink/ads7830.pdf | ||
14 | |||
10 | Authors: | 15 | Authors: |
11 | Steve Hardy <shardy@redhat.com> | 16 | Steve Hardy <shardy@redhat.com> |
12 | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 17 | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
18 | Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> | ||
13 | 19 | ||
14 | Platform data | 20 | Platform data |
15 | ------------- | 21 | ------------- |
@@ -35,9 +41,10 @@ in include/linux/platform_data/ads7828.h). The structure fields are: | |||
35 | Description | 41 | Description |
36 | ----------- | 42 | ----------- |
37 | 43 | ||
38 | This driver implements support for the Texas Instruments ADS7828. | 44 | This driver implements support for the Texas Instruments ADS7828 and ADS7830. |
39 | 45 | ||
40 | This device is a 12-bit 8-channel A-D converter. | 46 | The ADS7828 device is a 12-bit 8-channel A/D converter, while the ADS7830 does |
47 | 8-bit sampling. | ||
41 | 48 | ||
42 | It can operate in single ended mode (8 +ve inputs) or in differential mode, | 49 | It can operate in single ended mode (8 +ve inputs) or in differential mode, |
43 | where 4 differential pairs can be measured. | 50 | where 4 differential pairs can be measured. |