summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/sw_sync.c
Commit message (Expand)AuthorAgeFilesLines
* dma-buf/sw_sync: de-stage SW_SYNCGustavo Padovan2016-08-151-375/+0
* staging/android: add Doc for SW_SYNC ioctl interfaceGustavo Padovan2016-08-151-0/+31
* staging/android: prepare sw_sync files for de-stagingGustavo Padovan2016-08-151-1/+1
* staging/android: move trace/sync.h to sync_trace.hGustavo Padovan2016-08-151-1/+1
* staging/android: do not let userspace trigger WARN_ONGustavo Padovan2016-08-151-1/+1
* staging/android: rename sync.h to sync_debug.hGustavo Padovan2016-06-171-1/+1
* staging/android: remove drv_name from sync_timelineGustavo Padovan2016-06-171-8/+3
* staging/android: remove sync_timeline_destroy()Gustavo Padovan2016-06-171-16/+3
* staging/android: remove 'destroyed' member from struct sync_timelineGustavo Padovan2016-06-171-5/+0
* staging/android: make sw_ioctl info internal to sw_sync.cGustavo Padovan2016-06-171-1/+12
* staging/android: make sync_timeline internal to sw_syncGustavo Padovan2016-06-171-0/+220
* staging/android: move sw_sync related code to sw_sync.cGustavo Padovan2016-06-171-0/+136
* staging/android: remove sw_sync.[ch] filesGustavo Padovan2016-06-171-45/+0
* staging/android: remove sw_sync_timeline and sw_sync_ptGustavo Padovan2016-06-171-17/+7
* staging/android: remove struct sync_timeline_opsGustavo Padovan2016-06-171-7/+2
* staging/android: remove .{fence, timeline}_value_str() from timeline_opsGustavo Padovan2016-06-171-17/+0
* staging/android: store last signaled value on sync timelineGustavo Padovan2016-06-171-14/+2
* staging/android: remove driver_data from struct sync_fence_infoGustavo Padovan2016-02-071-14/+0
* staging/android: remove struct sync_ptGustavo Padovan2016-02-071-12/+11
* staging/android: move SW_SYNC_USER to a debugfs fileGustavo Padovan2016-02-071-129/+0
* staging/android: remove not used sync_timeline opsGustavo Padovan2016-02-071-28/+1
* drivers/staging: make android sw_sync.c explicitly non-modularPaul Gortmaker2015-10-121-9/+2
* staging: android: fix coding style checks in sw_sync.cTrung Thanh Le2015-09-121-3/+3
* staging: android: sw_sync: checkpatch fixesPurnendu Kapadia2014-09-191-4/+3
* Staging: android: sw_sync.c: Fixed coding style issue.Yee Chin, Chiam2014-08-161-0/+2
* android: convert sync to fence api, v6Maarten Lankhorst2014-07-081-4/+2
* staging: android: fix missing a blank line after declarationsSeunghun Lee2014-05-031-0/+2
* android/sw_sync: use get_unused_fd_flags(O_CLOEXEC) instead of get_unused_fd()Yann Droneaud2013-08-151-1/+1
* staging: Fix lines over 80 chars in android sw_syncMarlies Ruck2013-05-201-2/+4
* staging: sync: Add compat_ioctl handlers to sync driversDmitry Pervushin2013-03-291-0/+1
* staging: sw_sync: sw_sync_timeline_ops can be staticChanglong Xie2013-03-111-8/+8
* staging: sw_sync: Convert to use new value_str debug opsErik Gilling2013-03-041-19/+17
* staging: sw_sync: Fix error pathsRebecca Schultz Zavin2013-03-041-2/+7
* staging: sw_sync: Export sw_sync APIErik Gilling2013-03-041-1/+4
* staging: sw_sync: Add fill_driver_data supportErik Gilling2013-03-041-0/+14
* staging: sw_sync: Add debug supportErik Gilling2013-03-041-0/+19
* staging: sw_sync: Add cpu based sync driverErik Gilling2013-03-041-0/+224
OpenPOWER on IntegriCloud