Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-13 Thread Lars-Peter Clausen
On 05/13/2015 08:05 PM, Lars-Peter Clausen wrote: On 05/13/2015 08:03 PM, Robert Dolca wrote: On Wed, May 13, 2015 at 8:42 PM, Jonathan Cameron wrote: On 13/05/15 08:28, Lars-Peter Clausen wrote: On 05/12/2015 09:06 PM, Jonathan Cameron wrote: On 12/05/15 17:56, Lars-Peter Clausen wrote:

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-13 Thread Lars-Peter Clausen
On 05/13/2015 08:03 PM, Robert Dolca wrote: On Wed, May 13, 2015 at 8:42 PM, Jonathan Cameron wrote: On 13/05/15 08:28, Lars-Peter Clausen wrote: On 05/12/2015 09:06 PM, Jonathan Cameron wrote: On 12/05/15 17:56, Lars-Peter Clausen wrote: On 05/08/2015 05:11 PM, Jonathan Cameron wrote: On

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-13 Thread Robert Dolca
On Wed, May 13, 2015 at 8:42 PM, Jonathan Cameron wrote: > > On 13/05/15 08:28, Lars-Peter Clausen wrote: > > On 05/12/2015 09:06 PM, Jonathan Cameron wrote: > >> On 12/05/15 17:56, Lars-Peter Clausen wrote: > >>> On 05/08/2015 05:11 PM, Jonathan Cameron wrote: > On 16/04/15 05:01, Robert

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-13 Thread Jonathan Cameron
On 13/05/15 08:28, Lars-Peter Clausen wrote: > On 05/12/2015 09:06 PM, Jonathan Cameron wrote: >> On 12/05/15 17:56, Lars-Peter Clausen wrote: >>> On 05/08/2015 05:11 PM, Jonathan Cameron wrote: On 16/04/15 05:01, Robert Dolca wrote: > This patch adds a new function called

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-13 Thread Lars-Peter Clausen
On 05/12/2015 09:06 PM, Jonathan Cameron wrote: On 12/05/15 17:56, Lars-Peter Clausen wrote: On 05/08/2015 05:11 PM, Jonathan Cameron wrote: On 16/04/15 05:01, Robert Dolca wrote: This patch adds a new function called iio_trigger_register_with_dev which is a wrapper for iio_trigger_register.

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-13 Thread Jonathan Cameron
On 13/05/15 08:28, Lars-Peter Clausen wrote: On 05/12/2015 09:06 PM, Jonathan Cameron wrote: On 12/05/15 17:56, Lars-Peter Clausen wrote: On 05/08/2015 05:11 PM, Jonathan Cameron wrote: On 16/04/15 05:01, Robert Dolca wrote: This patch adds a new function called iio_trigger_register_with_dev

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-13 Thread Robert Dolca
On Wed, May 13, 2015 at 8:42 PM, Jonathan Cameron ji...@kernel.org wrote: On 13/05/15 08:28, Lars-Peter Clausen wrote: On 05/12/2015 09:06 PM, Jonathan Cameron wrote: On 12/05/15 17:56, Lars-Peter Clausen wrote: On 05/08/2015 05:11 PM, Jonathan Cameron wrote: On 16/04/15 05:01, Robert

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-13 Thread Lars-Peter Clausen
On 05/13/2015 08:03 PM, Robert Dolca wrote: On Wed, May 13, 2015 at 8:42 PM, Jonathan Cameron ji...@kernel.org wrote: On 13/05/15 08:28, Lars-Peter Clausen wrote: On 05/12/2015 09:06 PM, Jonathan Cameron wrote: On 12/05/15 17:56, Lars-Peter Clausen wrote: On 05/08/2015 05:11 PM, Jonathan

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-13 Thread Lars-Peter Clausen
On 05/13/2015 08:05 PM, Lars-Peter Clausen wrote: On 05/13/2015 08:03 PM, Robert Dolca wrote: On Wed, May 13, 2015 at 8:42 PM, Jonathan Cameron ji...@kernel.org wrote: On 13/05/15 08:28, Lars-Peter Clausen wrote: On 05/12/2015 09:06 PM, Jonathan Cameron wrote: On 12/05/15 17:56, Lars-Peter

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-13 Thread Lars-Peter Clausen
On 05/12/2015 09:06 PM, Jonathan Cameron wrote: On 12/05/15 17:56, Lars-Peter Clausen wrote: On 05/08/2015 05:11 PM, Jonathan Cameron wrote: On 16/04/15 05:01, Robert Dolca wrote: This patch adds a new function called iio_trigger_register_with_dev which is a wrapper for iio_trigger_register.

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-12 Thread Jonathan Cameron
On 12/05/15 17:56, Lars-Peter Clausen wrote: > On 05/08/2015 05:11 PM, Jonathan Cameron wrote: >> On 16/04/15 05:01, Robert Dolca wrote: >>> This patch adds a new function called iio_trigger_register_with_dev >>> which is a wrapper for iio_trigger_register. Besides the iio_trigger >>> struct this

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-12 Thread Lars-Peter Clausen
On 05/08/2015 05:11 PM, Jonathan Cameron wrote: On 16/04/15 05:01, Robert Dolca wrote: This patch adds a new function called iio_trigger_register_with_dev which is a wrapper for iio_trigger_register. Besides the iio_trigger struct this function requires iio_dev struct. It adds the trigger in

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-12 Thread Daniel Baluta
On Thu, Apr 16, 2015 at 12:01 PM, Robert Dolca wrote: > This patch adds a new function called iio_trigger_register_with_dev > which is a wrapper for iio_trigger_register. Besides the iio_trigger > struct this function requires iio_dev struct. It adds the trigger in > the device's trigger list and

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-12 Thread Lars-Peter Clausen
On 05/08/2015 05:11 PM, Jonathan Cameron wrote: On 16/04/15 05:01, Robert Dolca wrote: This patch adds a new function called iio_trigger_register_with_dev which is a wrapper for iio_trigger_register. Besides the iio_trigger struct this function requires iio_dev struct. It adds the trigger in

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-12 Thread Jonathan Cameron
On 12/05/15 17:56, Lars-Peter Clausen wrote: On 05/08/2015 05:11 PM, Jonathan Cameron wrote: On 16/04/15 05:01, Robert Dolca wrote: This patch adds a new function called iio_trigger_register_with_dev which is a wrapper for iio_trigger_register. Besides the iio_trigger struct this function

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-12 Thread Daniel Baluta
On Thu, Apr 16, 2015 at 12:01 PM, Robert Dolca robert.do...@intel.com wrote: This patch adds a new function called iio_trigger_register_with_dev which is a wrapper for iio_trigger_register. Besides the iio_trigger struct this function requires iio_dev struct. It adds the trigger in the

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-08 Thread Jonathan Cameron
On 16/04/15 05:01, Robert Dolca wrote: > This patch adds a new function called iio_trigger_register_with_dev > which is a wrapper for iio_trigger_register. Besides the iio_trigger > struct this function requires iio_dev struct. It adds the trigger in > the device's trigger list and saves a

Re: [PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-05-08 Thread Jonathan Cameron
On 16/04/15 05:01, Robert Dolca wrote: This patch adds a new function called iio_trigger_register_with_dev which is a wrapper for iio_trigger_register. Besides the iio_trigger struct this function requires iio_dev struct. It adds the trigger in the device's trigger list and saves a reference

[PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-04-16 Thread Robert Dolca
This patch adds a new function called iio_trigger_register_with_dev which is a wrapper for iio_trigger_register. Besides the iio_trigger struct this function requires iio_dev struct. It adds the trigger in the device's trigger list and saves a reference to the device in the trigger's struct. When

[PATCH RFC 1/3] iio: Add symlink to triggers in the device's trigger folder

2015-04-16 Thread Robert Dolca
This patch adds a new function called iio_trigger_register_with_dev which is a wrapper for iio_trigger_register. Besides the iio_trigger struct this function requires iio_dev struct. It adds the trigger in the device's trigger list and saves a reference to the device in the trigger's struct. When