summaryrefslogtreecommitdiff
path: root/drivers/staging/imx-drm/TODO
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2013-06-21 08:27:39 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-24 23:00:08 (GMT)
commitb728766ced8290c3cd48ff5844fa50c944b68777 (patch)
treee9a06cd41f3203b0a9fcbfc6a9918f23be009260 /drivers/staging/imx-drm/TODO
parente4f2a54e60fe767effe262ca79796b0566cfcdbd (diff)
downloadlinux-fsl-qoriq-b728766ced8290c3cd48ff5844fa50c944b68777.tar.xz
staging: drm/imx: convert IPU irq driver to irq_domain_add_linear
The IPU has a lot of interrupts. Instead of allocating descs for all of them, register a linear irq domain and create mappings as needed. This was listed in the TODO as a prerequisite to move the IPU driver out of staging. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/imx-drm/TODO')
-rw-r--r--drivers/staging/imx-drm/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/imx-drm/TODO b/drivers/staging/imx-drm/TODO
index 123acbe..f806415 100644
--- a/drivers/staging/imx-drm/TODO
+++ b/drivers/staging/imx-drm/TODO
@@ -6,7 +6,6 @@ TODO:
- 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):