aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2015-07-22greybus: loopback: run operations a set number of timesBryan O'Donoghue1-50/+58
2015-07-22greybus: loopback: update loopback operation description commentBryan O'Donoghue1-3/+5
2015-07-22greybus: loopback: timestamp seeding should not drop metricsBryan O'Donoghue1-4/+2
2015-07-22greybus: manifest: convert pr_err to dev_errBryan O'Donoghue1-1/+1
2015-07-22greybus: manifest: reserve control connection cport/bundle idsBryan O'Donoghue1-26/+32
2015-07-22greybus: svc: No need of a separate version requestViresh Kumar1-18/+1
2015-07-22greybus: svc: Implement SVC requestsViresh Kumar2-16/+169
2015-07-22greybus: svc: Add helpers to create AP<->SVC connectionViresh Kumar5-5/+90
2015-07-22greybus: interface: Update gb_create_control_connection() to support SVC protocolViresh Kumar2-8/+28
2015-07-22greybus: connection: Allow a bundle-less connectionViresh Kumar2-15/+23
2015-07-22greybus: connection: Create gb_connection_create_range() to specify hd-cport-id rangeViresh Kumar2-3/+14
2015-07-22greybus: connection: don't send connected/disconnected events for SVC connectionViresh Kumar1-2/+2
2015-07-22greybus: Define cport/bundle for SVC protocolViresh Kumar1-1/+9
2015-07-22greybus: Define device ids for AP/SVC/modulesViresh Kumar1-1/+6
2015-07-22greybus: protocol: move version_response structure to greybus_protocols.hViresh Kumar2-6/+9
2015-07-22greybus: sync protocol and class definitionsViresh Kumar1-0/+5
2015-07-22greybus: interface: drop stale commentViresh Kumar1-2/+1
2015-07-22greybus: connections: comment style fixViresh Kumar1-1/+1
2015-07-20greybus: operation: fix atomic message submissionJohan Hovold1-1/+1
2015-07-20greybus: operation: fix atomic response allocationJohan Hovold4-8/+11
2015-07-16greybus: kernel_ver: add list_last_entry for old kernelsJohan Hovold1-0/+5
2015-07-15greybus: operation: add gb_operation_sync_timeout helperJohan Hovold2-7/+19
2015-07-15greybus: operation: allow drivers to define custom timeoutsJohan Hovold2-9/+22
2015-07-15greybus: operation: split incoming and outgoing cancellationJohan Hovold3-18/+39
2015-07-15greybus: operation: fix response-cancellation raceJohan Hovold1-4/+8
2015-07-15greybus: operation: fix operation look-up raceJohan Hovold1-11/+9
2015-07-15greybus: connection: fix protocol tear-down raceJohan Hovold1-5/+2
2015-07-15greybus: operation: fix connection tear downJohan Hovold4-49/+107
2015-07-15greybus: connection: add connection-state lockingJohan Hovold2-4/+21
2015-07-15greybus: operation: suppress response submission on connection tear downJohan Hovold1-0/+3
2015-07-15greybus: operation: clean up operation work functionJohan Hovold1-11/+10
2015-07-15greybus: operation: complete operations on cancellationJohan Hovold1-2/+1
2015-07-15greybus: operation: make cancellation synchronousJohan Hovold3-3/+23
2015-07-15greybus: operation: add active counterJohan Hovold2-2/+28
2015-07-15greybus: operation: clean up create-incoming error pathJohan Hovold1-4/+5
2015-07-15greybus: operation: fix another cancellation use-after-freeJohan Hovold1-5/+10
2015-07-14greybus: uart: fix typo in defintionBryan O'Donoghue2-2/+2
2015-07-13greybus: loopback: fix 64bit printf format errorBryan O'Donoghue1-2/+2
2015-07-13greybus: loopback: fix broken tabs in greybus_protocols.hBryan O'Donoghue1-6/+6
2015-07-13greybus: loopback: update throughput metrics to improve granularityBryan O'Donoghue1-5/+20
2015-07-13greybus: loopback: truncate maximum loop data to link sizeBryan O'Donoghue1-3/+20
2015-07-13greybus: loopback: add sink to loopback protocolBryan O'Donoghue2-0/+30
2015-07-13greybus: loopback: make loopback type input equivalent to protocol typeBryan O'Donoghue1-11/+11
2015-07-13greybus: loopback: remove spurious pr_err in sysfs storeBryan O'Donoghue1-1/+0
2015-07-13greybus: loopback: remove magic number in state-machineBryan O'Donoghue1-1/+1
2015-07-13greybus: loopback: Move loopback operation definitionsBryan O'Donoghue2-20/+21
2015-07-13greybus: Cleanup connection leftoversViresh Kumar3-0/+18
2015-07-13greybus: operation: fix incoming-response corruptionJohan Hovold1-2/+3
2015-07-13greybus: operation: fix outgoing-response corruptionJohan Hovold1-5/+6
2015-07-13greybus: operation: fix use-after-free in response receive pathJohan Hovold1-0/+7