summaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb/TODO
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-18 11:08:28 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-22 11:32:35 +0100
commitb1bd42aa72d6d8d8d5234408ebfdd9a0827dec64 (patch)
tree8ee8ba9c751ce846325c7db08857b8277a03e220 /drivers/staging/xgifb/TODO
parent9a413526140bfb077786812c2db5c31d8942cbfa (diff)
staging: xgifb: delete the driver
There has not been any real work done on cleaning this driver up and getting it out of the staging tree in years. Also, no new fb drivers are being added to the tree, so it should be converted into a drm driver as well. Due to the lack of interest in this codebase, just drop it. Cc: Arnaud Patard <arnaud.patard@rtp-net.org> Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Reported-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/xgifb/TODO')
-rw-r--r--drivers/staging/xgifb/TODO16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/staging/xgifb/TODO b/drivers/staging/xgifb/TODO
deleted file mode 100644
index a1e25957bf1b..000000000000
--- a/drivers/staging/xgifb/TODO
+++ /dev/null
@@ -1,16 +0,0 @@
-This drivers still needs a lot of work. I can list all cleanups to do but it's
-going to be long. So, I'm writing "cleanups" and not the list.
-
-Arnaud
-
-TODO:
-- clean ups
-- sort out dup ids with SiS driver
-- remove useless/wrong/unused code...
-- get rid of non-linux related stuff
-
-This needs to become a drm driver, the fbdev subsystem doesn't take new drivers
-anymore.
-
-Please send patches to:
-Arnaud Patard <arnaud.patard@rtp-net.org>