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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_2 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 BC832C433ED for ; Sat, 24 Apr 2021 17:21:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 977A361009 for ; Sat, 24 Apr 2021 17:21:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232539AbhDXRVz (ORCPT ); Sat, 24 Apr 2021 13:21:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230230AbhDXRVy (ORCPT ); Sat, 24 Apr 2021 13:21:54 -0400 X-Greylist: delayed 188 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Sat, 24 Apr 2021 10:21:15 PDT Received: from haggis.mythic-beasts.com (haggis.mythic-beasts.com [IPv6:2a00:1098:0:86:1000:0:2:1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 178FFC061574 for ; Sat, 24 Apr 2021 10:21:13 -0700 (PDT) Received: from [81.101.6.87] (port=48800 helo=jic23-huawei) by haggis.mythic-beasts.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1laLut-0002ze-Qz; Sat, 24 Apr 2021 18:18:04 +0100 Date: Sat, 24 Apr 2021 18:18:42 +0100 From: Jonathan Cameron To: linux-iio@vger.kernel.org, Rob Herring Cc: devicetree@vger.kernel.org, Jonathan Cameron Subject: Re: [PATCH 0/6] dt-bindings: Add some missing IIO related binding docs. Message-ID: <20210424181813.7adda334@jic23-huawei> In-Reply-To: <20210401174112.320497-1-jic23@kernel.org> References: <20210401174112.320497-1-jic23@kernel.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BlackCat-Spam-Score: 4 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 1 Apr 2021 18:41:06 +0100 Jonathan Cameron wrote: > From: Jonathan Cameron > > First of what will probably be one of several sets to slowly but surely > add yaml binding docs for all the defacto bindings hiding in IIO > drivers. Ultimate I'd like to clear the backlog of these and so go > forward with full documenation, but there may be some cases we just decide > are too complex to bother. The fsl,mma955x parts are ignored (for now) on > that basis (I think we have all the other accelerometers covered now) > > Some of these date back to board file days and some were added by people > only interested in ACPI, but all can be instantiated from dt-bindings. > A few may simply have slipped through the net during review. > > Testing done with hacked up qemu when anything was non trivial. Series applied with typo fix in patch 1 description that Rob pointed out. Thanks, Jonathan > > Jonathan Cameron (6): > dt-bindings:iio:accel:adis16201 and adis16209 bindings > dt-bindings:iio:accel:bosch,bma220 device tree binding documentation > dt-bindings:iio:accel:fsl,mma7455 binding doc > dt-bindings:trivial-devices: Add memsic,mxc4005/mxc6255/mxc6655 > entries > dt-bindings:trivial-devices: Add sensortek,stk8312 and > sensortek,s8ba50 > dt-bindings:iio:adc:adi,ad7298 document bindings > > .../bindings/iio/accel/adi,adis16201.yaml | 55 +++++++++++++ > .../bindings/iio/accel/bosch,bma220.yaml | 50 +++++++++++ > .../bindings/iio/accel/fsl,mma7455.yaml | 82 +++++++++++++++++++ > .../bindings/iio/adc/adi,ad7298.yaml | 48 +++++++++++ > .../devicetree/bindings/trivial-devices.yaml | 10 +++ > 5 files changed, 245 insertions(+) > create mode 100644 Documentation/devicetree/bindings/iio/accel/adi,adis16201.yaml > create mode 100644 Documentation/devicetree/bindings/iio/accel/bosch,bma220.yaml > create mode 100644 Documentation/devicetree/bindings/iio/accel/fsl,mma7455.yaml > create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7298.yaml >