aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-04-11 11:04:21 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-04-11 12:56:10 -0700
commitbc38967837802949dd831db6209cedf64239e1cc (patch)
treec96de409163638290dae1ebaaa2f4c950cca52f0 /drivers/staging
parentb5d5b58da828bd3f3f5eb073daaf842702bf4a19 (diff)
staging: drm/imx: update TODO file
One of the main things to do to the driver is to support the common display famework (CDF) to hit mainline. As this will make some changes to the devicetree bindings necessary it makes sense to do it before we move out of staging. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/imx-drm/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/imx-drm/TODO b/drivers/staging/imx-drm/TODO
index e52adc44e60..123acbe9b37 100644
--- a/drivers/staging/imx-drm/TODO
+++ b/drivers/staging/imx-drm/TODO
@@ -1,5 +1,8 @@
TODO:
- get DRM Maintainer review for this code
+- Wait for common display framework to hit mainline and update the IPU
+ driver to use it. This will most probably make changes to the devicetree
+ bindings necessary.
- 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