summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/connection.c
Commit message (Expand)AuthorAgeFilesLines
...
| * greybus: connection: remove special check for svc cport idViresh Kumar2015-07-301-4/+2
* | greybus: svc: connection: ask SVC to create connectionsPerry Hung2015-07-291-1/+6
|/
* greybus: svc: revert svc changes to keep things working for a while.Greg Kroah-Hartman2015-07-291-6/+1
* greybus: svc: connection: ask SVC to create connectionsPerry Hung2015-07-271-1/+6
* greybus: connection: compare hd_cport_id for matching SVC protocolViresh Kumar2015-07-241-2/+4
* greybus: connection: silence warning on unbound protocolsPerry Hung2015-07-241-1/+2
* greybus: svc: fully initialize the partially initialized connectionViresh Kumar2015-07-241-0/+24
* greybus: operation: use per-connection work queuesJohan Hovold2015-07-231-0/+10
* greybus: connection: clean up creation error pathsJohan Hovold2015-07-231-8/+11
* greybus: connection: clean up connection creationJohan Hovold2015-07-231-5/+4
* greybus: connection: prevent oops for protocol_id sysfs fileGreg Kroah-Hartman2015-07-231-1/+4
* greybus: connection: fix connection initialisationJohan Hovold2015-07-221-4/+4
* greybus: connection: Allow a bundle-less connectionViresh Kumar2015-07-221-12/+19
* greybus: connection: Create gb_connection_create_range() to specify hd-cport-...Viresh Kumar2015-07-221-3/+11
* greybus: connection: don't send connected/disconnected events for SVC connectionViresh Kumar2015-07-221-2/+2
* greybus: connections: comment style fixViresh Kumar2015-07-221-1/+1
* greybus: operation: split incoming and outgoing cancellationJohan Hovold2015-07-151-1/+5
* greybus: connection: fix protocol tear-down raceJohan Hovold2015-07-151-5/+2
* greybus: operation: fix connection tear downJohan Hovold2015-07-151-7/+30
* greybus: connection: add connection-state lockingJohan Hovold2015-07-151-4/+20
* greybus: operation: make cancellation synchronousJohan Hovold2015-07-151-1/+0
* greybus: Cleanup connection leftoversViresh Kumar2015-07-131-0/+10
* greybus: connection: Use connection->dev for printing messagesViresh Kumar2015-07-081-1/+1
* greybus: interface: device_id belongs to the interfaceViresh Kumar2015-07-011-5/+5
* greybus: connection: intf_cport_id is local to an interfaceViresh Kumar2015-07-011-3/+5
* greybus: connection: bind protocol after the connection is operationalViresh Kumar2015-07-011-6/+6
* greybus: connection: send [dis]connected events over control CPortViresh Kumar2015-06-231-0/+34
* greybus: rename HOST_DEV_CPORT_ID_MAXAlex Elder2015-06-151-1/+1
* greybus: connection: un-abstract host cport id allocationAlex Elder2015-06-121-41/+20
* greybus: connection: drop unneeded gb_protocol_put() callsAlex Elder2015-06-121-2/+1
* greybus: connection: remove extra kfree() callAlex Elder2015-06-121-1/+1
* greybus: connection: check for duplicate cport idsAlex Elder2015-06-101-6/+26
* greybus: drop some unnecessary headersAlex Elder2015-06-101-3/+0
* greybus: Tear down devices in the reverse orderViresh Kumar2015-06-091-2/+2
* greybus: connection: make gb_connection_hd_find() privateAlex Elder2015-06-081-2/+2
* greybus: s/bundle_cport_id/intf_cport_idViresh Kumar2015-06-041-1/+1
* greybus: connection: name routines consistentlyViresh Kumar2015-05-201-2/+2
* greybus: connection: remove lock around ida_simple_* functionsGreg Kroah-Hartman2015-05-141-4/+0
* greybus: Unregister devices to get them freedViresh Kumar2015-04-051-1/+1
* greybus: connection: replace custom error function with dev_errJohan Hovold2015-03-191-19/+0
* greybus: connection: fix oops after failed initJohan Hovold2015-03-171-0/+4
* greybus: connection: fix locking in gb_hd_connection_findJohan Hovold2015-03-021-2/+3
* greybus: connection: fix non-atomic allocations under spin lockJohan Hovold2015-02-121-1/+1
* greybus: sysfs: put a \n at the end of all sysfs filesGreg Kroah-Hartman2015-01-021-2/+2
* greybus: bundle: create GB_DEVICE_ID_BADGreg Kroah-Hartman2015-01-021-1/+1
* greybus: protocol: split binding of prototcols to connections out of initGreg Kroah-Hartman2014-12-231-10/+38
* greybus: export needed symbols for protocolsGreg Kroah-Hartman2014-12-231-0/+1
* greybus: add module supportGreg Kroah-Hartman2014-12-231-1/+1
* greybus: interface: s/gb_interface_block/gb_interface/gGreg Kroah-Hartman2014-12-191-2/+2
* greybus: bundle: s/gb_interface/gb_bundle/gGreg Kroah-Hartman2014-12-131-12/+12