aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/timesync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-03greybus: timesync: Printout strobe count on sync failureBryan O'Donoghue1-1/+2
2016-08-03greybus: timesync: Ensure parallel synchronous calls succeedBryan O'Donoghue1-2/+1
2016-08-03greybus: timesync: Implement a retry mechanismBryan O'Donoghue1-6/+16
2016-07-21greybus: timesync: do not print frametime by defaultDavid Lin1-1/+1
2016-07-20greybus: timesync: reduce initial startup timeBryan O'Donoghue1-1/+1
2016-07-19greybus: timesync: Bugfix ping should not result in -EAGAINBryan O'Donoghue1-1/+1
2016-06-24greybus: timesync: Make printout consitent with other greybus messagesBryan O'Donoghue1-3/+4
2016-06-24greybus: timesync: Initialize the timesync ping fields to zeroBryan O'Donoghue1-0/+3
2016-06-16greybus: timesync: Rework timesync removal serialization logicBryan O'Donoghue1-2/+2
2016-06-16greybus: timesync: Fix transitions to the INACTIVE stateBryan O'Donoghue1-4/+2
2016-06-16greybus: timesync: Do not hold mutex on cancel_delayed_work_syncBryan O'Donoghue1-1/+2
2016-06-10greybus: timesync: Do 64 bit divisions in a 32 friendly wayBryan O'Donoghue1-7/+15
2016-06-06greybus: timesync: Add debugfs entry to display frame-ping in ktimeBryan O'Donoghue1-12/+102
2016-06-06greybus: timesync: Add gb_timesync_frame_time_to_timespec()Bryan O'Donoghue1-25/+243
2016-06-06greybus: tracepoints: Add standard Linux tracepoint for TimeSync eventBryan O'Donoghue1-5/+12
2016-06-06greybus: timesync: Add timesync core driverBryan O'Donoghue1-0/+1021