summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.c
Commit message (Expand)AuthorAgeFilesLines
...
* greybus: connection: kill gb_hd_connections_exitJohan Hovold2015-11-041-8/+0
* greybus: connection: fix potential null-deref when binding protocolJohan Hovold2015-11-041-1/+1
* greybus: connection: fix potential null-deref in connection createJohan Hovold2015-11-041-1/+1
* greybus: connection: fix potential null-deref in hd_cport_enableJohan Hovold2015-11-041-1/+1
* greybus: connection: use bundle device for bundle error messagesJohan Hovold2015-11-041-1/+2
* greybus: connection: remove unused time-stamp definesJohan Hovold2015-11-021-4/+0
* greybus: connection: use the bundle struct device instead of the connectorGreg Kroah-Hartman2015-10-191-15/+15
* greybus: connection: remove 'struct device' from 'struct gb_connection'Greg Kroah-Hartman2015-10-191-75/+8
* greybus: connection: add latency tag enable/disable callbacksBryan O'Donoghue2015-10-151-0/+32
* greybus: connection: remove duplicate protocol lookup error messageJohan Hovold2015-10-141-4/+0
* greybus: protocol: make protocol-lookup error message more informativeJohan Hovold2015-10-141-1/+6
* greybus: connection: replace pr_err with dev_errJohan Hovold2015-10-141-3/+3
* greybus: connection: destroy connection on failing to bind itFabien Parent2015-10-141-1/+8
* greybus: svc: skip setting flags for boot over uniproViresh Kumar2015-10-091-2/+5
* greybus: loopback: drop dependency on internal timestampsBryan O'Donoghue2015-09-231-30/+0
* greybus: hd: remove connection-create/destroy callbacksJohan Hovold2015-09-171-6/+0
* greybus: hd: add optional cport enable and disable callbacksJohan Hovold2015-09-171-1/+36
* greybus: connection: add protocol-version helperJohan Hovold2015-09-171-14/+25
* greybus: connection: add control-connected helperJohan Hovold2015-09-171-12/+26
* greybus: connection: clean up control-disconnected helperJohan Hovold2015-09-171-8/+11
* greybus: connection: clean up init error pathsJohan Hovold2015-09-171-6/+8
* greybus: connection: clean up svc-connection creationJohan Hovold2015-09-171-19/+34
* greybus: connection: Add sysfs 'ap_cport_id' file for connectionsViresh Kumar2015-09-141-0/+9
* greybus: Add flags to struct gb_protocolViresh Kumar2015-09-141-18/+10
* greybus: connection: Call connection_destroy() from gb_connection_svc_connect...Viresh Kumar2015-09-141-3/+3
* greybus: connection: destroy svc connection on connection exit or errorsViresh Kumar2015-09-141-1/+18
* greybus: connection: call gb_svc_connection_create() from gb_connection_init()Viresh Kumar2015-09-141-8/+21
* greybus: Greybus driver: add a new callbacks to driverAlexandre Bailon2015-09-041-0/+5
* greybus: connection: protocol can be NULL in gb_connection_exit()Viresh Kumar2015-09-031-3/+1
* greybus: connection: fail to bind if connection init failsFabien Parent2015-09-031-5/+14
* greybus: connection: call gb_connection_exit() from gb_connection_destroy()Viresh Kumar2015-09-031-30/+30
* greybus: connection: Propagate error properlyViresh Kumar2015-09-031-1/+1
* greybus: connection: no need to verify connection->protocolViresh Kumar2015-09-031-5/+0
* greybus: connection: convert connected dev_warn() to dev_err()Viresh Kumar2015-09-031-3/+3
* greybus: connection: staticize gb_connection_init()Viresh Kumar2015-09-031-26/+26
* greybus: add num_cports field to greybus hdFabien Parent2015-09-021-1/+1
* greybus: connection: Don't free resources freed by gb_connection_release()Viresh Kumar2015-08-131-3/+1
* greybus: connection: Destroy wq on failureViresh Kumar2015-08-131-1/+3
* greybus: protocol: send own protocol version while requesting itViresh Kumar2015-08-121-13/+1
* greybus: Merge branch 'master' into branch 'svc'.Greg Kroah-Hartman2015-08-111-2/+48
|\
| * greybus: connection: Send protocol version for firmware protocolViresh Kumar2015-08-111-1/+13
| * greybus: protocol: Create request structure from within gb_protocol_get_versi...Viresh Kumar2015-08-111-1/+1
| * greybus: connection: add a timestamp kfifo to track connection handoffBryan O'Donoghue2015-08-111-1/+35
| * greybus: connection: fix jump label on device_add failureBryan O'Donoghue2015-08-111-1/+1
* | greybus: Merge branch 'master' into branch 'svc'.Greg Kroah-Hartman2015-08-111-23/+45
|\|
| * greybus: protocol: Remove unnecessary params of gb_protocol_get_version()Viresh Kumar2015-08-111-6/+1
| * greybus: connection: request protocol version before initializing connectionViresh Kumar2015-08-111-7/+24
| * greybus: connection: disconnect connection on failures during initializationViresh Kumar2015-08-111-17/+27
* | greybus: Revert "connection: remove special check for svc cport id"Greg Kroah-Hartman2015-07-301-2/+4
* | greybus: Merge branch 'master' into svc to keep it up to date.Greg Kroah-Hartman2015-07-301-4/+2
|\|