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=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 5343DC43219 for ; Fri, 3 May 2019 02:34:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 199102070B for ; Fri, 3 May 2019 02:34:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=jms.id.au header.i=@jms.id.au header.b="eZXn/viY" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726022AbfECCen (ORCPT ); Thu, 2 May 2019 22:34:43 -0400 Received: from mail-qt1-f195.google.com ([209.85.160.195]:32867 "EHLO mail-qt1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725995AbfECCen (ORCPT ); Thu, 2 May 2019 22:34:43 -0400 Received: by mail-qt1-f195.google.com with SMTP id m32so2044119qtf.0; Thu, 02 May 2019 19:34:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=IHmi9Ibu7jtHY7PtCBhSSAF4IhbreLBAN5F0ptEmt0Q=; b=eZXn/viYgV0Bz0GiIC+p6VL57OA23zgu6ajWkL4MIXc6CGKKxuWsVv2tkoMcoJEnk/ bI3SezCbRAg29i67UKQt63yrFF6E74Or+ROiiYT7CrJGt3hjIgLYM2T6EPQ1VvtYXmwU 9Ll5yXUEoT/l8TvD7BhV6ur7X+1Ob0/QEA9wI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=IHmi9Ibu7jtHY7PtCBhSSAF4IhbreLBAN5F0ptEmt0Q=; b=dCgDLiI1uMzZBIgyaEZQEmO/0nmU2l0/E9yJ5pLx7iBxfK5P0JvO2Kgyeoyjakambv 0ueZu5MB/XuuVB2wMiNNwcRORZXkOz1qlAnN29ARQlTp4pukc9axlh06YsRs8yWDyRoM QNh8Tb5ZeG4oF14FYXUXqsECgcTin+P4WvAtBjCXhDOZSHEhJ4fsFhXXlDR3H88WdnoU gUzTGosEtjfgmV0+mRBJMIytbUxCR/buqWXwOu3CwCQNxx5zk7jUfbceY9eC/gsCQJNP oGtzxlBDRzgrSdxnHYv8sxR8uhRnwS8EpKLSO67LR7MRX4ceGIsRw73UbYW7YIfUcsvX /djg== X-Gm-Message-State: APjAAAVJKJFLprchI4nPws9OXDMH73K/jeFf0rbXatvHfaUTHH7ePXb8 DSFb8tCx5yP6n7gba15fGyh5X3FnwEJc4n5Ai24= X-Google-Smtp-Source: APXvYqx5RxdF0dkmKrVJcM/FX5Hqq2lsUx2dPvDQpPCS0RCqtHLyQnKALRutFusuZJt3AyuF6JXPG1iWfe+c2Vj2JzM= X-Received: by 2002:a0c:ac83:: with SMTP id m3mr6157405qvc.85.1556850881888; Thu, 02 May 2019 19:34:41 -0700 (PDT) MIME-Version: 1.0 References: <1556721787-28500-1-git-send-email-eajames@linux.ibm.com> In-Reply-To: <1556721787-28500-1-git-send-email-eajames@linux.ibm.com> From: Joel Stanley Date: Fri, 3 May 2019 02:34:30 +0000 Message-ID: Subject: Re: [PATCH] iio: dps310: Add pressure sensing capability To: Eddie James Cc: Linux Kernel Mailing List , linux-iio@vger.kernel.org, Peter Meerwald-Stadler , Lars-Peter Clausen , Hartmut Knaack , Jonathan Cameron Content-Type: text/plain; charset="UTF-8" Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Hi Eddie, On Wed, 1 May 2019 at 14:43, Eddie James wrote: > > The DPS310 supports measurement of pressure, so support that in the > driver. Use background measurement like the temperature sensing and > default to lowest precision and lowest measurement rate. Upstream didn't accept my patch as they wanted it to support pressure in addition to temperature first. I didn't ever get around to doing that. I suggest you send my original patch and device tree binding along with this one as a series. Cheers, Joel