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.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 autolearn=no 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 C881BC433E2 for ; Fri, 11 Sep 2020 08:15:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 757F821D40 for ; Fri, 11 Sep 2020 08:15:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725832AbgIKIPt (ORCPT ); Fri, 11 Sep 2020 04:15:49 -0400 Received: from lhrrgout.huawei.com ([185.176.76.210]:2807 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725554AbgIKIPp (ORCPT ); Fri, 11 Sep 2020 04:15:45 -0400 Received: from lhreml710-chm.china.huawei.com (unknown [172.18.7.106]) by Forcepoint Email with ESMTP id 318BCCFEBCCD1D074D5B; Fri, 11 Sep 2020 09:15:43 +0100 (IST) Received: from localhost (10.52.125.200) by lhreml710-chm.china.huawei.com (10.201.108.61) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1913.5; Fri, 11 Sep 2020 09:15:42 +0100 Date: Fri, 11 Sep 2020 09:14:07 +0100 From: Jonathan Cameron To: Nishant Malpani CC: , , , , , Subject: Re: [RESEND PATCH v3 0/3] iio: gyro: adxrs290: Add triggered buffer & debugfs support Message-ID: <20200911091407.000057e7@Huawei.com> In-Reply-To: <20200910180450.29696-1-nish.malpani25@gmail.com> References: <20200910180450.29696-1-nish.malpani25@gmail.com> Organization: Huawei Technologies Research and Development (UK) Ltd. X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.52.125.200] X-ClientProxiedBy: lhreml707-chm.china.huawei.com (10.201.108.56) To lhreml710-chm.china.huawei.com (10.201.108.61) X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 Sep 2020 23:34:47 +0530 Nishant Malpani wrote: > Introduce DATA_RDY trigger for triggered buffer setup; this enables continuous > data capture. Additionally, add support for direct register access using the debugfs > iio interface. > > The device-tree bindings documentation illustrates an example of using a GPIO irq > line to trigger a data capture. > > Nishant Malpani (3): > iio: gyro: adxrs290: Add triggered buffer support > dt-bindings: iio: gyro: adxrs290: Add interrupts support > iio: gyro: adxrs290: Add debugfs register access support > > .../bindings/iio/gyroscope/adi,adxrs290.yaml | 6 + > drivers/iio/gyro/Kconfig | 2 + > drivers/iio/gyro/adxrs290.c | 237 ++++++++++++++++-- > 3 files changed, 231 insertions(+), 14 deletions(-) > Odd. The original patch one eventually made it (I'd checked it hadn't gotten to me or to lore.kernel.org yesterday :( Ah well, one of those quirks of life and resend does no harm. Will catch up with this tomorrow probably. Jonathan