Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: 9905d67bd96016b62f37b7031ba0723c7b905570 https://github.com/OpenAMP/open-amp/commit/9905d67bd96016b62f37b7031ba0723c7... Author: Andrew Davis afd@ti.com Date: 2024-04-09 (Tue, 09 Apr 2024)
Changed paths: M lib/rpmsg/rpmsg.c M lib/rpmsg/rpmsg_internal.h M lib/rpmsg/rpmsg_virtio.c
Log Message: ----------- rpmsg: Allow private endpoint data to be set in rpmsg_register_endpoint
There is a private data member in the endpoint struct that is passed into the callback, but there is no way to populate it. Add this to the endpoint register function.
Signed-off-by: Andrew Davis afd@ti.com
Commit: 2807e6481fb3160d21b8220ba704421bedffe712 https://github.com/OpenAMP/open-amp/commit/2807e6481fb3160d21b8220ba704421be... Author: Andrew Davis afd@ti.com Date: 2024-04-09 (Tue, 09 Apr 2024)
Changed paths: M lib/rpmsg/rpmsg_virtio.c
Log Message: ----------- rpmsg_virtio: Use priv data in name service callback
The callback allows us to add private data. Use that to store our rpmsg_device instance instead of extracting it from the endpoint struct. The contents of that struct are internal to the RPMsg layer.
Signed-off-by: Andrew Davis afd@ti.com
Compare: https://github.com/OpenAMP/open-amp/compare/c245b3b534e5...2807e6481fb3
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications
openamp-rp@lists.openampproject.org