linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Peter Meerwald <pmeerw@pmeerw.net>, linux-iio@vger.kernel.org
Subject: Re: [PATCH 06/12] iio: Move documentation of iio-trig-sysfs to ABI
Date: Mon, 09 Jun 2014 20:58:26 +0100	[thread overview]
Message-ID: <539611E2.2080309@kernel.org> (raw)
In-Reply-To: <1402155772-1373-7-git-send-email-pmeerw@pmeerw.net>

On 07/06/14 16:42, Peter Meerwald wrote:
> iio-trig-sysfs has left staging with commit e64e7d5c
>
> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Hi Peter,

Good point, but this still wants to have it's own file
Documentation/ABI/testing/sysfs-bus-iio-trigger-sysfs as the attribute is specific
to only this device and not part of the more general iio sysfs abi.

Thanks,

> ---
>   Documentation/ABI/testing/sysfs-bus-iio                      | 12 ++++++++++++
>   .../staging/iio/Documentation/sysfs-bus-iio-trigger-sysfs    | 11 -----------
>   2 files changed, 12 insertions(+), 11 deletions(-)
>   delete mode 100644 drivers/staging/iio/Documentation/sysfs-bus-iio-trigger-sysfs
>
> diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
> index ed202b3..5e86ee9 100644
> --- a/Documentation/ABI/testing/sysfs-bus-iio
> +++ b/Documentation/ABI/testing/sysfs-bus-iio
> @@ -19,6 +19,18 @@ Description:
>   		generalize well and hence are not documented in this file.
>   		X is the IIO index of the trigger.
>
> +What:		/sys/bus/iio/devices/triggerX/trigger_now
> +KernelVersion:	2.6.38
> +Contact:	linux-iio@vger.kernel.org
> +Description:
> +		This file is provided by the iio-trig-sysfs stand-alone trigger
> +		driver. Writing this file with any value triggers an event
> +		driven driver, associated with this trigger, to capture data
> +		into an in kernel buffer. This approach can be valuable during
> +		automated testing or in situations, where other trigger methods
> +		are not applicable. For example no RTC or spare GPIOs.
> +		X is the IIO index of the trigger.
> +
>   What:		/sys/bus/iio/devices/iio:deviceX/buffer
>   KernelVersion:	2.6.35
>   Contact:	linux-iio@vger.kernel.org
> diff --git a/drivers/staging/iio/Documentation/sysfs-bus-iio-trigger-sysfs b/drivers/staging/iio/Documentation/sysfs-bus-iio-trigger-sysfs
> deleted file mode 100644
> index 5235e6c..0000000
> --- a/drivers/staging/iio/Documentation/sysfs-bus-iio-trigger-sysfs
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -What:		/sys/bus/iio/devices/triggerX/trigger_now
> -KernelVersion:	2.6.38
> -Contact:	linux-iio@vger.kernel.org
> -Description:
> -		This file is provided by the iio-trig-sysfs stand-alone trigger
> -		driver. Writing this file with any value triggers an event
> -		driven driver, associated with this trigger, to capture data
> -		into an in kernel buffer. This approach can be valuable during
> -		automated testing or in situations, where other trigger methods
> -		are not applicable. For example no RTC or spare GPIOs.
> -		X is the IIO index of the trigger.
>


  reply	other threads:[~2014-06-09 19:56 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-07 15:42 [PATCH 00/12] misc IIO cleanup Peter Meerwald
2014-06-07 15:42 ` [PATCH 01/12] iio:adc:ad5791: Use BIT() and GENMASK() macros Peter Meerwald
2014-06-09 11:58   ` Lars-Peter Clausen
2014-06-07 15:42 ` [PATCH 02/12] iio:adc:ad5504: " Peter Meerwald
2014-06-07 15:42 ` [PATCH 03/12] iio:adc:ad7887: " Peter Meerwald
2014-06-09 11:59   ` Lars-Peter Clausen
2014-06-07 15:42 ` [PATCH 04/12] iio:adc:ad7476: Use GENMASK() macro Peter Meerwald
2014-06-09 12:00   ` Lars-Peter Clausen
2014-06-07 15:42 ` [PATCH 05/12] iio:adc:ad7298: Use BIT() and GENMASK() macros Peter Meerwald
2014-06-09 12:00   ` Lars-Peter Clausen
2014-06-07 15:42 ` [PATCH 06/12] iio: Move documentation of iio-trig-sysfs to ABI Peter Meerwald
2014-06-09 19:58   ` Jonathan Cameron [this message]
2014-06-07 15:42 ` [PATCH 07/12] staging:iio: Update iio_event_monitor program Peter Meerwald
2014-06-07 15:42 ` [PATCH 08/12] staging:iio: Fix iio_utils.h function prototypes Peter Meerwald
2014-06-07 15:42 ` [PATCH 09/12] staging:iio: Fix mention of INDIO_RING_TRIGGERED to INDIO_BUFFER_TRIGGERED Peter Meerwald
2014-06-07 15:42 ` [PATCH 10/12] staging:iio: Fix error handling in generic_buffer example Peter Meerwald
2014-06-07 15:42 ` [PATCH 11/12] staging:iio-trig-periodic-rtc: Cleanup Peter Meerwald
2014-06-09 20:02   ` Jonathan Cameron
2014-06-09 20:04     ` Peter Meerwald
2014-06-09 20:14       ` Jonathan Cameron
2014-06-07 15:42 ` [PATCH 12/12] staging:iio-trig-periodic-rtc: Allow to reset frequency to 0 Peter Meerwald
2014-06-09 20:05 ` [PATCH 00/12] misc IIO cleanup 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=539611E2.2080309@kernel.org \
    --to=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=pmeerw@pmeerw.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).