Re: [PATCH v9 3/4] docs: Add documentation for userspace client interface

2020-10-26 Thread Hemant Kumar
Hi Jakub, On 10/26/20 3:56 PM, Jakub Kicinski wrote: On Mon, 26 Oct 2020 07:38:46 -0600 Jeffrey Hugo wrote: On 10/25/2020 3:46 PM, Jakub Kicinski wrote: On Fri, 23 Oct 2020 16:17:54 -0700 Hemant Kumar wrote: +UCI driver enables userspace clients to communicate to external MHI devices +like mo

Re: [PATCH v9 3/4] docs: Add documentation for userspace client interface

2020-10-26 Thread Jakub Kicinski
On Mon, 26 Oct 2020 07:38:46 -0600 Jeffrey Hugo wrote: > On 10/25/2020 3:46 PM, Jakub Kicinski wrote: > > On Fri, 23 Oct 2020 16:17:54 -0700 Hemant Kumar wrote: > >> +UCI driver enables userspace clients to communicate to external MHI > >> devices > >> +like modem and WLAN. UCI driver probe crea

Re: [PATCH v9 3/4] docs: Add documentation for userspace client interface

2020-10-26 Thread Hemant Kumar
On 10/26/20 6:56 AM, Jeffrey Hugo wrote: On 10/26/2020 7:46 AM, Dan Williams wrote: On Mon, 2020-10-26 at 07:38 -0600, Jeffrey Hugo wrote: On 10/25/2020 3:46 PM, Jakub Kicinski wrote: On Fri, 23 Oct 2020 16:17:54 -0700 Hemant Kumar wrote: +UCI driver enables userspace clients to communicat

Re: [PATCH v9 3/4] docs: Add documentation for userspace client interface

2020-10-26 Thread Jeffrey Hugo
On 10/26/2020 7:46 AM, Dan Williams wrote: On Mon, 2020-10-26 at 07:38 -0600, Jeffrey Hugo wrote: On 10/25/2020 3:46 PM, Jakub Kicinski wrote: On Fri, 23 Oct 2020 16:17:54 -0700 Hemant Kumar wrote: +UCI driver enables userspace clients to communicate to external MHI devices +like modem and WLA

Re: [PATCH v9 3/4] docs: Add documentation for userspace client interface

2020-10-26 Thread Dan Williams
On Mon, 2020-10-26 at 07:38 -0600, Jeffrey Hugo wrote: > On 10/25/2020 3:46 PM, Jakub Kicinski wrote: > > On Fri, 23 Oct 2020 16:17:54 -0700 Hemant Kumar wrote: > > > +UCI driver enables userspace clients to communicate to external > > > MHI devices > > > +like modem and WLAN. UCI driver probe crea

Re: [PATCH v9 3/4] docs: Add documentation for userspace client interface

2020-10-26 Thread Jeffrey Hugo
On 10/25/2020 3:46 PM, Jakub Kicinski wrote: On Fri, 23 Oct 2020 16:17:54 -0700 Hemant Kumar wrote: +UCI driver enables userspace clients to communicate to external MHI devices +like modem and WLAN. UCI driver probe creates standard character device file +nodes for userspace clients to perform o

Re: [PATCH v9 3/4] docs: Add documentation for userspace client interface

2020-10-25 Thread Jakub Kicinski
On Fri, 23 Oct 2020 16:17:54 -0700 Hemant Kumar wrote: > +UCI driver enables userspace clients to communicate to external MHI devices > +like modem and WLAN. UCI driver probe creates standard character device file > +nodes for userspace clients to perform open, read, write, poll and release > file

[PATCH v9 3/4] docs: Add documentation for userspace client interface

2020-10-23 Thread Hemant Kumar
MHI userspace 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/