summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/loopback.c
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: Remove redundant license textGreg Kroah-Hartman2017-11-111-2/+0
* staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: greybus: loopback: convert loopback to use generic async operationsBryan O'Donoghue2017-11-061-139/+29
* staging: greybus: loopback: Fix iteration count on async pathBryan O'Donoghue2017-11-061-1/+3
* staging: greybus: loopback: Hold per-connection mutex across operationsBryan O'Donoghue2017-11-061-3/+1
* staging: greybus/loopback: use ktime_get() for time intervalsArnd Bergmann2017-11-061-24/+18
* staging: greybus: remove unused kfifo_tsArnd Bergmann2017-11-031-24/+3
* staging: greybus: compress return logicArushi Singhal2017-03-271-4/+1
* staging: greybus: fix symbolic permission coding style issuesGioh Kim2017-02-121-1/+1
* staging: greybus: operation: add generic timeout supportJohan Hovold2017-02-091-0/+1
* staging: greybus: loopback: fix broken udelayJohan Hovold2017-01-271-2/+7
* staging: greybus: fix checkpatch unsigned warningsRoman Sommer2017-01-161-1/+1
* staging: greybus: fix checkpatch braces not necessary warningAbdul Rauf2017-01-161-4/+3
* staging: greybus: loopback: use gb_loopback_async_wait_all don't spinBryan O'Donoghue2017-01-031-0/+11
* staging: greybus: Use setup_timer functionsayli karnik2016-09-231-3/+2
* greybus: loopback: add runtime pm supportAxel Haslam2016-07-141-1/+25
* greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil2016-05-191-13/+13
* greybus: loopback: remove unsupported version requestJohan Hovold2016-04-291-3/+0
* greybus: Ensure gb->mutex is held when adding timerBryan O'Donoghue2016-03-161-1/+4
* greybus: loopback: Fix broken loopback min valuesAlexandre Bailon2016-03-161-0/+3
* greybus: loopback: Fix broken synchonous testAlexandre Bailon2016-03-091-4/+7
* greybus: loopback: round closest the sixth decimalAlexandre Bailon2016-03-091-1/+1
* greybus: loopback: Fix warning on 32-bit buildAlexandre Bailon2016-03-091-1/+2
* greybus: loopback: fix double error countJohan Hovold2016-03-031-3/+3
* greybus: Notify user space only when the test finished.Axel Haslam2016-02-291-2/+2
* greybus: loopback: Fix averagingAlexandre Bailon2016-02-251-4/+5
* greybus: loopback: Fix throughput calculationsAlexandre Bailon2016-02-251-22/+59
* greybus: loopback: Fix incoherency in calculations in the case of errorAlexandre Bailon2016-02-251-8/+10
* greybus: loopback: Fix calculations error for ping transfersAlexandre Bailon2016-02-251-1/+0
* greybus: Revert "gb_loopback: Fix throughput calculations"Greg Kroah-Hartman2016-02-171-42/+15
* greybus: gb_loopback: Fix throughput calculationsAlexandre Bailon2016-02-171-15/+42
* greybus: loopback: convert to bundle driverViresh Kumar2016-02-151-24/+62
* greybus: bundle: remove private data fieldJohan Hovold2016-02-111-4/+2
* greybus: loopback: add missing pr_fmtJohan Hovold2016-02-111-0/+3
* greybus: loopback: Add asynchronous backoffBryan O'Donoghue2015-12-111-0/+18
* greybus: loopback: Wait for all async operations to complete on exitBryan O'Donoghue2015-12-111-0/+15
* greybus: loopback: Retrun -ENOMEM if operation allocation failsBryan O'Donoghue2015-12-111-2/+2
* greybus: loopback: Drop NULL check on container_of pointerBryan O'Donoghue2015-12-111-3/+0
* greybus: loopback: register a struct device.Axel Haslam2015-12-111-37/+58
* greybus: loopback: remove mask attributeAxel Haslam2015-12-101-4/+0
* greybus: loopback: Ensure we reset stats once and once onlyBryan O'Donoghue2015-12-071-13/+3
* greybus: loopback: Convert thread delay to microsecondsBryan O'Donoghue2015-12-071-10/+10
* greybus: loopback: Add asynchronous bi-directional supportBryan O'Donoghue2015-12-071-19/+369
* greybus: loopback: Convert cross-thread mutex to spinlock while relaxing conn...Bryan O'Donoghue2015-12-071-11/+17
* greybus: don't use %h and %hh for printing short and char variablesViresh Kumar2015-12-041-1/+1
* greybus: loopback: drop bus aggregate calculationBryan O'Donoghue2015-12-031-341/+133
* greybus: loopback: Drop unused timeval variablesBryan O'Donoghue2015-12-031-5/+0
* greybus: loopback: Move latency_ts initialization to transfer routineBryan O'Donoghue2015-12-031-2/+3
* greybus: loopback: Relax locking during loopback operationsBryan O'Donoghue2015-12-031-1/+2
* greybus: loopback: remove endo referenceJohan Hovold2015-11-251-2/+3
OpenPOWER on IntegriCloud