Re: [PATCH v2 5/5] samples: Introduce Qualcomm QMI sample client

2017-11-07 Thread Bjorn Andersson
On Tue 07 Nov 10:40 PST 2017, Jonathan Neusch?fer wrote: > Hi, some small comments below. > Hi Jonathan, Thanks for proof reading, I will correct these things. Regards, Bjorn

Re: [PATCH v2 5/5] samples: Introduce Qualcomm QMI sample client

2017-11-07 Thread Jonathan Neuschäfer
Hi, some small comments below. On Mon, Nov 06, 2017 at 09:20:42PM -0800, Bjorn Andersson wrote: > Introduce a sample driver that register for server notifications and > spawn clients for each available test service (service 15). The spawned > clients implements the interface for encoding "ping" an

[PATCH v2 5/5] samples: Introduce Qualcomm QMI sample client

2017-11-06 Thread Bjorn Andersson
Introduce a sample driver that register for server notifications and spawn clients for each available test service (service 15). The spawned clients implements the interface for encoding "ping" and "data" requests and decode the responses from the remote. Signed-off-by: Bjorn Andersson --- Chang