From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34D48C2D0DB for ; Thu, 30 Jan 2020 20:35:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0F00920708 for ; Thu, 30 Jan 2020 20:35:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727240AbgA3UfI (ORCPT ); Thu, 30 Jan 2020 15:35:08 -0500 Received: from www381.your-server.de ([78.46.137.84]:37304 "EHLO www381.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726514AbgA3UfI (ORCPT ); Thu, 30 Jan 2020 15:35:08 -0500 Received: from sslproxy03.your-server.de ([88.198.220.132]) by www381.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1ixGWo-0006Dp-F7; Thu, 30 Jan 2020 21:35:06 +0100 Received: from [93.104.117.216] (helo=[192.168.178.20]) by sslproxy03.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ixGWo-000JxE-9e; Thu, 30 Jan 2020 21:35:06 +0100 Subject: Re: Temperature support for FXLS8471Q accelerometer To: Dylan Howey , "linux-iio@vger.kernel.org" References: <20200129193237.GA14494@tennantco.com> From: Lars-Peter Clausen Message-ID: Date: Thu, 30 Jan 2020 21:35:05 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <20200129193237.GA14494@tennantco.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Authenticated-Sender: lars@metafoo.de X-Virus-Scanned: Clear (ClamAV 0.101.4/25711/Thu Jan 30 12:38:44 2020) Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On 1/29/20 8:32 PM, Dylan Howey wrote: > Hi all, > > The mma8452 driver supports MMA845x, MMA865x and FXLS8471Q devices. > > The FXLS8471Q is unique among these devices in that it has the > additional ability to measure temperature. > > Currently there is no support in mma8452 to measure temperature when > the device is FXLS8471Q. Would anyone be opposed to me adding support? > I have hardware and would be able to test my changes. Hi, Support for new devices is always welcomed :) If you have any questions about the IIO framework let us know. - Lars