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=-12.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,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 CA741C433E2 for ; Sat, 29 Aug 2020 17:34:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A3BB220776 for ; Sat, 29 Aug 2020 17:34:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598722456; bh=JsRfcHMAUtykiySUJrxET5UZEICNIvU0g3gaDowz5fc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=XBhgzbXyS1DS7xVZxGGfDepRh833bT/jnd6USKlnUH5VYk5CdBVNMAF9sZTXCTSQf 4Z7aAt3Vbz/kwoANfY21l9XZooV7+63ZmySZH+aKGtCFZ5H7Ua5WC6SjVS5Ljmxhsx c6VefGtXEirTy9Quu8EmxZnbTO2vZouZHCfXCTKs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728217AbgH2ReQ (ORCPT ); Sat, 29 Aug 2020 13:34:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:39102 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728139AbgH2ReP (ORCPT ); Sat, 29 Aug 2020 13:34:15 -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 654AB20776; Sat, 29 Aug 2020 17:34:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598722455; bh=JsRfcHMAUtykiySUJrxET5UZEICNIvU0g3gaDowz5fc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dY18OHr99lS7ibwElbriBR6unFe8ZJae9xARl2UZpSePRMLBQsTuzNhpl3TxIrtLb rsEewI/I+X28lOhbEJa/hqMkhEv4lsfPU4zXLDoNq49kVicZmcZM8AZCarK1phL5BT tYtFEV3G11Zo5abnFC0EB+ry9o03D7AP9/8ZEWAg= Date: Sat, 29 Aug 2020 18:34:11 +0100 From: Jonathan Cameron To: Cc: , Subject: Re: [PATCH v5 2/2] iio: accel: adxl372: Add additional trigger ABI docs Message-ID: <20200829183411.58cac8d7@archlinux> In-Reply-To: <20200810093257.65929-3-alexandru.tachici@analog.com> References: <20200810093257.65929-1-alexandru.tachici@analog.com> <20200810093257.65929-3-alexandru.tachici@analog.com> X-Mailer: Claws Mail 3.17.6 (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 Mon, 10 Aug 2020 12:32:57 +0300 wrote: > From: Alexandru Tachici > > Document use of additional trigger supplied by driver. > > Signed-off-by: Alexandru Tachici > --- > Documentation/ABI/testing/sysfs-bus-iio-accel-adxl372 | 7 +++++++ > 1 file changed, 7 insertions(+) > create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-accel-adxl372 > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio-accel-adxl372 b/Documentation/ABI/testing/sysfs-bus-iio-accel-adxl372 > new file mode 100644 > index 000000000000..47e34f865ca1 > --- /dev/null > +++ b/Documentation/ABI/testing/sysfs-bus-iio-accel-adxl372 > @@ -0,0 +1,7 @@ > +What: /sys/bus/iio/devices/triggerX/name = "adxl372-devX-peak" > +KernelVersion: > +Contact: linux-iio@vger.kernel.org > +Description: > + The adxl372 accelerometer kernel module provides an additional trigger, > + which sets the device in a mode in which it will record only the peak acceleration > + sensed over the set period of time in the events sysfs. Innovative use of docs. I was thinking about adding specific docs for the event/* things that are tied up to this. If you think that is useful, perhaps a follow up patch?