All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
To: Jonathan Cameron <jic23@kernel.org>
Cc: Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald <pmeerw@pmeerw.net>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
	devicetree@vger.kernel.org, cory.tusar@pid1solutions.com
Subject: [PATCH v3 6/7] iio: Add ABI documentation for debounce_time
Date: Wed, 29 Jul 2015 15:57:34 +0300	[thread overview]
Message-ID: <1438174654-19333-1-git-send-email-vladimir.barinov@cogentembedded.com> (raw)
In-Reply-To: <1438174469-19054-1-git-send-email-vladimir.barinov@cogentembedded.com>

Add ABI documentation for debounce_time

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
---
Changes in version 3:
- initially added

 Documentation/ABI/testing/sysfs-bus-iio | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
index 09eac44..65bf49e 100644
--- a/Documentation/ABI/testing/sysfs-bus-iio
+++ b/Documentation/ABI/testing/sysfs-bus-iio
@@ -539,6 +539,15 @@ Description:
 		specified and unique if the output corresponds to a single
 		channel.
 
+What:		/sys/bus/iio/devices/iio:deviceX/debounce_time
+Date:		July 2015
+KernelVersion:	4.2.0
+Contact:	linux-iio@vger.kernel.org
+Description:
+		Specifies number of milliseconds in which we perform hardware or
+		software debouncing. If value is set to 0 then debouncing is
+		disabled.
+
 What:		/sys/bus/iio/devices/iio:deviceX/events
 KernelVersion:	2.6.35
 Contact:	linux-iio@vger.kernel.org
-- 
1.9.1


  parent reply	other threads:[~2015-07-29 12:57 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-29 12:54 [PATCH v3 0/7] iio: adc: hi8435: Add Holt HI-8435 threshold detector Vladimir Barinov
2015-07-29 12:54 ` Vladimir Barinov
2015-07-29 12:56 ` [PATCH v3 1/7] iio: adc: hi8435: " Vladimir Barinov
2015-07-29 12:56   ` Vladimir Barinov
2015-08-08 17:56   ` Jonathan Cameron
2015-08-08 17:56     ` Jonathan Cameron
2015-08-11 12:21     ` Lars-Peter Clausen
2015-08-11 12:21       ` Lars-Peter Clausen
2015-08-11 17:01       ` Jonathan Cameron
2015-08-11 14:37     ` Vladimir Barinov
2015-08-16  9:00       ` Jonathan Cameron
2015-08-16  9:00         ` Jonathan Cameron
2015-08-16 18:54         ` Vladimir Barinov
2015-08-16 18:54           ` Vladimir Barinov
2015-08-22 13:48           ` Jonathan Cameron
2015-08-22 13:48             ` Jonathan Cameron
2015-07-29 12:57 ` [PATCH v3 2/7] dt: Add vendor prefix 'holt' Vladimir Barinov
2015-07-29 12:57 ` [PATCH v3 3/7] dt: Document Holt HI-8435 bindings Vladimir Barinov
2015-07-29 12:57 ` [PATCH v3 4/7] iio: trigger: Add periodic polling to SYSFS trigger Vladimir Barinov
2015-08-07 13:42   ` Lars-Peter Clausen
2015-08-07 13:42     ` Lars-Peter Clausen
2015-08-08 17:26     ` Jonathan Cameron
2015-07-29 12:57 ` [PATCH v3 5/7] iio: Support triggered events Vladimir Barinov
2015-08-07 13:45   ` Lars-Peter Clausen
2015-08-07 13:45     ` Lars-Peter Clausen
2015-08-07 16:10     ` Vladimir Barinov
2015-08-16  9:05       ` Jonathan Cameron
2015-08-16  9:05         ` Jonathan Cameron
2015-08-16  9:20   ` Jonathan Cameron
2015-08-16  9:20     ` Jonathan Cameron
2015-08-16 20:15     ` Vladimir Barinov
2015-08-16 20:15       ` Vladimir Barinov
2015-08-22 13:52       ` Jonathan Cameron
2015-08-22 13:52         ` Jonathan Cameron
2015-07-29 12:57 ` Vladimir Barinov [this message]
2015-07-29 12:57 ` [PATCH v3 7/7] iio: Fix typos in ABI documentation Vladimir Barinov
2015-08-08 18:39   ` Jonathan Cameron
2015-08-08 18:39     ` Jonathan Cameron
2015-08-08 17:28 ` [PATCH v3 0/7] iio: adc: hi8435: Add Holt HI-8435 threshold detector Jonathan Cameron
2015-08-08 17:28   ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1438174654-19333-1-git-send-email-vladimir.barinov@cogentembedded.com \
    --to=vladimir.barinov@cogentembedded.com \
    --cc=cory.tusar@pid1solutions.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=jic23@kernel.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=pmeerw@pmeerw.net \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.