OpenAMP / open-amp

The main OpenAMP library implementing RPMSG, Virtio, and Remoteproc for RTOS etc
https://www.openampproject.org/
Other
678 stars 278 forks source link

openamp: move notify_wait() in rpmsg virtio to rpmsg. #548

Closed wyr8899 closed 5 months ago

wyr8899 commented 5 months ago

This ops can do in rpmsg without coupling to virtio.

CV-Bowen commented 5 months ago

@wyr8899

  1. let's revert the wait_notified commit first and use a new commit to do this modification;
  2. run ./scripts/checkpatch.pl --strict -g HEAD-<n> to check the code style;
wyr8899 commented 5 months ago

@wyr8899

  1. let's revert the wait_notified commit first and use a new commit to do this modification;
  2. run ./scripts/checkpatch.pl --strict -g HEAD-<n> to check the code style;

Did you mean revert this pr https://github.com/OpenAMP/open-amp/pull/518 ?

CV-Bowen commented 5 months ago

@wyr8899 Yes.

wyr8899 commented 5 months ago

close