aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-09-21 04:07:52 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-21 12:17:07 -0400
commiteffef787a9e7c95b58a70951ec934a4474fa73bf (patch)
tree36bb87d400d27268e91ea27d8dc97f22022fc3a4
parent2d62da8ebd323ee65e4fb952e73dcb10d8114bda (diff)
staging: drm/imx: Add TODO
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/imx-drm/TODO22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/staging/imx-drm/TODO b/drivers/staging/imx-drm/TODO
new file mode 100644
index 000000000000..e52adc44e607
--- /dev/null
+++ b/drivers/staging/imx-drm/TODO
@@ -0,0 +1,22 @@
1TODO:
2- get DRM Maintainer review for this code
3- Factor out more code to common helper functions
4- decide where to put the base driver. It is not specific to a subsystem
5 and would be used by DRM/KMS and media/V4L2
6- convert irq driver to irq_domain_add_linear
7
8Missing features (not necessarily for moving out of staging):
9
10- Add KMS plane support for CRTC driver
11- Add LDB (LVDS Display Bridge) support
12- Add i.MX6 HDMI support
13- Add support for IC (Image converter)
14- Add support for CSI (CMOS Sensor interface)
15- Add support for VDIC (Video Deinterlacer)
16
17Many work-in-progress patches for the above features exist. Contact
18Sascha Hauer <kernel@pengutronix.de> if you are interested in working
19on a specific feature.
20
21Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org> and
22Sascha Hauer <kernel@pengutronix.de>