Re: [PATCH 1/1] IIO: Added write function in iio_buffer_fileops

2014-08-23 Thread Aniroop Mathur
On Fri, Aug 22, 2014 at 11:58 PM, Jonathan Cameron wrote: > On 16/08/14 15:44, Aniroop Mathur wrote: >> >> >> >> On Thu, Aug 14, 2014 at 8:08 PM, Jonathan Cameron > > wrote: >> >> On 14/08/14 10:41, Lars-Peter Clausen wrote: >> > On 08/13/2014 06:33 PM, Aniroop Mat

Re: [PATCH 1/1] IIO: Added write function in iio_buffer_fileops

2014-08-22 Thread Jonathan Cameron
On 16/08/14 15:44, Aniroop Mathur wrote: > > > > On Thu, Aug 14, 2014 at 8:08 PM, Jonathan Cameron > wrote: > > On 14/08/14 10:41, Lars-Peter Clausen wrote: > > On 08/13/2014 06:33 PM, Aniroop Mathur wrote: > >> On Wed, Aug 13, 2014 at 8:18 PM, Lars-Peter C

Re: [PATCH 1/1] IIO: Added write function in iio_buffer_fileops

2014-08-19 Thread Jonathan Cameron
On 18/08/14 16:29, Aniroop Mathur wrote: > Dear Mr. Jonathan, Mr. Lars, > Greetings ! > > Kindly provide feedback upon the comments below. > Sorry, bit busy at the moment, so might be another day or two before I get a chance to address this... Jonathan > > On Thu, Aug 14, 2014 at 8:08 PM, Jonat

Re: [PATCH 1/1] IIO: Added write function in iio_buffer_fileops

2014-08-18 Thread Aniroop Mathur
Dear Mr. Jonathan, Mr. Lars, Greetings ! Kindly provide feedback upon the comments below. On Thu, Aug 14, 2014 at 8:08 PM, Jonathan Cameron wrote: > On 14/08/14 10:41, Lars-Peter Clausen wrote: >> On 08/13/2014 06:33 PM, Aniroop Mathur wrote: >>> On Wed, Aug 13, 2014 at 8:18 PM, Lars-Peter Clau

Re: [PATCH 1/1] IIO: Added write function in iio_buffer_fileops

2014-08-14 Thread Aniroop Mathur
On Thu, Aug 14, 2014 at 8:08 PM, Jonathan Cameron wrote: > On 14/08/14 10:41, Lars-Peter Clausen wrote: >> On 08/13/2014 06:33 PM, Aniroop Mathur wrote: >>> On Wed, Aug 13, 2014 at 8:18 PM, Lars-Peter Clausen wrote: On 08/13/2014 03:42 PM, Aniroop Mathur wrote: > > On Wed, Aug 13, 20

Re: [PATCH 1/1] IIO: Added write function in iio_buffer_fileops

2014-08-14 Thread Jonathan Cameron
On 14/08/14 10:41, Lars-Peter Clausen wrote: > On 08/13/2014 06:33 PM, Aniroop Mathur wrote: >> On Wed, Aug 13, 2014 at 8:18 PM, Lars-Peter Clausen wrote: >>> On 08/13/2014 03:42 PM, Aniroop Mathur wrote: On Wed, Aug 13, 2014 at 2:38 PM, Lars-Peter Clausen wrote: > > On 08/

Re: [PATCH 1/1] IIO: Added write function in iio_buffer_fileops

2014-08-14 Thread Lars-Peter Clausen
On 08/13/2014 06:33 PM, Aniroop Mathur wrote: On Wed, Aug 13, 2014 at 8:18 PM, Lars-Peter Clausen wrote: On 08/13/2014 03:42 PM, Aniroop Mathur wrote: On Wed, Aug 13, 2014 at 2:38 PM, Lars-Peter Clausen wrote: On 08/13/2014 08:29 AM, a.mat...@samsung.com wrote: From: Aniroop Mathur Ea

Re: [PATCH 1/1] IIO: Added write function in iio_buffer_fileops

2014-08-13 Thread Aniroop Mathur
On Wed, Aug 13, 2014 at 8:18 PM, Lars-Peter Clausen wrote: > On 08/13/2014 03:42 PM, Aniroop Mathur wrote: >> >> On Wed, Aug 13, 2014 at 2:38 PM, Lars-Peter Clausen >> wrote: >>> >>> On 08/13/2014 08:29 AM, a.mat...@samsung.com wrote: From: Aniroop Mathur Earlier, user s

Re: [PATCH 1/1] IIO: Added write function in iio_buffer_fileops

2014-08-13 Thread Lars-Peter Clausen
On 08/13/2014 03:42 PM, Aniroop Mathur wrote: On Wed, Aug 13, 2014 at 2:38 PM, Lars-Peter Clausen wrote: On 08/13/2014 08:29 AM, a.mat...@samsung.com wrote: From: Aniroop Mathur Earlier, user space can only read from iio device node but cannot write to it. This patch adds write function in

Re: [PATCH 1/1] IIO: Added write function in iio_buffer_fileops

2014-08-13 Thread Aniroop Mathur
On Wed, Aug 13, 2014 at 2:38 PM, Lars-Peter Clausen wrote: > On 08/13/2014 08:29 AM, a.mat...@samsung.com wrote: >> >> From: Aniroop Mathur >> >> Earlier, user space can only read from iio device node but cannot write to >> it. >> This patch adds write function in iio buffer file operations, >> w

Re: [PATCH 1/1] IIO: Added write function in iio_buffer_fileops

2014-08-13 Thread Lars-Peter Clausen
On 08/13/2014 08:29 AM, a.mat...@samsung.com wrote: From: Aniroop Mathur Earlier, user space can only read from iio device node but cannot write to it. This patch adds write function in iio buffer file operations, which will allow user-space applications/HAL to write the data to iio device node