summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.c
AgeCommit message (Expand)Author
2016-02-02greybus: connection: Fix sparse warnings around lockingViresh Kumar
2016-01-21greybus: connection: set request handlers at creationJohan Hovold
2016-01-21greybus: connection: return error-valued pointer on creation errorsJohan Hovold
2016-01-21greybus: connection: rename connection-create interfaceJohan Hovold
2016-01-21greybus: connection: simplify connection-creation interfaceJohan Hovold
2016-01-21greybus: connection: drop the legacy protocol-id parameterJohan Hovold
2016-01-21greybus: connection: add helper to create control connectionsJohan Hovold
2016-01-21greybus: connection: drop protocol parameter from static interfaceJohan Hovold
2016-01-21greybus: core: defer connection creation to driver probeJohan Hovold
2016-01-19greybus: connection: make cport lookup thread-safeJohan Hovold
2016-01-19greybus: connection: serialise connection creationJohan Hovold
2016-01-19greybus: connection: fix lookup raceJohan Hovold
2016-01-19greybus: connection: drop the connection_mutexJohan Hovold
2016-01-19greybus: connection: destroy workqueue at unregisterJohan Hovold
2016-01-19greybus: connection: remove WARN_ON from destroyJohan Hovold
2016-01-19greybus: connection: remove broken protocol-version handlingJohan Hovold
2016-01-19greybus: connection: move legacy-protocol handling to legacy driverJohan Hovold
2016-01-19greybus: svc: drop legacy-protocol dependencyJohan Hovold
2016-01-19greybus: connection: remove skip-connected legacy protocol flagsJohan Hovold
2016-01-19greybus: connection: add helper to disable incoming operationsJohan Hovold
2016-01-19greybus: connection: add unidirectional enabled stateJohan Hovold
2016-01-19greybus: connection: make connection enable/disable thread safeJohan Hovold
2016-01-19greybus: connection: disable operations on enable errorsJohan Hovold
2016-01-19greybus: connection: clean up operation cancellation on disableJohan Hovold
2016-01-19greybus: connection: always cancel operations on connection disableJohan Hovold
2016-01-19greybus: connection: add per-connection request handlersJohan Hovold
2016-01-19greybus: connection: remove disable from destructorJohan Hovold
2016-01-19greybus: connection: rename legacy init and exit functionsJohan Hovold
2016-01-19greybus: legacy: add legacy-protocol bundle driverJohan Hovold
2016-01-12greybus: connection: refactor connection enable and disableJohan Hovold
2016-01-12greybus: connection: fix connection-state handlingJohan Hovold
2016-01-09greybus: connection: fix version-request error handlingJohan Hovold
2015-12-08greybus: use decimal notation for interfaces, bundles and cportsJohan Hovold
2015-12-08greybus: hd: make svc-connection life time coincide with host-deviceJohan Hovold
2015-12-08greybus: connection: separate connection creation and enablingJohan Hovold
2015-12-08greybus: connection: unbind protocol at exitJohan Hovold
2015-12-08greybus: connection: bind protocol at initJohan Hovold
2015-12-08greybus: connection: fail on missing protocolJohan Hovold
2015-12-08greybus: bundle: kill gb_bundle_bind_protocolsJohan Hovold
2015-12-04greybus: don't use %h and %hh for printing short and char variablesViresh Kumar
2015-11-25greybus: connection: unconditionally enable connectionsJohan Hovold
2015-11-25greybus: connection: handle bundle-less connections in svc helpersJohan Hovold
2015-11-25greybus: hd: fix svc-connection handlingJohan Hovold
2015-11-25greybus: connection: handle static connectionsJohan Hovold
2015-11-25greybus: connection: add name fieldJohan Hovold
2015-11-25greybus: connection: kill GB_PROTOCOL_SKIP_SVC_CONNECTIONJohan Hovold
2015-11-25greybus: connection: fix potential null-deref on createJohan Hovold
2015-11-25greybus: connection: clean up connection-creation interfaceJohan Hovold
2015-11-25greybus: svc: move endo id and ap interface id to svcJohan Hovold
2015-11-25greybus: connection: drop parent parameter from connection createJohan Hovold