summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/connection.h
AgeCommit message (Expand)Author
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: bundle: kill gb_bundle_bind_protocolsJohan Hovold
2015-11-25greybus: hd: fix svc-connection handlingJohan Hovold
2015-11-25greybus: connection: add name fieldJohan Hovold
2015-11-25greybus: connection: kill GB_PROTOCOL_SKIP_SVC_CONNECTIONJohan Hovold
2015-11-25greybus: connection: clean up connection-creation interfaceJohan Hovold
2015-11-25greybus: connection: drop parent parameter from connection createJohan Hovold
2015-11-04greybus: hd: rename host-device structureJohan Hovold
2015-11-04greybus: connection: kill gb_hd_connections_exitJohan Hovold
2015-10-19greybus: connection: remove 'struct device' from 'struct gb_connection'Greg Kroah-Hartman
2015-10-15greybus: connection: add latency tag enable/disable callbacksBryan O'Donoghue
2015-09-23greybus: loopback: drop dependency on internal timestampsBryan O'Donoghue
2015-09-03greybus: connection: fail to bind if connection init failsFabien Parent
2015-09-03greybus: connection: call gb_connection_exit() from gb_connection_destroy()Viresh Kumar
2015-09-03greybus: connection: staticize gb_connection_init()Viresh Kumar
2015-08-11greybus: connection: add a timestamp kfifo to track connection handoffBryan O'Donoghue
2015-08-11greybus: connection: Save major/minor supported by moduleViresh Kumar
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