Re: [PATCH v4 4/4] bus: mhi: clients: Add userspace client interface driver

2020-07-29 Thread Hemant Kumar
Hi Greg, On 7/28/20 11:17 PM, Greg KH wrote: On Tue, Jul 28, 2020 at 08:46:35PM -0700, Hemant Kumar wrote: This MHI client driver allows userspace clients to transfer raw data between MHI device and host using standard file operations. Device file node is created with format /dev/mhi__ Curren

Re: [PATCH v4 4/4] bus: mhi: clients: Add userspace client interface driver

2020-07-28 Thread Greg KH
On Tue, Jul 28, 2020 at 08:46:35PM -0700, Hemant Kumar wrote: > This MHI client driver allows userspace clients to transfer > raw data between MHI device and host using standard file operations. > Device file node is created with format > > /dev/mhi__ > > Currently it supports LOOPBACK channel. >

[PATCH v4 4/4] bus: mhi: clients: Add userspace client interface driver

2020-07-28 Thread Hemant Kumar
This MHI client driver allows userspace clients to transfer raw data between MHI device and host using standard file operations. Device file node is created with format /dev/mhi__ Currently it supports LOOPBACK channel. Signed-off-by: Hemant Kumar --- drivers/bus/mhi/Kconfig | 6 +