From: Lars-Peter Clausen <lars@metafoo.de>
To: Vladimir Barinov <vladimir.barinov@cogentembedded.com>,
Jonathan Cameron <jic23@kernel.org>
Cc: Hartmut Knaack <knaack.h@gmx.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: Re: [PATCH v3 5/7] iio: Support triggered events
Date: Fri, 07 Aug 2015 15:45:16 +0200 [thread overview]
Message-ID: <55C4B66C.1020609@metafoo.de> (raw)
In-Reply-To: <1438174648-19296-1-git-send-email-vladimir.barinov@cogentembedded.com>
Hi,
On 07/29/2015 02:57 PM, Vladimir Barinov wrote:
> Support triggered events.
>
> This is useful for chips that don't have their own interrupt sources.
> It allows to use generic/standalone iio triggers for those drivers.
>
Thanks for the patch. Can you describe in more detail how
INDIO_EVENT_TRIGGERED differs from the INDIO_BUFFER_TRIGGERED. By just
looking at the source code I don't understand quite why it is necessary.
Thanks,
- Lars
WARNING: multiple messages have this Message-ID (diff)
From: Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
To: Vladimir Barinov
<vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>,
Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public.gmane.org>,
Peter Meerwald <pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
cory.tusar-J6Z/VSE8EyIAspv4Qr0y0gC/G2K4zDHf@public.gmane.org
Subject: Re: [PATCH v3 5/7] iio: Support triggered events
Date: Fri, 07 Aug 2015 15:45:16 +0200 [thread overview]
Message-ID: <55C4B66C.1020609@metafoo.de> (raw)
In-Reply-To: <1438174648-19296-1-git-send-email-vladimir.barinov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
Hi,
On 07/29/2015 02:57 PM, Vladimir Barinov wrote:
> Support triggered events.
>
> This is useful for chips that don't have their own interrupt sources.
> It allows to use generic/standalone iio triggers for those drivers.
>
Thanks for the patch. Can you describe in more detail how
INDIO_EVENT_TRIGGERED differs from the INDIO_BUFFER_TRIGGERED. By just
looking at the source code I don't understand quite why it is necessary.
Thanks,
- Lars
next prev parent reply other threads:[~2015-08-07 13:45 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 [this message]
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 ` [PATCH v3 6/7] iio: Add ABI documentation for debounce_time Vladimir Barinov
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=55C4B66C.1020609@metafoo.de \
--to=lars@metafoo.de \
--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=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 \
--cc=vladimir.barinov@cogentembedded.com \
/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.