summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-11greybus: connection: add a timestamp kfifo to track connection handoffBryan O'Donoghue1-0/+5
2015-08-11greybus: connection: Save major/minor supported by moduleViresh Kumar1-0/+2
2015-07-24greybus: svc: fully initialize the partially initialized connectionViresh Kumar1-0/+2
2015-07-23greybus: operation: use per-connection work queuesJohan Hovold1-0/+2
2015-07-22greybus: connection: Allow a bundle-less connectionViresh Kumar1-3/+4
2015-07-22greybus: connection: Create gb_connection_create_range() to specify hd-cport-...Viresh Kumar1-0/+3
2015-07-15greybus: operation: fix connection tear downJohan Hovold1-1/+1
2015-07-15greybus: connection: add connection-state lockingJohan Hovold1-0/+1
2015-07-13greybus: Cleanup connection leftoversViresh Kumar1-0/+1
2015-06-08greybus: connection: make gb_connection_hd_find() privateAlex Elder1-3/+0
2015-06-04greybus: s/bundle_cport_id/intf_cport_idViresh Kumar1-1/+1
2015-05-20greybus: remove unnecessary greybus.h includesJohan Hovold1-2/+0
2015-05-20greybus: connection: name routines consistentlyViresh Kumar1-1/+1
2015-03-19greybus: connection: replace custom error function with dev_errJohan Hovold1-2/+0
2014-12-23greybus: protocol: split binding of prototcols to connections out of initGreg Kroah-Hartman1-0/+5
2014-12-13greybus: bundle: s/gb_interface/gb_bundle/gGreg Kroah-Hartman1-4/+4
2014-12-12greybus: add Linaro copyrightsAlex Elder1-0/+1
2014-12-03greybus: make op_cycle atomic (again)Alex Elder1-1/+1
2014-12-03greybus: get rid of pending operations listAlex Elder1-1/+0
2014-11-21greybus: Random spell fixesViresh Kumar1-1/+1
2014-11-21greybus: rename greybus_cport_in()Alex Elder1-1/+1
2014-11-17greybus: kill off the last of gbuf.cAlex Elder1-0/+2
2014-11-17greybus: use a simple list of hd connectionsAlex Elder1-1/+1
2014-11-14greybus: op_cycle doesn't need to be atomicAlex Elder1-3/+1
2014-11-14greybus: simplify pending operations trackingAlex Elder1-1/+1
2014-11-05greybus: move methods into protocolAlex Elder1-11/+0
2014-11-05greybus: count rather than list protocol usersAlex Elder1-1/+0
2014-10-29greybus: introduce protocol abstractionAlex Elder1-1/+3
2014-10-29greybus: use protocol_id for numeric valuesAlex Elder1-2/+3
2014-10-28greybus: Merge branch 'master' into driver_model_reworkGreg Kroah-Hartman1-0/+11
2014-10-28greybus: begin abstracting connection operationsAlex Elder1-0/+11
2014-10-27greybus: operation: make the timeout a per-operation thing, not per-connectionGreg Kroah-Hartman1-1/+0
2014-10-24greybus: hook up greybus to the driver modelGreg Kroah-Hartman1-0/+2
2014-10-22greybus: define connection stateAlex Elder1-0/+9
2014-10-22greybus: time out operation requestsAlex Elder1-0/+1
2014-10-21greybus: improve module cleanup codeAlex Elder1-0/+1
2014-10-17greybus: add device initializationAlex Elder1-0/+2
2014-10-17greybus: add gb_operation_find()Alex Elder1-1/+2
2014-10-06greybus: add bg_hd_connection_find()Alex Elder1-1/+4
2014-10-03greybus: define gb_connection_err()Alex Elder1-0/+3
2014-10-03greybus: add a connection->private fieldAlex Elder1-0/+2
2014-10-02greybus: record connection protocolAlex Elder1-2/+2
2014-10-02greybus: get rid of functions now...Alex Elder1-5/+8
2014-10-02greybus: allocate connection host cport idAlex Elder1-1/+1
2014-10-02greybus: fix connection header declarationsAlex Elder1-4/+3
2014-10-02greybus: introduce an operation abstractionAlex Elder1-0/+5
2014-10-02greybus: introduce a connection abstractionAlex Elder1-0/+29