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=-17.6 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 4E1B3C4332F for ; Tue, 7 Sep 2021 13:13:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 271C460E94 for ; Tue, 7 Sep 2021 13:13:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344660AbhIGNOz (ORCPT ); Tue, 7 Sep 2021 09:14:55 -0400 Received: from protonic.xs4all.nl ([83.163.252.89]:52000 "EHLO protonic.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243976AbhIGNOy (ORCPT ); Tue, 7 Sep 2021 09:14:54 -0400 Received: from [192.168.224.11] (ert768.prtnl [192.168.224.11]) by sparta.prtnl (Postfix) with ESMTP id 4D2E544A024D; Tue, 7 Sep 2021 15:13:45 +0200 (CEST) Subject: Re: [PATCH v1 1/3] dt-bindings: iio: chemical: sensirion,scd4x: Add yaml description To: Rob Herring Cc: david@protonic.nl, Jonathan Cameron , Tomasz Duszynski , Lars-Peter Clausen , Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-iio@vger.kernel.org References: <20210901105911.178646-1-roan@protonic.nl> <20210901105911.178646-2-roan@protonic.nl> From: Roan van Dijk Message-ID: <420dc3e5-3bfb-b29f-25bb-bfdadfad9dc2@protonic.nl> Date: Tue, 7 Sep 2021 15:13:45 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: nl Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03-09-2021 21:51, Rob Herring wrote: > On Wed, 01 Sep 2021 12:59:09 +0200, Roan van Dijk wrote: >> Add documentation for the SCD4x carbon dioxide sensor from Sensirion. >> >> Signed-off-by: Roan van Dijk >> --- >> .../iio/chemical/sensirion,scd4x.yaml | 46 +++++++++++++++++++ >> 1 file changed, 46 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/iio/chemical/sensirion,scd4x.yaml >> > Reviewed-by: Rob Herring Sorry, I forgot about this. It will be added to the next patch. Thanks, Roan