aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-26Staging: greybus: Alignment should match open parenthesisBhanusree Pola1-1/+1
2018-11-09staging: greybus: correct SPDX License IdentifierIoannis Valasakis1-1/+1
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2016-06-24greybus: connection: add support for high-priority connectionsJohan Hovold1-0/+1
2016-06-24greybus: connection: prevent drivers from specifying core flagsJohan Hovold1-0/+2
2016-05-31greybus: gbphy: Remove protocol specific version handlingViresh Kumar1-3/+0
2016-05-27greybus: interface: implement generic mode-switch functionalityJohan Hovold1-0/+5
2016-05-27greybus: connection: implement proper connection closureJohan Hovold1-3/+4
2016-05-27greybus: connection: remove unused invalid stateJohan Hovold1-4/+3
2016-05-27greybus: connection: add control connection flagJohan Hovold1-0/+6
2016-05-27greybus: core: avoid I/O to disconnected interfacesJohan Hovold1-0/+1
2016-05-20greybus: legacy: remove legacy driver supportDavid Lin1-1/+0
2016-05-13greybus: es2: add support for CDSI1 allocationJohan Hovold1-0/+1
2016-05-13greybus: connection: add helper for creating offloaded connectionJohan Hovold1-1/+3
2016-05-13greybus: connection: add offloaded connection flagJohan Hovold1-0/+6
2016-05-13greybus: connection: add no-flow-control connection flagJohan Hovold1-0/+7
2016-03-22greybus: connection: add functions to get/set private dataGreg Kroah-Hartman1-0/+11
2016-03-04greybus: connection: add CSD connection flagJohan Hovold1-0/+7
2016-03-04greybus: connection: add connection-flag interfaceJohan Hovold1-0/+4
2016-01-21greybus: connection: set request handlers at creationJohan Hovold1-8/+4
2016-01-21greybus: connection: remove legacy protocol id from coreJohan Hovold1-1/+0
2016-01-21greybus: connection: rename connection-create interfaceJohan Hovold1-1/+1
2016-01-21greybus: connection: simplify connection-creation interfaceJohan Hovold1-2/+2
2016-01-21greybus: connection: drop the legacy protocol-id parameterJohan Hovold1-2/+1
2016-01-21greybus: connection: add helper to create control connectionsJohan Hovold1-0/+1
2016-01-21greybus: connection: drop protocol parameter from static interfaceJohan Hovold1-1/+1
2016-01-19greybus: connection: remove broken protocol-version handlingJohan Hovold1-2/+0
2016-01-19greybus: connection: move legacy-protocol handling to legacy driverJohan Hovold1-3/+0
2016-01-19greybus: connection: add helper to disable incoming operationsJohan Hovold1-0/+1
2016-01-19greybus: connection: add unidirectional enabled stateJohan Hovold1-1/+6
2016-01-19greybus: connection: make connection enable/disable thread safeJohan Hovold1-0/+1
2016-01-19greybus: connection: always cancel operations on connection disableJohan Hovold1-1/+0
2016-01-19greybus: connection: add per-connection request handlersJohan Hovold1-1/+8
2016-01-19greybus: connection: rename legacy init and exit functionsJohan Hovold1-2/+5
2016-01-12greybus: connection: fix connection-state handlingJohan Hovold1-2/+1
2015-12-08greybus: hd: make svc-connection life time coincide with host-deviceJohan Hovold1-0/+1
2015-12-08greybus: connection: separate connection creation and enablingJohan Hovold1-0/+2
2015-12-08greybus: bundle: kill gb_bundle_bind_protocolsJohan Hovold1-2/+0
2015-11-25greybus: hd: fix svc-connection handlingJohan Hovold1-3/+0
2015-11-25greybus: connection: add name fieldJohan Hovold1-0/+1
2015-11-25greybus: connection: kill GB_PROTOCOL_SKIP_SVC_CONNECTIONJohan Hovold1-0/+5
2015-11-25greybus: connection: clean up connection-creation interfaceJohan Hovold1-6/+7
2015-11-25greybus: connection: drop parent parameter from connection createJohan Hovold1-1/+1
2015-11-04greybus: hd: rename host-device structureJohan Hovold1-3/+3
2015-11-04greybus: connection: kill gb_hd_connections_exitJohan Hovold1-1/+0
2015-10-19greybus: connection: remove 'struct device' from 'struct gb_connection'Greg Kroah-Hartman1-2/+1
2015-10-15greybus: connection: add latency tag enable/disable callbacksBryan O'Donoghue1-0/+3
2015-09-23greybus: loopback: drop dependency on internal timestampsBryan O'Donoghue1-4/+0
2015-09-03greybus: connection: fail to bind if connection init failsFabien Parent1-1/+1