25 Nov, 2020

1 commit

  • The only usage of qmi_sample_handlers[] and lookup_ops is to pass their
    addresses to qmi_handle_init() which accepts const pointers to both
    qmi_ops and qmi_msg_handler. Make them const to allow the compiler to
    put them in read-only memory.

    Signed-off-by: Rikard Falkeborn
    Link: https://lore.kernel.org/r/20201124212954.17750-1-rikard.falkeborn@gmail.com
    Signed-off-by: Bjorn Andersson

    Rikard Falkeborn
     

21 May, 2019

1 commit


13 Feb, 2018

1 commit

  • 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
    Signed-off-by: Bjorn Andersson

    Bjorn Andersson