aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Padovan <[email protected]>2016-12-06 16:25:53 -0200
committerGreg Kroah-Hartman <[email protected]>2016-12-07 11:41:16 +0100
commit06f2eb5ff0464bcbf9a395fb9121e1ffec0ada85 (patch)
tree077e8c0c5c060fd9ac370c6e1b87c61a4d695e49
parentcd15dd6ef4ea11df87f717b8b1b83aaa738ec8af (diff)
staging/android: remove Sync Framework tasks from TODO
The destaging work is now fully complete. Cc: Arve Hjønnevåg <[email protected]> Cc: Riley Andrews <[email protected]> Signed-off-by: Gustavo Padovan <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/android/TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO
index 64d8c8720960..8f3ac37bfe12 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 <[email protected]> and Cc:
Arve Hjønnevåg <[email protected]> and Riley Andrews <[email protected]>