aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
diff options
context:
space:
mode:
authorDonald Yandt <donald.yandt@gmail.com>2019-08-18 11:20:23 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-08-21 05:48:06 -0700
commitbe237202ee052ef2885285b4550d9638470ce38d (patch)
tree3356b5cf80475313e568e843e1fc40022932bf11 /drivers/staging/android
parentstaging: rtl8712: Improve naming of include hearder guards (diff)
downloadlinux-dev-be237202ee052ef2885285b4550d9638470ce38d.tar.xz
linux-dev-be237202ee052ef2885285b4550d9638470ce38d.zip
staging: android: Remove ion device tree bindings from the TODO
Commit 23a4388f24f5 ("staging: android: ion: Remove file ion_chunk_heap.c") and eadbf7a34e44 ("staging: android: ion: Remove file ion_carveout_heap.c") removed the chunk and carveout heaps from ion but left behind the device tree bindings for them in the TODO, this patch removes it. Signed-off-by: Donald Yandt <donald.yandt@gmail.com> Link: https://lore.kernel.org/r/20190818152023.891-1-donald.yandt@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android')
-rw-r--r--drivers/staging/android/TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/android/TODO b/drivers/staging/android/TODO
index fbf015cc6d62..767dd98fd92d 100644
--- a/drivers/staging/android/TODO
+++ b/drivers/staging/android/TODO
@@ -6,8 +6,6 @@ TODO:
ion/
- - Add dt-bindings for remaining heaps (chunk and carveout heaps). This would
- involve putting appropriate bindings in a memory node for Ion to find.
- Split /dev/ion up into multiple nodes (e.g. /dev/ion/heap0)
- Better test framework (integration with VGEM was suggested)