staging/fbtft: Update TODO and mailing lists
authorDaniel Vetter <[email protected]>
Wed, 5 Sep 2018 15:40:09 +0000 (17:40 +0200)
committerGreg Kroah-Hartman <[email protected]>
Mon, 10 Sep 2018 08:39:19 +0000 (10:39 +0200)
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]>
MAINTAINERS
drivers/staging/fbtft/TODO

index a726e22976bb35b26047d438104294e38bc17d89..bb23faafecc4605b28a01043c47c0052b79a0737 100644 (file)
@@ -5624,6 +5624,8 @@ F:        lib/fault-inject.c
 
 FBTFT Framebuffer drivers
 M:     Thomas Petazzoni <[email protected]>
+L:     [email protected]
+L:     [email protected]
 S:     Maintained
 F:     drivers/staging/fbtft/
 
index 7e64c7e438f04c527cd730b4853321968d32f94a..a9f4802bb6bec4a6d0570c8a6917962b849bafd4 100644 (file)
@@ -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.