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=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 44516C433FE for ; Fri, 11 Dec 2020 08:10:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E7A8723EB3 for ; Fri, 11 Dec 2020 08:10:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405470AbgLKIKL (ORCPT ); Fri, 11 Dec 2020 03:10:11 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:60089 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732066AbgLKIJs (ORCPT ); Fri, 11 Dec 2020 03:09:48 -0500 X-Originating-IP: 86.194.74.19 Received: from localhost (lfbn-lyo-1-997-19.w86-194.abo.wanadoo.fr [86.194.74.19]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id A0BF2240003; Fri, 11 Dec 2020 08:08:59 +0000 (UTC) Date: Fri, 11 Dec 2020 09:08:59 +0100 From: Alexandre Belloni To: Rob Herring Cc: Jonathan Cameron , Lars-Peter Clausen , Peter Meerwald-Stadler , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 6/6] iio:pressure:ms5637: add ms5803 support Message-ID: <20201211080859.GD1781038@piout.net> References: <20201209234857.1521453-1-alexandre.belloni@bootlin.com> <20201209234857.1521453-7-alexandre.belloni@bootlin.com> <20201211033413.GA3584721@robh.at.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201211033413.GA3584721@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/12/2020 21:34:13-0600, Rob Herring wrote: > On Thu, Dec 10, 2020 at 12:48:57AM +0100, Alexandre Belloni wrote: > > The ms5803 is very similar to the ms5805 but has less resolution options > > and has the 128bit PROM layout. > > > > Cc: Rob Herring > > Signed-off-by: Alexandre Belloni > > --- > > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > > drivers/iio/pressure/ms5637.c | 8 ++++++++ > > 2 files changed, 10 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml > > index ab623ba930d5..84b0e44235c1 100644 > > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > > @@ -132,6 +132,8 @@ properties: > > - mcube,mc3230 > > # MEMSIC 2-axis 8-bit digital accelerometer > > - memsic,mxc6225 > > + # Measurement Specialities I2C pressure and temperature sensor > > + - meas,ms5803 > > Alphabetical order please. Ah, this was my intention, it will conflict with the togreg branch of iio.git anyway. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com 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=-13.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 1F3BAC4361B for ; Fri, 11 Dec 2020 08:10:25 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B37D823E56 for ; Fri, 11 Dec 2020 08:10:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B37D823E56 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=gRS42ZmxNKkvMyJNvbAHNhfm8Xjc0Us5fZJthKfnW0s=; b=DHBE+RroBKr+VfP9Ol5BLpIKu ZgWa+cdDfT9AVsGrdYPQDahnu232xdPZTMtw7FQ9WpeaXhErHVpryCwvqby8hj48sSg9sFGp9x6QX N45hvoycGMGqD0XsiznJ5yDBkR67vV+rVVhPElp5qS0yiS6sw08dZQ2vuKrRhB+h1t55RCc85KkCp QRNqVvY0KL7azzsv0XUFZwy/wo9+EPEEwg39RM6YdlvuklvJjTqj8a79RWVbbmsalhdHuQXhL1e4r uEc4DfszsSF/njpXYJSOa8fDnBA3ZQNTy5UyxxEocdtpIudh/1LpxmmNSnb37GW8UwDJJT/tDWa0g TMCh3TKhQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kndUE-0007an-8Z; Fri, 11 Dec 2020 08:09:10 +0000 Received: from relay1-d.mail.gandi.net ([217.70.183.193]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kndU8-0007aO-Fe for linux-arm-kernel@lists.infradead.org; Fri, 11 Dec 2020 08:09:07 +0000 X-Originating-IP: 86.194.74.19 Received: from localhost (lfbn-lyo-1-997-19.w86-194.abo.wanadoo.fr [86.194.74.19]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id A0BF2240003; Fri, 11 Dec 2020 08:08:59 +0000 (UTC) Date: Fri, 11 Dec 2020 09:08:59 +0100 From: Alexandre Belloni To: Rob Herring Subject: Re: [PATCH 6/6] iio:pressure:ms5637: add ms5803 support Message-ID: <20201211080859.GD1781038@piout.net> References: <20201209234857.1521453-1-alexandre.belloni@bootlin.com> <20201209234857.1521453-7-alexandre.belloni@bootlin.com> <20201211033413.GA3584721@robh.at.kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201211033413.GA3584721@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201211_030904_652556_52DD93D4 X-CRM114-Status: GOOD ( 17.83 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Lars-Peter Clausen , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Peter Meerwald-Stadler , Jonathan Cameron Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 10/12/2020 21:34:13-0600, Rob Herring wrote: > On Thu, Dec 10, 2020 at 12:48:57AM +0100, Alexandre Belloni wrote: > > The ms5803 is very similar to the ms5805 but has less resolution options > > and has the 128bit PROM layout. > > > > Cc: Rob Herring > > Signed-off-by: Alexandre Belloni > > --- > > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > > drivers/iio/pressure/ms5637.c | 8 ++++++++ > > 2 files changed, 10 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml > > index ab623ba930d5..84b0e44235c1 100644 > > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > > @@ -132,6 +132,8 @@ properties: > > - mcube,mc3230 > > # MEMSIC 2-axis 8-bit digital accelerometer > > - memsic,mxc6225 > > + # Measurement Specialities I2C pressure and temperature sensor > > + - meas,ms5803 > > Alphabetical order please. Ah, this was my intention, it will conflict with the togreg branch of iio.git anyway. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel