aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <[email protected]>2018-09-05 17:40:09 +0200
committerGreg Kroah-Hartman <[email protected]>2018-09-10 10:39:19 +0200
commitf8ff6b2d4a51f08ff53360aab633ba6d4f2d54b6 (patch)
tree51fe08bc65cfa6ffe3e9b9321b9a9e8c443a99c5
parent5f0abea6ab6dd3104fc00c64a86d58b5d59a3818 (diff)
staging/fbtft: Update TODO and mailing lists
Motivated by the ksummit-discuss discussion. Cc: Shuah Khan <[email protected]> Cc: Thomas Petazzoni <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Cc: [email protected] Signed-off-by: Daniel Vetter <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--MAINTAINERS2
-rw-r--r--drivers/staging/fbtft/TODO4
2 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index a726e22976bb..bb23faafecc4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5624,6 +5624,8 @@ F: lib/fault-inject.c
FBTFT Framebuffer drivers
M: Thomas Petazzoni <[email protected]>
S: Maintained
F: drivers/staging/fbtft/
diff --git a/drivers/staging/fbtft/TODO b/drivers/staging/fbtft/TODO
index 7e64c7e438f0..a9f4802bb6be 100644
--- a/drivers/staging/fbtft/TODO
+++ b/drivers/staging/fbtft/TODO
@@ -2,3 +2,7 @@
GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO
lines from device tree, ACPI or board files, board files should
use <linux/gpio/machine.h>
+
+* convert all these over to drm_simple_display_pipe and submit for inclusion
+ into the DRM subsystem under drivers/gpu/drm - fbdev doesn't take any new
+ drivers anymore.