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