virtio: wake up interrupt after all messages are added
authorMunkyu Im <munkyu.im@samsung.com>
Thu, 17 Nov 2016 10:02:07 +0000 (19:02 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 22 Nov 2016 10:46:55 +0000 (19:46 +0900)
commitb47584329beb3ea148742c95589cf2611ae5fa9b
tree26ca7d4cbe3215d29a31320d65451df40d3e1340
parent7db10746c25486a38fc7524b11c10f64bb17c0f0
virtio: wake up interrupt after all messages are added

In case of using multiple message with list,
wake up interrupt should call after all messages are added to list.
Otherwise, synchronization problem can be occurred.

Change-Id: I808f54d8d08267e8038e6fe17187abaaa10edf56
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
drivers/maru/maru_virtio_evdi.c
drivers/maru/maru_virtio_nfc.c
drivers/maru/maru_virtio_vmodem.c