]> asedeno.scripts.mit.edu Git - linux.git/commit
samples: Introduce Qualcomm QMI sample client
authorBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 26 Jun 2017 16:02:28 +0000 (09:02 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 13 Feb 2018 00:57:22 +0000 (16:57 -0800)
commit842891be96bd2b90f0e7d44192d45f61bab17926
tree45a60f1bedc74bd89671099592830c0fae20030f
parent1fb82ee806d170b92315f424eac9b5b34b9ead64
samples: Introduce Qualcomm QMI sample client

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.

Acked-By: Chris Lew <clew@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
samples/Kconfig
samples/Makefile
samples/qmi/Makefile [new file with mode: 0644]
samples/qmi/qmi_sample_client.c [new file with mode: 0644]