summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/loopback.c
AgeCommit message (Expand)Author
2015-08-14greybus: Drop protocol specific _PROTOCOL_VERSION and _INVALID macrosViresh Kumar
2015-08-11greybus: loopback: handle timestamp roll-overBryan O'Donoghue
2015-08-11greybus: loopback: functionally decompose calculation of turn-around timesBryan O'Donoghue
2015-08-11greybus: loopback: Drop get_version supportViresh Kumar
2015-08-03greybus: loopback: fix connection cleanup pathsAlex Elder
2015-08-03greybus: loopback: compute average stats on demand onlyAlex Elder
2015-08-03greybus: loopback: use separate attribute macro for averageAlex Elder
2015-08-03greybus: loopback: all read-only attributes are unsignedAlex Elder
2015-08-03greybus: loopback: error is an unsigned attributeAlex Elder
2015-08-03greybus: loopback: use a 32-bit countAlex Elder
2015-08-03greybus: loopback: record 32-bit min and maxAlex Elder
2015-08-03greybus: loopback: use u32 for stats updateAlex Elder
2015-08-03greybus: loopback: use U64_MAX for initializationAlex Elder
2015-08-03greybus: loopback: drop unneeded casts for void pointersAlex Elder
2015-08-03greybus: looback: fix two typosAlex Elder
2015-07-28greybus: loopback: warn user if kfifo cannot log all dataBryan O'Donoghue
2015-07-28greybus: loopback: provide interface to read all latency data-pointsBryan O'Donoghue
2015-07-28greybus: loopback: make loopback code thread safeBryan O'Donoghue
2015-07-28greybus: loopback: remove redundant timestampingBryan O'Donoghue
2015-07-24greybus: loopback: convert loopback wake/sleep to a waitqueueBryan O'Donoghue
2015-07-24greybus: loopback: add poll support to the iteration_count sysfs fileGreg Kroah-Hartman
2015-07-22greybus: loopback: rename frequency to requestsBryan O'Donoghue
2015-07-22greybus: loopback: add commentary to sysfs variablesBryan O'Donoghue
2015-07-22greybus: loopback: run operations a set number of timesBryan O'Donoghue
2015-07-22greybus: loopback: update loopback operation description commentBryan O'Donoghue
2015-07-22greybus: loopback: timestamp seeding should not drop metricsBryan O'Donoghue
2015-07-20greybus: operation: fix atomic response allocationJohan Hovold
2015-07-13greybus: loopback: fix 64bit printf format errorBryan O'Donoghue
2015-07-13greybus: loopback: update throughput metrics to improve granularityBryan O'Donoghue
2015-07-13greybus: loopback: truncate maximum loop data to link sizeBryan O'Donoghue
2015-07-13greybus: loopback: add sink to loopback protocolBryan O'Donoghue
2015-07-13greybus: loopback: make loopback type input equivalent to protocol typeBryan O'Donoghue
2015-07-13greybus: loopback: remove spurious pr_err in sysfs storeBryan O'Donoghue
2015-07-13greybus: loopback: remove magic number in state-machineBryan O'Donoghue
2015-07-13greybus: loopback: Move loopback operation definitionsBryan O'Donoghue
2015-05-14greybus: loopback: add more clean up when init connection failsPhong Tran
2015-05-12greybus: loopback: support module-initiated requestsAlex Elder
2015-05-12greybus: loopback: define loopback functions symbolicallyAlex Elder
2015-05-12greybus: loopback: symbolically define max wait timeAlex Elder
2015-05-12greybus: loopback: fix an incorrect commentAlex Elder
2015-05-12greybus: loopback: return the right error valueAlex Elder
2015-05-12greybus: loopback: fix the type attribute checkAlex Elder
2015-04-16greybus: loopback: fix 64-bit divisionsJohan Hovold
2015-03-31greybus: loopback: use the attribute groups, not groupGreg Kroah-Hartman
2015-03-31greybus: loopback: fix build breakage about SZ_4KGreg Kroah-Hartman
2015-03-31greybus: Add loopback protocolAlexandre Bailon