On Wed, Jan 13, 2016 at 05:57:29PM +0000, John.C.Harrison@xxxxxxxxx wrote: > From: John Harrison <John.C.Harrison@xxxxxxxxx> > > The sync framework is now used by the i915 driver. Therefore it can be > moved out of staging and into the regular tree. Also, the public > interfaces can actually be made public and exported. > > v0.3: New patch for series. > > Signed-off-by: John Harrison <John.C.Harrison@xxxxxxxxx> > Signed-off-by: Geoff Miller <geoff.miller@xxxxxxxxx> > Cc: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx> > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: Arve Hjønnevåg <arve@xxxxxxxxxxx> > Cc: Riley Andrews <riandrews@xxxxxxxxxxx> > --- > drivers/android/Kconfig | 28 ++ > drivers/android/Makefile | 2 + > drivers/android/sw_sync.c | 260 ++++++++++++ > drivers/android/sw_sync.h | 59 +++ > drivers/android/sync.c | 734 +++++++++++++++++++++++++++++++++ > drivers/android/sync.h | 366 ++++++++++++++++ > drivers/android/sync_debug.c | 255 ++++++++++++ > drivers/android/trace/sync.h | 82 ++++ > drivers/staging/android/Kconfig | 28 -- > drivers/staging/android/Makefile | 2 - > drivers/staging/android/sw_sync.c | 260 ------------ > drivers/staging/android/sw_sync.h | 59 --- > drivers/staging/android/sync.c | 734 --------------------------------- > drivers/staging/android/sync.h | 366 ---------------- > drivers/staging/android/sync_debug.c | 255 ------------ > drivers/staging/android/trace/sync.h | 82 ---- > drivers/staging/android/uapi/sw_sync.h | 32 -- > drivers/staging/android/uapi/sync.h | 97 ----- > include/uapi/Kbuild | 1 + > include/uapi/sync/Kbuild | 3 + > include/uapi/sync/sw_sync.h | 32 ++ > include/uapi/sync/sync.h | 97 +++++ > 22 files changed, 1919 insertions(+), 1915 deletions(-) > create mode 100644 drivers/android/sw_sync.c > create mode 100644 drivers/android/sw_sync.h > create mode 100644 drivers/android/sync.c > create mode 100644 drivers/android/sync.h > create mode 100644 drivers/android/sync_debug.c > create mode 100644 drivers/android/trace/sync.h > delete mode 100644 drivers/staging/android/sw_sync.c > delete mode 100644 drivers/staging/android/sw_sync.h > 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 > delete mode 100644 drivers/staging/android/uapi/sync.h > create mode 100644 include/uapi/sync/Kbuild > create mode 100644 include/uapi/sync/sw_sync.h > create mode 100644 include/uapi/sync/sync.h Always create patches with the -M option, that shows files being moved instead of deleting and adding them, as a patch like this is impossible to read and ensure that nothing got changed in the move. thanks, greg k-h _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx