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