summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/loopback.c
AgeCommit message (Expand)AuthorLines
2022-06-07staging: greybus: loopback: fix a spelling error.Steve Lemuel-1/+1
2020-05-27staging: greybus: loopback: fix a spelling error.Till Varoquaux-1/+1
2019-08-27staging: greybus: move core include files to include/linux/greybus/Greg Kroah-Hartman-4/+1
2019-08-27staging: greybus: loopback: Fix up some alignment checkpatch issuesGreg Kroah-Hartman-2/+2
2018-12-17staging: greybus: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li-14/+2
2018-12-05staging: greybus: Added space between string concatenatedCristian Sicilia-3/+3
2018-11-05staging: greybus: loopback.c: remove unused listsRasmus Villemoes-38/+0
2018-10-11staging: greybus: loopback.c: remove unused gb_loopback::lbidRasmus Villemoes-8/+0
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman-0/+1
2017-11-06staging: greybus: loopback: convert loopback to use generic async operationsBryan O'Donoghue-139/+29
2017-11-06staging: greybus: loopback: Fix iteration count on async pathBryan O'Donoghue-1/+3
2017-11-06staging: greybus: loopback: Hold per-connection mutex across operationsBryan O'Donoghue-3/+1
2017-11-06staging: greybus/loopback: use ktime_get() for time intervalsArnd Bergmann-24/+18
2017-11-03staging: greybus: remove unused kfifo_tsArnd Bergmann-24/+3
2017-03-27staging: greybus: compress return logicArushi Singhal-4/+1
2017-02-12staging: greybus: fix symbolic permission coding style issuesGioh Kim-1/+1
2017-02-09staging: greybus: operation: add generic timeout supportJohan Hovold-0/+1
2017-01-27staging: greybus: loopback: fix broken udelayJohan Hovold-2/+7
2017-01-16staging: greybus: fix checkpatch unsigned warningsRoman Sommer-1/+1
2017-01-16staging: greybus: fix checkpatch braces not necessary warningAbdul Rauf-4/+3
2017-01-03staging: greybus: loopback: use gb_loopback_async_wait_all don't spinBryan O'Donoghue-0/+11
2016-09-23staging: greybus: Use setup_timer functionsayli karnik-3/+2
2016-07-14greybus: loopback: add runtime pm supportAxel Haslam-1/+25
2016-05-19greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil-13/+13
2016-04-29greybus: loopback: remove unsupported version requestJohan Hovold-3/+0
2016-03-16greybus: Ensure gb->mutex is held when adding timerBryan O'Donoghue-1/+4
2016-03-16greybus: loopback: Fix broken loopback min valuesAlexandre Bailon-0/+3
2016-03-09greybus: loopback: Fix broken synchonous testAlexandre Bailon-4/+7
2016-03-09greybus: loopback: round closest the sixth decimalAlexandre Bailon-1/+1
2016-03-09greybus: loopback: Fix warning on 32-bit buildAlexandre Bailon-1/+2
2016-03-03greybus: loopback: fix double error countJohan Hovold-3/+3
2016-02-29greybus: Notify user space only when the test finished.Axel Haslam-2/+2
2016-02-25greybus: loopback: Fix averagingAlexandre Bailon-4/+5
2016-02-25greybus: loopback: Fix throughput calculationsAlexandre Bailon-22/+59
2016-02-25greybus: loopback: Fix incoherency in calculations in the case of errorAlexandre Bailon-8/+10
2016-02-25greybus: loopback: Fix calculations error for ping transfersAlexandre Bailon-1/+0
2016-02-17greybus: Revert "gb_loopback: Fix throughput calculations"Greg Kroah-Hartman-42/+15
2016-02-17greybus: gb_loopback: Fix throughput calculationsAlexandre Bailon-15/+42
2016-02-15greybus: loopback: convert to bundle driverViresh Kumar-24/+62
2016-02-11greybus: bundle: remove private data fieldJohan Hovold-4/+2
2016-02-11greybus: loopback: add missing pr_fmtJohan Hovold-0/+3
2015-12-11greybus: loopback: Add asynchronous backoffBryan O'Donoghue-0/+18
2015-12-11greybus: loopback: Wait for all async operations to complete on exitBryan O'Donoghue-0/+15
2015-12-11greybus: loopback: Retrun -ENOMEM if operation allocation failsBryan O'Donoghue-2/+2
2015-12-11greybus: loopback: Drop NULL check on container_of pointerBryan O'Donoghue-3/+0
2015-12-11greybus: loopback: register a struct device.Axel Haslam-37/+58
2015-12-10greybus: loopback: remove mask attributeAxel Haslam-4/+0
2015-12-07greybus: loopback: Ensure we reset stats once and once onlyBryan O'Donoghue-13/+3
2015-12-07greybus: loopback: Convert thread delay to microsecondsBryan O'Donoghue-10/+10