From 60c1f31fc5dfdbef388f47739e14c3cd85ad17e2 Mon Sep 17 00:00:00 2001 From: Evgeniy Dushistov Date: Thu, 1 Aug 2013 23:23:48 +0400 Subject: hwmon: (ads1015) Add support for ADS1115 This patch adds support for ads1115 device to ads1015 driver. Based on work of Emiliano Carnati . Tested on ARM CPU based board. Signed-off-by: Evgeniy A. Dushistov Signed-off-by: Guenter Roeck --- Documentation/hwmon/ads1015 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Documentation/hwmon') 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: Prefix: 'ads1015' Datasheet: Publicly available at the Texas Instruments website : http://focus.ti.com/lit/ds/symlink/ads1015.pdf + * Texas Instruments ADS1115 + Prefix: 'ads1115' + Datasheet: Publicly available at the Texas Instruments website : + http://focus.ti.com/lit/ds/symlink/ads1115.pdf Authors: Dirk Eibach, Guntermann & Drunck GmbH @@ -13,9 +17,9 @@ Authors: Description ----------- -This driver implements support for the Texas Instruments ADS1015. +This driver implements support for the Texas Instruments ADS1015/ADS1115. -This device is a 12-bit A-D converter with 4 inputs. +This device is a 12/16-bit A-D converter with 4 inputs. The inputs can be used single ended or in certain differential combinations. -- cgit