aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-21greybus: connection: drop protocol parameter from static interfaceJohan Hovold1-4/+2
2016-01-21greybus: core: defer connection creation to driver probeJohan Hovold1-0/+2
2016-01-19greybus: connection: make cport lookup thread-safeJohan Hovold1-12/+6
2016-01-19greybus: connection: serialise connection creationJohan Hovold1-1/+16
2016-01-19greybus: connection: fix lookup raceJohan Hovold1-2/+21
2016-01-19greybus: connection: drop the connection_mutexJohan Hovold1-5/+1
2016-01-19greybus: connection: destroy workqueue at unregisterJohan Hovold1-4/+4
2016-01-19greybus: connection: remove WARN_ON from destroyJohan Hovold1-1/+1
2016-01-19greybus: connection: remove broken protocol-version handlingJohan Hovold1-4/+0
2016-01-19greybus: connection: move legacy-protocol handling to legacy driverJohan Hovold1-107/+0
2016-01-19greybus: svc: drop legacy-protocol dependencyJohan Hovold1-6/+1
2016-01-19greybus: connection: remove skip-connected legacy protocol flagsJohan Hovold1-6/+10
2016-01-19greybus: connection: add helper to disable incoming operationsJohan Hovold1-0/+54
2016-01-19greybus: connection: add unidirectional enabled stateJohan Hovold1-1/+18
2016-01-19greybus: connection: make connection enable/disable thread safeJohan Hovold1-2/+18
2016-01-19greybus: connection: disable operations on enable errorsJohan Hovold1-0/+1
2016-01-19greybus: connection: clean up operation cancellation on disableJohan Hovold1-31/+28
2016-01-19greybus: connection: always cancel operations on connection disableJohan Hovold1-9/+8
2016-01-19greybus: connection: add per-connection request handlersJohan Hovold1-2/+17
2016-01-19greybus: connection: remove disable from destructorJohan Hovold1-2/+0
2016-01-19greybus: connection: rename legacy init and exit functionsJohan Hovold1-5/+5
2016-01-19greybus: legacy: add legacy-protocol bundle driverJohan Hovold1-0/+2
2016-01-12greybus: connection: refactor connection enable and disableJohan Hovold1-24/+45
2016-01-12greybus: connection: fix connection-state handlingJohan Hovold1-8/+13
2016-01-09greybus: connection: fix version-request error handlingJohan Hovold1-2/+3
2015-12-08greybus: use decimal notation for interfaces, bundles and cportsJohan Hovold1-1/+1
2015-12-08greybus: hd: make svc-connection life time coincide with host-deviceJohan Hovold1-1/+1
2015-12-08greybus: connection: separate connection creation and enablingJohan Hovold1-11/+1
2015-12-08greybus: connection: unbind protocol at exitJohan Hovold1-12/+14
2015-12-08greybus: connection: bind protocol at initJohan Hovold1-12/+8
2015-12-08greybus: connection: fail on missing protocolJohan Hovold1-2/+2
2015-12-08greybus: bundle: kill gb_bundle_bind_protocolsJohan Hovold1-1/+5
2015-12-04greybus: don't use %h and %hh for printing short and char variablesViresh Kumar1-3/+3
2015-11-25greybus: connection: unconditionally enable connectionsJohan Hovold1-13/+5
2015-11-25greybus: connection: handle bundle-less connections in svc helpersJohan Hovold1-2/+2
2015-11-25greybus: hd: fix svc-connection handlingJohan Hovold1-18/+0
2015-11-25greybus: connection: handle static connectionsJohan Hovold1-8/+11
2015-11-25greybus: connection: add name fieldJohan Hovold1-0/+17
2015-11-25greybus: connection: kill GB_PROTOCOL_SKIP_SVC_CONNECTIONJohan Hovold1-3/+2
2015-11-25greybus: connection: fix potential null-deref on createJohan Hovold1-2/+4
2015-11-25greybus: connection: clean up connection-creation interfaceJohan Hovold1-18/+46
2015-11-25greybus: svc: move endo id and ap interface id to svcJohan Hovold1-2/+2
2015-11-25greybus: connection: drop parent parameter from connection createJohan Hovold1-4/+4
2015-11-25greybus: hd: make host device a deviceJohan Hovold1-3/+3
2015-11-23greybus: connection: fix cport-id rangeJohan Hovold1-1/+1
2015-11-04greybus: hd: rename host-device structureJohan Hovold1-9/+9
2015-11-04greybus: connection: kill gb_hd_connections_exitJohan Hovold1-8/+0
2015-11-04greybus: connection: fix potential null-deref when binding protocolJohan Hovold1-1/+1
2015-11-04greybus: connection: fix potential null-deref in connection createJohan Hovold1-1/+1
2015-11-04greybus: connection: fix potential null-deref in hd_cport_enableJohan Hovold1-1/+1