2016-01-26 Gustavo Padovan <gustavo@xxxxxxxxxxx>: > From: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx> > > De-stage the remaining bit of sync framework: sync_timeline and sw_sync > plus some debugging routines. > > Signed-off-by: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx> > --- > drivers/dma-buf/Kconfig | 10 + > drivers/dma-buf/Makefile | 3 +- > drivers/dma-buf/sw_sync.h | 32 +++ > drivers/dma-buf/sync_debug.c | 374 +++++++++++++++++++++++++++++++++ > drivers/dma-buf/sync_debug.h | 35 +++ > drivers/dma-buf/sync_timeline.c | 222 +++++++++++++++++++ > drivers/staging/android/Kconfig | 20 -- > drivers/staging/android/sync.c | 221 ------------------- > drivers/staging/android/sync.h | 130 ------------ > drivers/staging/android/sync_debug.c | 373 -------------------------------- > drivers/staging/android/trace/sync.h | 32 --- > drivers/staging/android/uapi/sw_sync.h | 32 --- > include/linux/sync_timeline.h | 114 ++++++++++ > include/trace/events/sync_timeline.h | 31 +++ > 14 files changed, 820 insertions(+), 809 deletions(-) > create mode 100644 drivers/dma-buf/sw_sync.h > create mode 100644 drivers/dma-buf/sync_debug.c > create mode 100644 drivers/dma-buf/sync_debug.h > create mode 100644 drivers/dma-buf/sync_timeline.c > delete mode 100644 drivers/staging/android/sync.c > delete mode 100644 drivers/staging/android/sync.h > delete mode 100644 drivers/staging/android/sync_debug.c > delete mode 100644 drivers/staging/android/trace/sync.h > delete mode 100644 drivers/staging/android/uapi/sw_sync.h > create mode 100644 include/linux/sync_timeline.h > create mode 100644 include/trace/events/sync_timeline.h Seems I forgot git format-patch -M. I'll resend the series. Gustavo _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel