Re: [PATCH v3 4/4] bus: mhi: clients: Add user space client interface driver

2020-07-25 Thread Manivannan Sadhasivam
On Fri, Jul 24, 2020 at 04:47:44PM -0700, Hemant Kumar wrote: > Hi Mani, > > On 7/22/20 1:45 AM, Manivannan Sadhasivam wrote: > > On Mon, Jul 20, 2020 at 08:40:24PM -0700, Hemant Kumar wrote: > > > Hi Mani, > > > > > > On 6/19/20 3:40 AM, Manivannan Sadhasivam wrote: > > > > On Thu, Jun 11, 2020

Re: [PATCH v3 4/4] bus: mhi: clients: Add user space client interface driver

2020-07-24 Thread Hemant Kumar
Hi Mani, On 7/22/20 1:45 AM, Manivannan Sadhasivam wrote: On Mon, Jul 20, 2020 at 08:40:24PM -0700, Hemant Kumar wrote: Hi Mani, On 6/19/20 3:40 AM, Manivannan Sadhasivam wrote: On Thu, Jun 11, 2020 at 11:13:44AM -0700, Hemant Kumar wrote: This MHI client driver allows user space clients to

Re: [PATCH v3 4/4] bus: mhi: clients: Add user space client interface driver

2020-07-22 Thread Manivannan Sadhasivam
On Mon, Jul 20, 2020 at 08:40:24PM -0700, Hemant Kumar wrote: > Hi Mani, > > On 6/19/20 3:40 AM, Manivannan Sadhasivam wrote: > > On Thu, Jun 11, 2020 at 11:13:44AM -0700, Hemant Kumar wrote: > > > This MHI client driver allows user space clients to transfer > > > data between MHI device and host

Re: [PATCH v3 4/4] bus: mhi: clients: Add user space client interface driver

2020-07-20 Thread Hemant Kumar
Hi Mani, On 6/19/20 3:40 AM, Manivannan Sadhasivam wrote: On Thu, Jun 11, 2020 at 11:13:44AM -0700, Hemant Kumar wrote: This MHI client driver allows user space clients to transfer data between MHI device and host using standard file operations. I think we need to explicitly specify 'raw'

Re: [PATCH v3 4/4] bus: mhi: clients: Add user space client interface driver

2020-06-19 Thread Manivannan Sadhasivam
On Thu, Jun 11, 2020 at 11:13:44AM -0700, Hemant Kumar wrote: > This MHI client driver allows user space clients to transfer > data between MHI device and host using standard file operations. I think we need to explicitly specify 'raw' data here. Because we have different APIs for queuing

[PATCH v3 4/4] bus: mhi: clients: Add user space client interface driver

2020-06-11 Thread Hemant Kumar
This MHI client driver allows user space clients to transfer data between MHI device and host using standard file operations. Device file node is created with format /dev/mhi__ Currently it supports loopback client. Signed-off-by: Hemant Kumar --- drivers/bus/mhi/Kconfig | 2 +