summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/sync_debug.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-15dma-buf/sw_sync: de-stage SW_SYNCGustavo Padovan1-230/+0
2016-08-15staging/android: prepare sw_sync files for de-stagingGustavo Padovan1-1/+1
2016-06-17staging/android: sync_debug: unproxify debugfs files' fopsNicolai Stange1-4/+9
2016-06-17staging/android: add DEBUG_FS dependence on KconfigGustavo Padovan1-4/+0
2016-06-17staging/android: rename sync.h to sync_debug.hGustavo Padovan1-1/+1
2016-06-17staging/android: remove drv_name from sync_timelineGustavo Padovan1-1/+1
2016-06-17staging/android: make sync_timeline internal to sw_syncGustavo Padovan1-2/+0
2016-06-17staging/android: clean up #includes in the sync frameworkGustavo Padovan1-16/+0
2016-06-17staging/android: move sw_sync related code to sw_sync.cGustavo Padovan1-115/+0
2016-06-17staging/android: bring struct sync_pt backGustavo Padovan1-8/+8
2016-06-17staging/android: remove size arg of sync_timeline_create()Gustavo Padovan1-1/+1
2016-06-17staging/android: remove unnecessary check for fenceGustavo Padovan1-3/+2
2016-06-17staging/android: remove sw_sync.[ch] filesGustavo Padovan1-4/+13
2016-06-17staging/android: remove sw_sync_timeline and sw_sync_ptGustavo Padovan1-6/+6
2016-06-17staging/android: remove struct sync_timeline_opsGustavo Padovan1-2/+1
2016-06-17staging/android: remove .{fence, timeline}_value_str() from timeline_opsGustavo Padovan1-10/+2
2016-04-29dma-buf/sync_file: de-stage sync_file headersGustavo Padovan1-1/+1
2016-04-29staging/android: prepare sync_file for de-stagingGustavo Padovan1-0/+1
2016-04-29staging/android: remove name arg from sync_file_create()Gustavo Padovan1-2/+1
2016-04-29staging/android: drop sync_file_install() and sync_file_put()Gustavo Padovan1-2/+2
2016-02-14drivers/staging/android: don't use modular references in sync_debug.cPaul Gortmaker1-8/+0
2016-02-07staging/android: remove struct sync_ptGustavo Padovan1-24/+25
2016-02-07staging/android: rename 'sync_pt' to 'fence' in struct sync_fence_cbGustavo Padovan1-1/+1
2016-02-07staging/android: rename sync_fence to sync_fileGustavo Padovan1-29/+30
2016-02-07staging/android: move SW_SYNC_USER to a debugfs fileGustavo Padovan1-1/+117
2016-02-07staging/android: create a 'sync' dir for debugfs informationGustavo Padovan1-4/+17
2016-02-07staging/android: sync: remove interfaces that are not usedGustavo Padovan1-15/+0
2016-02-07Staging: android: Fix brace coding style warning in sync_debug.cBopamo Osaisai1-2/+1
2015-12-21staging/android/sync: Support sync points created from dma-fencesMaarten Lankhorst1-20/+22
2015-01-17Staging: android: fix line length coding style issue in sync_debug.cSteve Pennington1-1/+2
2014-10-28staging: android: Replace timeval with timespec64Tapasweni Pathak1-2/+3
2014-07-12staging: android: Cleanup style issuesPeter Senna Tschudin1-3/+8
2014-07-08android: convert sync to fence api, v6Maarten Lankhorst1-0/+247