Merge remote-tracking branch 'lsk/v3.10/topic/mm' into linux-linaro-lsk
[firefly-linux-kernel-4.4.55.git] / drivers / staging / imx-drm / TODO
1 TODO:
2 - get DRM Maintainer review for this code
3 - Wait for common display framework to hit mainline and update the IPU
4   driver to use it. This will most probably make changes to the devicetree
5   bindings necessary.
6 - Factor out more code to common helper functions
7 - decide where to put the base driver. It is not specific to a subsystem
8   and would be used by DRM/KMS and media/V4L2
9 - convert irq driver to irq_domain_add_linear
10
11 Missing features (not necessarily for moving out of staging):
12
13 - Add KMS plane support for CRTC driver
14 - Add LDB (LVDS Display Bridge) support
15 - Add i.MX6 HDMI support
16 - Add support for IC (Image converter)
17 - Add support for CSI (CMOS Sensor interface)
18 - Add support for VDIC (Video Deinterlacer)
19
20 Many work-in-progress patches for the above features exist. Contact
21 Sascha Hauer <kernel@pengutronix.de> if you are interested in working
22 on a specific feature.
23
24 Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org> and
25 Sascha Hauer <kernel@pengutronix.de>