summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.c
Commit message (Expand)AuthorAgeFilesLines
* greybus: use decimal notation for interfaces, bundles and cportsJohan Hovold2015-12-081-1/+1
* greybus: hd: make svc-connection life time coincide with host-deviceJohan Hovold2015-12-081-1/+1
* greybus: connection: separate connection creation and enablingJohan Hovold2015-12-081-11/+1
* greybus: connection: unbind protocol at exitJohan Hovold2015-12-081-12/+14
* greybus: connection: bind protocol at initJohan Hovold2015-12-081-12/+8
* greybus: connection: fail on missing protocolJohan Hovold2015-12-081-2/+2
* greybus: bundle: kill gb_bundle_bind_protocolsJohan Hovold2015-12-081-1/+5
* greybus: don't use %h and %hh for printing short and char variablesViresh Kumar2015-12-041-3/+3
* greybus: connection: unconditionally enable connectionsJohan Hovold2015-11-251-13/+5
* greybus: connection: handle bundle-less connections in svc helpersJohan Hovold2015-11-251-2/+2
* greybus: hd: fix svc-connection handlingJohan Hovold2015-11-251-18/+0
* greybus: connection: handle static connectionsJohan Hovold2015-11-251-8/+11
* greybus: connection: add name fieldJohan Hovold2015-11-251-0/+17
* greybus: connection: kill GB_PROTOCOL_SKIP_SVC_CONNECTIONJohan Hovold2015-11-251-3/+2
* greybus: connection: fix potential null-deref on createJohan Hovold2015-11-251-2/+4
* greybus: connection: clean up connection-creation interfaceJohan Hovold2015-11-251-18/+46
* greybus: svc: move endo id and ap interface id to svcJohan Hovold2015-11-251-2/+2
* greybus: connection: drop parent parameter from connection createJohan Hovold2015-11-251-4/+4
* greybus: hd: make host device a deviceJohan Hovold2015-11-251-3/+3
* greybus: connection: fix cport-id rangeJohan Hovold2015-11-231-1/+1
* greybus: hd: rename host-device structureJohan Hovold2015-11-041-9/+9
* 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
OpenPOWER on IntegriCloud