From patchwork Tue Feb 28 09:05:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marco Felsch X-Patchwork-Id: 13154542 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D02CC64EC7 for ; Tue, 28 Feb 2023 09:05:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230207AbjB1JFc (ORCPT ); Tue, 28 Feb 2023 04:05:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230161AbjB1JFb (ORCPT ); Tue, 28 Feb 2023 04:05:31 -0500 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA92DE392 for ; Tue, 28 Feb 2023 01:05:30 -0800 (PST) Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pWvvF-0002sC-Ll; Tue, 28 Feb 2023 10:05:21 +0100 Received: from [2a0a:edc0:0:1101:1d::28] (helo=dude02.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pWvvE-000poM-Nr; Tue, 28 Feb 2023 10:05:20 +0100 Received: from mfe by dude02.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pWvvD-002DrG-DR; Tue, 28 Feb 2023 10:05:19 +0100 From: Marco Felsch To: puranjay12@gmail.com, jic23@kernel.org, lars@metafoo.de, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org, kernel@pengutronix.de Subject: [PATCH v6 0/5] Add TI TMP116 Support Date: Tue, 28 Feb 2023 10:05:13 +0100 Message-Id: <20230228090518.529811-1-m.felsch@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: mfe@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-iio@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Hi, this small series adds the support for the TI TMP116 temperature sensor which is predecessor of the TMP117 but still in production. Marco Felsch (5): dt-bindings: iio: ti,tmp117: fix documentation link iio: temperature: tmp117: improve fallback capabilities dt-bindings: iio: ti,tmp117: add binding for the TMP116 iio: temperature: tmp117: add TI TMP116 support iio: temperature: tmp117: cosmetic alignment cleanup .../bindings/iio/temperature/ti,tmp117.yaml | 8 +- drivers/iio/temperature/tmp117.c | 80 ++++++++++++++----- 2 files changed, 66 insertions(+), 22 deletions(-)