]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
greybus: loopback: drop dependency on internal timestamps
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Wed, 23 Sep 2015 01:06:37 +0000 (18:06 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 23 Sep 2015 19:39:24 +0000 (12:39 -0700)
commitd090446a915f109e65f3b2643269b134e1ddb4ef
tree973bf816eaea70cef1b422736423b49618705915
parent608f6619a295ce755061a046e967d8e32c2f4f5b
greybus: loopback: drop dependency on internal timestamps

This patch drops tracking of internal latencies, it's possible to derive
these times via kernel tracepoints and some user-space scripting. Since
there's no other use of the internal timestamp than the loopback driver we
remove the connection.c, connection.h, es1.c, es2.c and loopback.c
inter-dependency in one go.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/connection.c
drivers/staging/greybus/connection.h
drivers/staging/greybus/es1.c
drivers/staging/greybus/es2.c
drivers/staging/greybus/loopback.c