summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/loopback.c
AgeCommit message (Expand)Author
2015-12-04greybus: don't use %h and %hh for printing short and char variablesViresh Kumar
2015-12-03greybus: loopback: drop bus aggregate calculationBryan O'Donoghue
2015-12-03greybus: loopback: Drop unused timeval variablesBryan O'Donoghue
2015-12-03greybus: loopback: Move latency_ts initialization to transfer routineBryan O'Donoghue
2015-12-03greybus: loopback: Relax locking during loopback operationsBryan O'Donoghue
2015-11-25greybus: loopback: remove endo referenceJohan Hovold
2015-11-25greybus: interface: make interfaces children of host devicesJohan Hovold
2015-11-19greybus: loopback: allocate a response even for a 0-byte requestBartosz Golaszewski
2015-11-19greybus: loopback: fix invalid response sizeAlexandre Bailon
2015-11-11greybus: loopback: fix layer violationJohan Hovold
2015-10-19greybus: loopback: use the bundle struct device instead of the connectorGreg Kroah-Hartman
2015-10-15greybus: loopback: capture and present firmware supplied latenciesBryan O'Donoghue
2015-10-15greybus: loopback: add tracker variables to hold firmware timestampsBryan O'Donoghue
2015-10-15greybus: loopback: send command to APBridge to tag throughputBryan O'Donoghue
2015-09-29greybus: operation: remove gb_operation_destroyJohan Hovold
2015-09-23greybus: loopback: remove module specific identifier from debugfs nameBryan O'Donoghue
2015-09-23greybus: loopback: drop redundant endo0 string from debugfs entry nameBryan O'Donoghue
2015-09-23greybus: loopback: masked out threads should sleepBryan O'Donoghue
2015-09-23greybus: loopback: move sysfs entries to /sys/bus/greybus/devices/endo0Bryan O'Donoghue
2015-09-23greybus: loopback: drop dependency on internal timestampsBryan O'Donoghue
2015-09-14greybus: loopback: use dev_name to populate sysfsnameBryan O'Donoghue
2015-09-14greybus: loopback: add gb_loopback_operation_syncBryan O'Donoghue
2015-09-14greybus: loopback: sort list of connections for masking purposesBryan O'Donoghue
2015-09-14greybus: loopback: add response len to loopback protocolBryan O'Donoghue
2015-09-14greybus: loopback: convert pr_info to dev_errBryan O'Donoghue
2015-09-14greybus: loopback: ensure sysfs entries are cleaned up on exitBryan O'Donoghue
2015-09-14greybus: loopback: ensure debugfs entires are cleaned up on exitBryan O'Donoghue
2015-09-14greybus: loopback: exit kfree after mutex releaseBryan O'Donoghue
2015-09-14greybus: loopback: hold a coarse lock while init/exit runBryan O'Donoghue
2015-09-14greybus: loopback: ensure count decrement happens before sysfs_remove_groupsBryan O'Donoghue
2015-09-04greybus: loopback: make sure to list_del on connection_exitBryan O'Donoghue
2015-08-18greybus: loopback: fix typo in commentBryan O'Donoghue
2015-08-18greybus: loopback: add module level sys/debug fs data pointsBryan O'Donoghue
2015-08-18greybus: loopback: remove checkpatch error causing macroBryan O'Donoghue
2015-08-18greybus: loopback: initialized ms_wait negate warningBryan O'Donoghue
2015-08-18greybus: loopback: add bitmask of connections to include in testBryan O'Donoghue
2015-08-18greybus: loopback: graph round-trip time for all threadsBryan O'Donoghue
2015-08-18greybus: loopback: functionally decompose gb_loopback_calc_latencyBryan O'Donoghue
2015-08-18greybus: loopback: add gb_loopback_nsec_to_usec_latencyBryan O'Donoghue
2015-08-18greybus: loopback: support synchronized tests over multiple cportsBryan O'Donoghue
2015-08-18greybus: loopback: convert sample report interface to debugfsBryan O'Donoghue
2015-08-18greybus: loopback: add ability to graph greybus latencyBryan O'Donoghue
2015-08-14greybus: loopback: Print error on data mismatchViresh Kumar
2015-08-14greybus: loopback: Send some sensible dataViresh Kumar
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