]> asedeno.scripts.mit.edu Git - linux.git/commit
greybus: Notify user space only when the test finished.
authorAxel Haslam <ahaslam@baylibre.com>
Fri, 26 Feb 2016 10:39:48 +0000 (11:39 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 29 Feb 2016 22:51:38 +0000 (14:51 -0800)
commit39c2787b120a6e69e065b255d4db97ee60d73bf8
tree20e88fd09c213fcd16617b23925322febdf5ab8d
parent9b22f155beb4e5a71f86710034b478ec43af9c43
greybus: Notify user space only when the test finished.

Currently, user space is notified for every message sent,
but this is not really needed and does not work in the async case
where all messages are sent from the start.

Instead, notify userspace only when all the transfers are complete.
This allows userspace to wait in a poll loop and wakeup only when
the test is finished.

Also, don't use the bundle kobj to send the notification it is
the loopback device that contains the loopback attributes.

Signed-off-by: Axel Haslam <ahaslam@baylibre.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/loopback.c