diff options
author | Evgeniy Dushistov <dushistov@mail.ru> | 2013-08-01 15:23:48 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-08-12 01:10:40 -0400 |
commit | 60c1f31fc5dfdbef388f47739e14c3cd85ad17e2 (patch) | |
tree | e6ef15e9bc3be1a3cb9e264e350261ec5a472525 /Documentation/hwmon | |
parent | e3b20b3f586604cde718a609b39577086351ed49 (diff) |
hwmon: (ads1015) Add support for ADS1115
This patch adds support for ads1115 device to ads1015 driver.
Based on work of Emiliano Carnati <carnatiatebneuro.com>.
Tested on ARM CPU based board.
Signed-off-by: Evgeniy A. Dushistov <dushistov@mail.ru>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/ads1015 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/hwmon/ads1015 b/Documentation/hwmon/ads1015 index f6fe9c203733..063b80d857b1 100644 --- a/Documentation/hwmon/ads1015 +++ b/Documentation/hwmon/ads1015 | |||
@@ -6,6 +6,10 @@ Supported chips: | |||
6 | Prefix: 'ads1015' | 6 | Prefix: 'ads1015' |
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/ads1015.pdf | 8 | http://focus.ti.com/lit/ds/symlink/ads1015.pdf |
9 | * Texas Instruments ADS1115 | ||
10 | Prefix: 'ads1115' | ||
11 | Datasheet: Publicly available at the Texas Instruments website : | ||
12 | http://focus.ti.com/lit/ds/symlink/ads1115.pdf | ||
9 | 13 | ||
10 | Authors: | 14 | Authors: |
11 | Dirk Eibach, Guntermann & Drunck GmbH <eibach@gdsys.de> | 15 | Dirk Eibach, Guntermann & Drunck GmbH <eibach@gdsys.de> |
@@ -13,9 +17,9 @@ Authors: | |||
13 | Description | 17 | Description |
14 | ----------- | 18 | ----------- |
15 | 19 | ||
16 | This driver implements support for the Texas Instruments ADS1015. | 20 | This driver implements support for the Texas Instruments ADS1015/ADS1115. |
17 | 21 | ||
18 | This device is a 12-bit A-D converter with 4 inputs. | 22 | This device is a 12/16-bit A-D converter with 4 inputs. |
19 | 23 | ||
20 | The inputs can be used single ended or in certain differential combinations. | 24 | The inputs can be used single ended or in certain differential combinations. |
21 | 25 | ||