summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/sync.h
AgeCommit message (Expand)AuthorLines
2016-04-29dma-buf/sync_file: de-stage sync_file headersGustavo Padovan-2/+2
2016-04-29staging/android: prepare sync_file for de-stagingGustavo Padovan-36/+2
2016-04-29staging/android: remove name arg from sync_file_create()Gustavo Padovan-1/+1
2016-04-29staging/android: make sync_file_fdget() staticGustavo Padovan-1/+0
2016-04-29staging/android: make sync_file_merge() staticGustavo Padovan-2/+0
2016-04-29staging/android: move sync_file functions comments to sync.cGustavo Padovan-31/+0
2016-04-29staging/android: drop sync_file_install() and sync_file_put()Gustavo Padovan-19/+0
2016-02-07staging/android: remove driver_data from struct sync_fence_infoGustavo Padovan-7/+0
2016-02-07staging/android: remove SYNC_WAIT ioctlGustavo Padovan-13/+0
2016-02-07staging/android: remove sync_fence_create_dma()Gustavo Padovan-10/+0
2016-02-07staging/android: remove struct sync_ptGustavo Padovan-43/+20
2016-02-07staging/android: rename 'sync_pt' to 'fence' in struct sync_fence_cbGustavo Padovan-1/+1
2016-02-07staging/android: rename sync_fence to sync_fileGustavo Padovan-49/+49
2016-02-07staging/android: remove not used sync_timeline opsGustavo Padovan-19/+0
2016-02-07staging/android: sync: remove interfaces that are not usedGustavo Padovan-50/+0
2016-02-07staging/android: fix sync framework documentationGustavo Padovan-24/+21
2015-12-21staging/android/sync: add sync_fence_create_dmaMaarten Lankhorst-0/+10
2015-08-14staging: android: Remove unnecessary externsJoe Perches-5/+5
2014-09-28staging : android : sync : get_unused_fdHeinrich Schuchardt-1/+2
2014-07-08android: convert sync to fence api, v6Maarten Lankhorst-34/+45
2014-02-18staging: android: split uapi out of sync.h and sw_sync.hColin Cross-84/+2
2014-02-11staging : android : sync : fix a checkpatch warningDaeseok Youn-1/+1
2013-11-11staging: android: Fix typo in android/sync.hMasanari Iida-25/+25
2013-03-04staging: sync: Refactor sync debug printingErik Gilling-6/+13
2013-03-04staging: sync: Change wait timeout to mirror poll semanticsErik Gilling-4/+4
2013-03-04staging: sync: Add reference counting to timelinesErik Gilling-0/+2
2013-03-04staging: sync: Add internal refcounting to fencesErik Gilling-0/+5
2013-03-04staging: sync: Allow async waits to be canceledErik Gilling-7/+29
2013-03-04staging: sync: Add ioctl to get fence dataErik Gilling-0/+57
2013-03-04staging: sync: Add debugfs supportErik Gilling-3/+17
2013-03-04staging: sync: Add timestamps to sync_ptsErik Gilling-0/+5
2013-03-04staging: sync: Add synchronization frameworkErik Gilling-0/+314