From: Sascha Hauer <s.hauer@pengutronix.de> Date: Fri, 21 Sep 2012 08:07:52 +0000 (+0200) Subject: staging: drm/imx: Add TODO X-Git-Tag: firefly_0821_release~3680^2~1977^2~82 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=effef787a9e7c95b58a70951ec934a4474fa73bf;p=firefly-linux-kernel-4.4.55.git staging: drm/imx: Add TODO Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- 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 @@ +TODO: +- get DRM Maintainer review for this code +- Factor out more code to common helper functions +- decide where to put the base driver. It is not specific to a subsystem + and would be used by DRM/KMS and media/V4L2 +- convert irq driver to irq_domain_add_linear + +Missing features (not necessarily for moving out of staging): + +- Add KMS plane support for CRTC driver +- Add LDB (LVDS Display Bridge) support +- Add i.MX6 HDMI support +- Add support for IC (Image converter) +- Add support for CSI (CMOS Sensor interface) +- Add support for VDIC (Video Deinterlacer) + +Many work-in-progress patches for the above features exist. Contact +Sascha Hauer <kernel@pengutronix.de> if you are interested in working +on a specific feature. + +Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org> and +Sascha Hauer <kernel@pengutronix.de>