aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/sw_sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-15dma-buf/sw_sync: de-stage SW_SYNCGustavo Padovan1-375/+0
2016-08-15staging/android: add Doc for SW_SYNC ioctl interfaceGustavo Padovan1-0/+31
2016-08-15staging/android: prepare sw_sync files for de-stagingGustavo Padovan1-1/+1
2016-08-15staging/android: move trace/sync.h to sync_trace.hGustavo Padovan1-1/+1
2016-08-15staging/android: do not let userspace trigger WARN_ONGustavo Padovan1-1/+1
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-8/+3
2016-06-17staging/android: remove sync_timeline_destroy()Gustavo Padovan1-16/+3
2016-06-17staging/android: remove 'destroyed' member from struct sync_timelineGustavo Padovan1-5/+0
2016-06-17staging/android: make sw_ioctl info internal to sw_sync.cGustavo Padovan1-1/+12
2016-06-17staging/android: make sync_timeline internal to sw_syncGustavo Padovan1-0/+220
2016-06-17staging/android: move sw_sync related code to sw_sync.cGustavo Padovan1-0/+136
2016-06-17staging/android: remove sw_sync.[ch] filesGustavo Padovan1-45/+0
2016-06-17staging/android: remove sw_sync_timeline and sw_sync_ptGustavo Padovan1-17/+7
2016-06-17staging/android: remove struct sync_timeline_opsGustavo Padovan1-7/+2
2016-06-17staging/android: remove .{fence, timeline}_value_str() from timeline_opsGustavo Padovan1-17/+0
2016-06-17staging/android: store last signaled value on sync timelineGustavo Padovan1-14/+2
2016-02-07staging/android: remove driver_data from struct sync_fence_infoGustavo Padovan1-14/+0
2016-02-07staging/android: remove struct sync_ptGustavo Padovan1-12/+11
2016-02-07staging/android: move SW_SYNC_USER to a debugfs fileGustavo Padovan1-129/+0
2016-02-07staging/android: remove not used sync_timeline opsGustavo Padovan1-28/+1
2015-10-12drivers/staging: make android sw_sync.c explicitly non-modularPaul Gortmaker1-9/+2
2015-09-12staging: android: fix coding style checks in sw_sync.cTrung Thanh Le1-3/+3
2014-09-19staging: android: sw_sync: checkpatch fixesPurnendu Kapadia1-4/+3
2014-08-16Staging: android: sw_sync.c: Fixed coding style issue.Yee Chin, Chiam1-0/+2
2014-07-08android: convert sync to fence api, v6Maarten Lankhorst1-4/+2
2014-05-03staging: android: fix missing a blank line after declarationsSeunghun Lee1-0/+2
2013-08-15android/sw_sync: use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-05-20staging: Fix lines over 80 chars in android sw_syncMarlies Ruck1-2/+4
2013-03-29staging: sync: Add compat_ioctl handlers to sync driversDmitry Pervushin1-0/+1
2013-03-11staging: sw_sync: sw_sync_timeline_ops can be staticChanglong Xie1-8/+8
2013-03-04staging: sw_sync: Convert to use new value_str debug opsErik Gilling1-19/+17
2013-03-04staging: sw_sync: Fix error pathsRebecca Schultz Zavin1-2/+7
2013-03-04staging: sw_sync: Export sw_sync APIErik Gilling1-1/+4
2013-03-04staging: sw_sync: Add fill_driver_data supportErik Gilling1-0/+14
2013-03-04staging: sw_sync: Add debug supportErik Gilling1-0/+19
2013-03-04staging: sw_sync: Add cpu based sync driverErik Gilling1-0/+224