summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/loopback.c
AgeCommit message (Expand)Author
2016-05-19greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil
2016-04-29greybus: loopback: remove unsupported version requestJohan Hovold
2016-03-16greybus: Ensure gb->mutex is held when adding timerBryan O'Donoghue
2016-03-16greybus: loopback: Fix broken loopback min valuesAlexandre Bailon
2016-03-09greybus: loopback: Fix broken synchonous testAlexandre Bailon
2016-03-09greybus: loopback: round closest the sixth decimalAlexandre Bailon
2016-03-09greybus: loopback: Fix warning on 32-bit buildAlexandre Bailon
2016-03-03greybus: loopback: fix double error countJohan Hovold
2016-02-29greybus: Notify user space only when the test finished.Axel Haslam
2016-02-25greybus: loopback: Fix averagingAlexandre Bailon
2016-02-25greybus: loopback: Fix throughput calculationsAlexandre Bailon
2016-02-25greybus: loopback: Fix incoherency in calculations in the case of errorAlexandre Bailon
2016-02-25greybus: loopback: Fix calculations error for ping transfersAlexandre Bailon
2016-02-17greybus: Revert "gb_loopback: Fix throughput calculations"Greg Kroah-Hartman
2016-02-17greybus: gb_loopback: Fix throughput calculationsAlexandre Bailon
2016-02-15greybus: loopback: convert to bundle driverViresh Kumar
2016-02-11greybus: bundle: remove private data fieldJohan Hovold
2016-02-11greybus: loopback: add missing pr_fmtJohan Hovold
2015-12-11greybus: loopback: Add asynchronous backoffBryan O'Donoghue
2015-12-11greybus: loopback: Wait for all async operations to complete on exitBryan O'Donoghue
2015-12-11greybus: loopback: Retrun -ENOMEM if operation allocation failsBryan O'Donoghue
2015-12-11greybus: loopback: Drop NULL check on container_of pointerBryan O'Donoghue
2015-12-11greybus: loopback: register a struct device.Axel Haslam
2015-12-10greybus: loopback: remove mask attributeAxel Haslam
2015-12-07greybus: loopback: Ensure we reset stats once and once onlyBryan O'Donoghue
2015-12-07greybus: loopback: Convert thread delay to microsecondsBryan O'Donoghue
2015-12-07greybus: loopback: Add asynchronous bi-directional supportBryan O'Donoghue
2015-12-07greybus: loopback: Convert cross-thread mutex to spinlock while relaxing conn...Bryan O'Donoghue
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