aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/connection.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-23greybus: connection: fix cport-id rangeGravatar Johan Hovold 1-1/+1
2015-11-04greybus: hd: rename host-device structureGravatar Johan Hovold 1-9/+9
2015-11-04greybus: connection: kill gb_hd_connections_exitGravatar Johan Hovold 1-8/+0
2015-11-04greybus: connection: fix potential null-deref when binding protocolGravatar Johan Hovold 1-1/+1
2015-11-04greybus: connection: fix potential null-deref in connection createGravatar Johan Hovold 1-1/+1
2015-11-04greybus: connection: fix potential null-deref in hd_cport_enableGravatar Johan Hovold 1-1/+1
2015-11-04greybus: connection: use bundle device for bundle error messagesGravatar Johan Hovold 1-1/+2
2015-11-02greybus: connection: remove unused time-stamp definesGravatar Johan Hovold 1-4/+0
2015-10-19greybus: connection: use the bundle struct device instead of the connectorGravatar Greg Kroah-Hartman 1-15/+15
2015-10-19greybus: connection: remove 'struct device' from 'struct gb_connection'Gravatar Greg Kroah-Hartman 1-75/+8
2015-10-15greybus: connection: add latency tag enable/disable callbacksGravatar Bryan O'Donoghue 1-0/+32
2015-10-14greybus: connection: remove duplicate protocol lookup error messageGravatar Johan Hovold 1-4/+0
2015-10-14greybus: protocol: make protocol-lookup error message more informativeGravatar Johan Hovold 1-1/+6
2015-10-14greybus: connection: replace pr_err with dev_errGravatar Johan Hovold 1-3/+3
2015-10-14greybus: connection: destroy connection on failing to bind itGravatar Fabien Parent 1-1/+8
2015-10-09greybus: svc: skip setting flags for boot over uniproGravatar Viresh Kumar 1-2/+5
2015-09-23greybus: loopback: drop dependency on internal timestampsGravatar Bryan O'Donoghue 1-30/+0
2015-09-17greybus: hd: remove connection-create/destroy callbacksGravatar Johan Hovold 1-6/+0
2015-09-17greybus: hd: add optional cport enable and disable callbacksGravatar Johan Hovold 1-1/+36
2015-09-17greybus: connection: add protocol-version helperGravatar Johan Hovold 1-14/+25
2015-09-17greybus: connection: add control-connected helperGravatar Johan Hovold 1-12/+26
2015-09-17greybus: connection: clean up control-disconnected helperGravatar Johan Hovold 1-8/+11
2015-09-17greybus: connection: clean up init error pathsGravatar Johan Hovold 1-6/+8
2015-09-17greybus: connection: clean up svc-connection creationGravatar Johan Hovold 1-19/+34
2015-09-14greybus: connection: Add sysfs 'ap_cport_id' file for connectionsGravatar Viresh Kumar 1-0/+9
2015-09-14greybus: Add flags to struct gb_protocolGravatar Viresh Kumar 1-18/+10
2015-09-14greybus: connection: Call connection_destroy() from gb_connection_svc_connect...Gravatar Viresh Kumar 1-3/+3
2015-09-14greybus: connection: destroy svc connection on connection exit or errorsGravatar Viresh Kumar 1-1/+18
2015-09-14greybus: connection: call gb_svc_connection_create() from gb_connection_init()Gravatar Viresh Kumar 1-8/+21
2015-09-04greybus: Greybus driver: add a new callbacks to driverGravatar Alexandre Bailon 1-0/+5
2015-09-03greybus: connection: protocol can be NULL in gb_connection_exit()Gravatar Viresh Kumar 1-3/+1
2015-09-03greybus: connection: fail to bind if connection init failsGravatar Fabien Parent 1-5/+14
2015-09-03greybus: connection: call gb_connection_exit() from gb_connection_destroy()Gravatar Viresh Kumar 1-30/+30
2015-09-03greybus: connection: Propagate error properlyGravatar Viresh Kumar 1-1/+1
2015-09-03greybus: connection: no need to verify connection->protocolGravatar Viresh Kumar 1-5/+0
2015-09-03greybus: connection: convert connected dev_warn() to dev_err()Gravatar Viresh Kumar 1-3/+3
2015-09-03greybus: connection: staticize gb_connection_init()Gravatar Viresh Kumar 1-26/+26
2015-09-02greybus: add num_cports field to greybus hdGravatar Fabien Parent 1-1/+1
2015-08-13greybus: connection: Don't free resources freed by gb_connection_release()Gravatar Viresh Kumar 1-3/+1
2015-08-13greybus: connection: Destroy wq on failureGravatar Viresh Kumar 1-1/+3
2015-08-12greybus: protocol: send own protocol version while requesting itGravatar Viresh Kumar 1-13/+1
2015-08-11greybus: Merge branch 'master' into branch 'svc'.Gravatar Greg Kroah-Hartman 1-2/+48
2015-08-11greybus: connection: Send protocol version for firmware protocolGravatar Viresh Kumar 1-1/+13
2015-08-11greybus: protocol: Create request structure from within gb_protocol_get_versi...Gravatar Viresh Kumar 1-1/+1
2015-08-11greybus: connection: add a timestamp kfifo to track connection handoffGravatar Bryan O'Donoghue 1-1/+35
2015-08-11greybus: connection: fix jump label on device_add failureGravatar Bryan O'Donoghue 1-1/+1
2015-08-11greybus: Merge branch 'master' into branch 'svc'.Gravatar Greg Kroah-Hartman 1-23/+45
2015-08-11greybus: protocol: Remove unnecessary params of gb_protocol_get_version()Gravatar Viresh Kumar 1-6/+1
2015-08-11greybus: connection: request protocol version before initializing connectionGravatar Viresh Kumar 1-7/+24
2015-08-11greybus: connection: disconnect connection on failures during initializationGravatar Viresh Kumar 1-17/+27