projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0b6575
)
greybus: add a connection->private field
author
Alex Elder
<elder@linaro.org>
Fri, 3 Oct 2014 20:05:21 +0000
(15:05 -0500)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Sat, 4 Oct 2014 02:02:22 +0000
(19:02 -0700)
This will be used for driver-specific data for whatever drives the
other end of the connection.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/connection.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/connection.h
b/drivers/staging/greybus/connection.h
index 15bdc815286d4174351477ce4ee7165da069fdbe..f2588a74904a2dead6929f2468d9ebd67bfed40e 100644
(file)
--- a/
drivers/staging/greybus/connection.h
+++ b/
drivers/staging/greybus/connection.h
@@
-25,6
+25,8
@@
struct gb_connection {
struct list_head operations;
atomic_t op_cycle;
+
+ void *private;
};
struct gb_connection *gb_connection_create(struct gb_interface *interface,