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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_2 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 45846C3E8AB for ; Sat, 5 Oct 2019 12:17:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 050CF2133F for ; Sat, 5 Oct 2019 12:17:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570277848; bh=+7i3edS+qMcEQzkxvCVdY8OXxyossuejgd5KHRxygi8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=YsdmffEdeAjLlhVYuvqmjpOgUckZfsXkk97uz4E8Y21aRUeMzvRAST4o8fIZqP4G8 IQcfeAv7e3jRbJu2xzlot+FbdFd7S6iS5QB20t4OD2d1YdGY+wDqaDaZpyc0LYThKc ZzAnqN42O/yfxW5nwrQ1mptFeA8Sw8L8cJKuisec= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727930AbfJEMR1 (ORCPT ); Sat, 5 Oct 2019 08:17:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:40118 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726125AbfJEMR1 (ORCPT ); Sat, 5 Oct 2019 08:17:27 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C98B92133F; Sat, 5 Oct 2019 12:17:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570277847; bh=+7i3edS+qMcEQzkxvCVdY8OXxyossuejgd5KHRxygi8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=VqF22jOu2ULTdINgnpG1z/DkweJKOHJDbPSAde0gUfrJr6lQcWRT904fODpu38QAQ o9qVbd4/foMDkRZImt7n8TBuikCCcG0wv50cFB6WL8t4dEW7upblROIFG3vve5Eb+U mGDxFS7imp7wkHPesED3b+t4uucQVCCMAg7ExZiY= Date: Sat, 5 Oct 2019 13:17:21 +0100 From: Jonathan Cameron To: Rob Herring Cc: Tomasz Duszynski , "open list:IIO SUBSYSTEM AND DRIVERS" , "linux-kernel@vger.kernel.org" , devicetree@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: iio: light: bh1750: convert bindings to yaml Message-ID: <20191005131721.374ebcb1@archlinux> In-Reply-To: References: <20190916190024.9955-1-tduszyns@gmail.com> <20190916190024.9955-2-tduszyns@gmail.com> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Tue, 17 Sep 2019 09:17:40 -0500 Rob Herring wrote: > On Mon, Sep 16, 2019 at 2:01 PM Tomasz Duszynski wrote: > > > > Convert existing device tree bindings to yaml. > > > > Signed-off-by: Tomasz Duszynski > > --- > > .../devicetree/bindings/iio/light/bh1750.txt | 18 -------- > > .../devicetree/bindings/iio/light/bh1750.yaml | 43 +++++++++++++++++++ > > 2 files changed, 43 insertions(+), 18 deletions(-) > > delete mode 100644 Documentation/devicetree/bindings/iio/light/bh1750.txt > > create mode 100644 Documentation/devicetree/bindings/iio/light/bh1750.yaml > > Reviewed-by: Rob Herring Applied to the togreg branch of iio.git and pushed out as testing. Thanks, Jonathan