linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: Add parent_trigger attribute to triggers
@ 2017-02-16 14:23 Benjamin Gaignard
  2017-02-16 14:23 ` [PATCH v2 1/2] iio: Allow triggers to be used as parent of others triggers Benjamin Gaignard
  2017-02-16 14:23 ` [PATCH v2 2/2] iio: stm32 trigger: Implement parent trigger feature Benjamin Gaignard
  0 siblings, 2 replies; 12+ messages in thread
From: Benjamin Gaignard @ 2017-02-16 14:23 UTC (permalink / raw)
  To: linux-kernel, jic23, linux-iio, knaack.h, lars, pmeerw
  Cc: fabrice.gasnier, linaro-kernel, benjamin.gaignard, Benjamin Gaignard

version 2:
- Do not automatically set parent_trigger attribute on all triggers.
  Let driver decide to use it.
- Improve documentation of parent_trigger
- Improve slave modes documentation

Thoses patches add parent_trigger attribute to IIO triggers.
Parent trigger edges or levels could be used to control current
trigger for example to start, stop or reset it.

Similary to what already exist to validate a device, a new (optional) 
validate_trigger function is added in iio_trigger structure and should be
filled by drivers.

For STM32 triggers parent trigger edges or levels could used in various ways.
To be able to select them "slave_mode" attribute is added to STM32 triggers.
For example the combinaison of parent_trigger and slave_mode allows to start
a trigger only when parent trigger level is high or to reset it on parent
trigger rising edge.

Benjamin Gaignard (2):
  iio: Allow triggers to be used as parent of others triggers
  iio: stm32 trigger: Implement parent trigger feature

 .../ABI/testing/sysfs-bus-iio-timer-stm32          |  43 +++++++++
 .../ABI/testing/sysfs-bus-iio-trigger-sysfs        |  10 ++
 drivers/iio/industrialio-trigger.c                 |  68 +++++++++++++
 drivers/iio/trigger/stm32-timer-trigger.c          | 105 +++++++++++++++++++++
 include/linux/iio/trigger.h                        |   7 +-
 5 files changed, 232 insertions(+), 1 deletion(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-03-12 22:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 14:23 [PATCH v2 0/2] iio: Add parent_trigger attribute to triggers Benjamin Gaignard
2017-02-16 14:23 ` [PATCH v2 1/2] iio: Allow triggers to be used as parent of others triggers Benjamin Gaignard
2017-02-19 15:08   ` Jonathan Cameron
2017-02-25 21:12     ` Jason Kridner
2017-03-05 10:11       ` Jonathan Cameron
2017-03-05 15:29         ` Jason Kridner
2017-03-12 20:02           ` Jonathan Cameron
2017-03-12 22:41             ` Jason Kridner
2017-02-16 14:23 ` [PATCH v2 2/2] iio: stm32 trigger: Implement parent trigger feature Benjamin Gaignard
2017-02-19 15:53   ` Jonathan Cameron
2017-02-20 13:26     ` Benjamin Gaignard
2017-02-25 16:37       ` Jonathan Cameron

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).