From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751264AbdFBPJy (ORCPT ); Fri, 2 Jun 2017 11:09:54 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:61557 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750813AbdFBPJw (ORCPT ); Fri, 2 Jun 2017 11:09:52 -0400 From: Michael Stecklein To: Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler CC: , , "Andrew F . Davis" , Michael Stecklein Subject: [PATCH] iio: humidity: hdc100x: document compatible HDC10xx devices Date: Fri, 2 Jun 2017 10:09:21 -0500 Message-ID: <1496416161-8180-1-git-send-email-m-stecklein@ti.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Include datasheet links to compatible HDC10xx devices. Signed-off-by: Michael Stecklein --- Tested on the HDC1080 but not the HDC1010 and HDC1050, however their datasheets describe identical functionality. drivers/iio/humidity/hdc100x.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/iio/humidity/hdc100x.c b/drivers/iio/humidity/hdc100x.c index aa17115..ef17613 100644 --- a/drivers/iio/humidity/hdc100x.c +++ b/drivers/iio/humidity/hdc100x.c @@ -13,6 +13,12 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * + * Datasheets: + * http://www.ti.com/product/HDC1000/datasheet + * http://www.ti.com/product/HDC1008/datasheet + * http://www.ti.com/product/HDC1010/datasheet + * http://www.ti.com/product/HDC1050/datasheet + * http://www.ti.com/product/HDC1080/datasheet */ #include -- 2.7.4