From: Philipp Zabel
Date: Fri, 21 Jun 2013 08:27:39 +0000 (+0200)
Subject: staging: drm/imx: convert IPU irq driver to irq_domain_add_linear
X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~23
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b728766ced8290c3cd48ff5844fa50c944b68777;p=pandora-kernel.git
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
Signed-off-by: Greg Kroah-Hartman
---
Reading git-diff-tree failed