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.5 required=3.0 tests=BAYES_00,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 56DB9C636CB for ; Sun, 18 Jul 2021 14:48:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 36F6C611AB for ; Sun, 18 Jul 2021 14:48:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233869AbhGROvk (ORCPT ); Sun, 18 Jul 2021 10:51:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:53360 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232895AbhGROvk (ORCPT ); Sun, 18 Jul 2021 10:51:40 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (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 4898B61073; Sun, 18 Jul 2021 14:48:39 +0000 (UTC) Date: Sun, 18 Jul 2021 15:51:02 +0100 From: Jonathan Cameron To: Stephan Gerhold Cc: Lars-Peter Clausen , Rob Herring , Linus Walleij , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, Hans de Goede , Andy Shevchenko , ~postmarketos/upstreaming@lists.sr.ht Subject: Re: [PATCH 0/3] dt-bindings: iio: accel: bma255: Fix interrupt type / merge bma180 Message-ID: <20210718155102.2fee5fb1@jic23-huawei> In-Reply-To: <20210614163150.7774-1-stephan@gerhold.net> References: <20210614163150.7774-1-stephan@gerhold.net> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 14 Jun 2021 18:31:47 +0200 Stephan Gerhold wrote: > This patch series first fixes the interrupt type in the > bosch,bma255.yaml schema and then combines it with the > bosch,bma180.yaml schema since they are pretty much identical. > > Stephan Gerhold (3): > dt-bindings: iio: accel: bma255: Fix interrupt type > dt-bindings: iio: accel: bma255: Sort compatibles > dt-bindings: iio: accel: bma255: Merge bosch,bma180 schema > > .../bindings/iio/accel/bosch,bma180.yaml | 61 ------------------- > .../bindings/iio/accel/bosch,bma255.yaml | 23 ++++--- > 2 files changed, 16 insertions(+), 68 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/iio/accel/bosch,bma180.yaml > Series applied to the togreg branch of iio.git and pushed out as testing to let 0-day have a shot at them. I 'think' the outstanding discussion was all about potential follow up patches rather than anything here, but if I've missed a reason we should hold off on these then shout. Thanks, Jonathan