Re: [PATCH v1 0/2] iio: Add parent_trigger attribute to triggers

2017-02-11 Thread Jonathan Cameron
On 06/02/17 14:43, Benjamin Gaignard wrote: > 2017-02-06 15:26 GMT+01:00 Lars-Peter Clausen : >> On 02/06/2017 03:21 PM, Benjamin Gaignard wrote: >>> Thoses patches add parent_trigger attribute to IIO triggers. >>> The goal is to allow triggers to use triggers like is this done

Re: [PATCH v1 0/2] iio: Add parent_trigger attribute to triggers

2017-02-11 Thread Jonathan Cameron
On 06/02/17 14:43, Benjamin Gaignard wrote: > 2017-02-06 15:26 GMT+01:00 Lars-Peter Clausen : >> On 02/06/2017 03:21 PM, Benjamin Gaignard wrote: >>> Thoses patches add parent_trigger attribute to IIO triggers. >>> The goal is to allow triggers to use triggers like is this done for iio >>>

Re: [PATCH v1 0/2] iio: Add parent_trigger attribute to triggers

2017-02-06 Thread Benjamin Gaignard
2017-02-06 15:26 GMT+01:00 Lars-Peter Clausen : > On 02/06/2017 03:21 PM, Benjamin Gaignard wrote: >> Thoses patches add parent_trigger attribute to IIO triggers. >> The goal is to allow triggers to use triggers like is this done for iio >> devices. >> With this patch it will be

Re: [PATCH v1 0/2] iio: Add parent_trigger attribute to triggers

2017-02-06 Thread Benjamin Gaignard
2017-02-06 15:26 GMT+01:00 Lars-Peter Clausen : > On 02/06/2017 03:21 PM, Benjamin Gaignard wrote: >> Thoses patches add parent_trigger attribute to IIO triggers. >> The goal is to allow triggers to use triggers like is this done for iio >> devices. >> With this patch it will be possible to chain

Re: [PATCH v1 0/2] iio: Add parent_trigger attribute to triggers

2017-02-06 Thread Lars-Peter Clausen
On 02/06/2017 03:21 PM, Benjamin Gaignard wrote: > Thoses patches add parent_trigger attribute to IIO triggers. > The goal is to allow triggers to use triggers like is this done for iio > devices. > With this patch it will be possible to chain triggers, for example > stm32 triggers could be used

Re: [PATCH v1 0/2] iio: Add parent_trigger attribute to triggers

2017-02-06 Thread Lars-Peter Clausen
On 02/06/2017 03:21 PM, Benjamin Gaignard wrote: > Thoses patches add parent_trigger attribute to IIO triggers. > The goal is to allow triggers to use triggers like is this done for iio > devices. > With this patch it will be possible to chain triggers, for example > stm32 triggers could be used

[PATCH v1 0/2] iio: Add parent_trigger attribute to triggers

2017-02-06 Thread Benjamin Gaignard
Thoses patches add parent_trigger attribute to IIO triggers. The goal is to allow triggers to use triggers like is this done for iio devices. With this patch it will be possible to chain triggers, for example stm32 triggers could be used as clock of an other triggers: echo "tim1_trgo" >

[PATCH v1 0/2] iio: Add parent_trigger attribute to triggers

2017-02-06 Thread Benjamin Gaignard
Thoses patches add parent_trigger attribute to IIO triggers. The goal is to allow triggers to use triggers like is this done for iio devices. With this patch it will be possible to chain triggers, for example stm32 triggers could be used as clock of an other triggers: echo "tim1_trgo" >