14 Mar, 2022

1 commit

  • To prepare the split of the code related to the control (ctrldev)
    and the endpoint (eptdev) devices in 2 separate files:

    - Rename and export the functions in rpmsg_char.h.

    - Suppress the dependency with the rpmsg_ctrldev struct in the
    rpmsg_eptdev_create function.

    Suggested-by: Mathieu Poirier
    Signed-off-by: Arnaud Pouliquen
    Reviewed-by: Bjorn Andersson
    Signed-off-by: Bjorn Andersson
    Link: https://lore.kernel.org/r/20220124102524.295783-2-arnaud.pouliquen@foss.st.com

    Arnaud Pouliquen