aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/connection.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-30greybus: Revert "connection: remove special check for svc cport id"Gravatar Greg Kroah-Hartman 1-2/+4
2015-07-30greybus: Merge branch 'master' into svc to keep it up to date.Gravatar Greg Kroah-Hartman 1-4/+2
2015-07-30greybus: connection: remove special check for svc cport idGravatar Viresh Kumar 1-4/+2
2015-07-29greybus: svc: connection: ask SVC to create connectionsGravatar Perry Hung 1-1/+6
2015-07-29greybus: svc: revert svc changes to keep things working for a while.Gravatar Greg Kroah-Hartman 1-6/+1
2015-07-27greybus: svc: connection: ask SVC to create connectionsGravatar Perry Hung 1-1/+6
2015-07-24greybus: connection: compare hd_cport_id for matching SVC protocolGravatar Viresh Kumar 1-2/+4
2015-07-24greybus: connection: silence warning on unbound protocolsGravatar Perry Hung 1-1/+2
2015-07-24greybus: svc: fully initialize the partially initialized connectionGravatar Viresh Kumar 1-0/+24
2015-07-23greybus: operation: use per-connection work queuesGravatar Johan Hovold 1-0/+10
2015-07-23greybus: connection: clean up creation error pathsGravatar Johan Hovold 1-8/+11
2015-07-23greybus: connection: clean up connection creationGravatar Johan Hovold 1-5/+4
2015-07-23greybus: connection: prevent oops for protocol_id sysfs fileGravatar Greg Kroah-Hartman 1-1/+4
2015-07-22greybus: connection: fix connection initialisationGravatar Johan Hovold 1-4/+4
2015-07-22greybus: connection: Allow a bundle-less connectionGravatar Viresh Kumar 1-12/+19
2015-07-22greybus: connection: Create gb_connection_create_range() to specify hd-cport-...Gravatar Viresh Kumar 1-3/+11
2015-07-22greybus: connection: don't send connected/disconnected events for SVC connectionGravatar Viresh Kumar 1-2/+2
2015-07-22greybus: connections: comment style fixGravatar Viresh Kumar 1-1/+1
2015-07-15greybus: operation: split incoming and outgoing cancellationGravatar Johan Hovold 1-1/+5
2015-07-15greybus: connection: fix protocol tear-down raceGravatar Johan Hovold 1-5/+2
2015-07-15greybus: operation: fix connection tear downGravatar Johan Hovold 1-7/+30
2015-07-15greybus: connection: add connection-state lockingGravatar Johan Hovold 1-4/+20
2015-07-15greybus: operation: make cancellation synchronousGravatar Johan Hovold 1-1/+0
2015-07-13greybus: Cleanup connection leftoversGravatar Viresh Kumar 1-0/+10
2015-07-08greybus: connection: Use connection->dev for printing messagesGravatar Viresh Kumar 1-1/+1
2015-07-01greybus: interface: device_id belongs to the interfaceGravatar Viresh Kumar 1-5/+5
2015-07-01greybus: connection: intf_cport_id is local to an interfaceGravatar Viresh Kumar 1-3/+5
2015-07-01greybus: connection: bind protocol after the connection is operationalGravatar Viresh Kumar 1-6/+6
2015-06-23greybus: connection: send [dis]connected events over control CPortGravatar Viresh Kumar 1-0/+34
2015-06-15greybus: rename HOST_DEV_CPORT_ID_MAXGravatar Alex Elder 1-1/+1
2015-06-12greybus: connection: un-abstract host cport id allocationGravatar Alex Elder 1-41/+20
2015-06-12greybus: connection: drop unneeded gb_protocol_put() callsGravatar Alex Elder 1-2/+1
2015-06-12greybus: connection: remove extra kfree() callGravatar Alex Elder 1-1/+1
2015-06-10greybus: connection: check for duplicate cport idsGravatar Alex Elder 1-6/+26
2015-06-10greybus: drop some unnecessary headersGravatar Alex Elder 1-3/+0
2015-06-09greybus: Tear down devices in the reverse orderGravatar Viresh Kumar 1-2/+2
2015-06-08greybus: connection: make gb_connection_hd_find() privateGravatar Alex Elder 1-2/+2
2015-06-04greybus: s/bundle_cport_id/intf_cport_idGravatar Viresh Kumar 1-1/+1
2015-05-20greybus: connection: name routines consistentlyGravatar Viresh Kumar 1-2/+2
2015-05-14greybus: connection: remove lock around ida_simple_* functionsGravatar Greg Kroah-Hartman 1-4/+0
2015-04-05greybus: Unregister devices to get them freedGravatar Viresh Kumar 1-1/+1
2015-03-19greybus: connection: replace custom error function with dev_errGravatar Johan Hovold 1-19/+0
2015-03-17greybus: connection: fix oops after failed initGravatar Johan Hovold 1-0/+4
2015-03-02greybus: connection: fix locking in gb_hd_connection_findGravatar Johan Hovold 1-2/+3
2015-02-12greybus: connection: fix non-atomic allocations under spin lockGravatar Johan Hovold 1-1/+1
2015-01-02greybus: sysfs: put a \n at the end of all sysfs filesGravatar Greg Kroah-Hartman 1-2/+2
2015-01-02greybus: bundle: create GB_DEVICE_ID_BADGravatar Greg Kroah-Hartman 1-1/+1
2014-12-23greybus: protocol: split binding of prototcols to connections out of initGravatar Greg Kroah-Hartman 1-10/+38
2014-12-23greybus: export needed symbols for protocolsGravatar Greg Kroah-Hartman 1-0/+1
2014-12-23greybus: add module supportGravatar Greg Kroah-Hartman 1-1/+1