Message ID | 1481048753-23686-1-git-send-email-gustavo@padovan.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Gustavo, On 6 December 2016 at 23:55, Gustavo Padovan <gustavo@padovan.org> wrote: > From: Gustavo Padovan <gustavo.padovan@collabora.co.uk> > > The destaging work is now fully complete. > Thanks for the patch, and your awesome work here :). > Cc: Arve Hjønnevåg <arve@android.com> > Cc: Riley Andrews <riandrews@android.com> > Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> FWIW, please feel free to add my Acked-by: Sumit Semwal <sumit.semwal@linaro.org> to it. > --- > drivers/staging/android/TODO | 8 -------- > 1 file changed, 8 deletions(-) > > diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO > index 64d8c87..8f3ac37 100644 > --- a/drivers/staging/android/TODO > +++ b/drivers/staging/android/TODO > @@ -25,13 +25,5 @@ ion/ > exposes existing cma regions and doesn't reserve unecessarily memory when > booting a system which doesn't use ion. > > -sync framework: > - - remove CONFIG_SW_SYNC_USER, it is used only for testing/debugging and > - should not be upstreamed. > - - port CONFIG_SW_SYNC_USER tests interfaces to use debugfs somehow > - - port libsync tests to kselftest > - - clean up and ABI check for security issues > - - move it to drivers/base/dma-buf > - > Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc: > Arve Hjønnevåg <arve@android.com> and Riley Andrews <riandrews@android.com> > -- > 2.5.5 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO index 64d8c87..8f3ac37 100644 --- a/drivers/staging/android/TODO +++ b/drivers/staging/android/TODO @@ -25,13 +25,5 @@ ion/ exposes existing cma regions and doesn't reserve unecessarily memory when booting a system which doesn't use ion. -sync framework: - - remove CONFIG_SW_SYNC_USER, it is used only for testing/debugging and - should not be upstreamed. - - port CONFIG_SW_SYNC_USER tests interfaces to use debugfs somehow - - port libsync tests to kselftest - - clean up and ABI check for security issues - - move it to drivers/base/dma-buf - Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc: Arve Hjønnevåg <arve@android.com> and Riley Andrews <riandrews@android.com>