Re: [PATCH v3 3/4] docs: Add documentation for user space client interface

2020-06-24 Thread Manivannan Sadhasivam
On Thu, Jun 25, 2020 at 11:53:27AM +0530, Manivannan Sadhasivam wrote: > On Wed, Jun 24, 2020 at 06:52:20PM -0700, Hemant Kumar wrote: > > Hi Mani, > > > > On 6/18/20 11:39 PM, Manivannan Sadhasivam wrote: > > > On Thu, Jun 11, 2020 at 11:13:43AM -0700, Hemant Kumar wrote: > > > > MHI user space c

Re: [PATCH v3 3/4] docs: Add documentation for user space client interface

2020-06-24 Thread Manivannan Sadhasivam
On Wed, Jun 24, 2020 at 06:52:20PM -0700, Hemant Kumar wrote: > Hi Mani, > > On 6/18/20 11:39 PM, Manivannan Sadhasivam wrote: > > On Thu, Jun 11, 2020 at 11:13:43AM -0700, Hemant Kumar wrote: > > > MHI user space client driver is creating device file node > > > for user application to perform fil

Re: [PATCH v3 3/4] docs: Add documentation for user space client interface

2020-06-24 Thread Hemant Kumar
Hi Mani, On 6/18/20 11:39 PM, Manivannan Sadhasivam wrote: On Thu, Jun 11, 2020 at 11:13:43AM -0700, Hemant Kumar wrote: MHI user space client driver is creating device file node for user application to perform file operations. File operations are handled by MHI core driver. Currently Loopback

Re: [PATCH v3 3/4] docs: Add documentation for user space client interface

2020-06-18 Thread Manivannan Sadhasivam
On Thu, Jun 11, 2020 at 11:13:43AM -0700, Hemant Kumar wrote: > MHI user space client driver is creating device file node > for user application to perform file operations. File > operations are handled by MHI core driver. Currently > Loopback MHI channel is supported by this driver. > > Signed-of

[PATCH v3 3/4] docs: Add documentation for user space client interface

2020-06-11 Thread Hemant Kumar
MHI user space client driver is creating device file node for user application to perform file operations. File operations are handled by MHI core driver. Currently Loopback MHI channel is supported by this driver. Signed-off-by: Hemant Kumar --- Documentation/mhi/index.rst | 1 + Documentation