From: Thierry Reding Date: Wed, 18 Sep 2013 13:24:43 +0000 (+0200) Subject: of/irq: Rework of_irq_count() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~9^2~4^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3da5278727a895d49a601f67fd49dffa0b80f9a5;p=pandora-kernel.git of/irq: Rework of_irq_count() The of_irq_to_resource() helper that is used to implement of_irq_count() tries to resolve interrupts and in fact creates a mapping for resolved interrupts. That's pretty heavy lifting for something that claims to just return the number of interrupts requested by a given device node. Instead, use the more lightweight of_irq_map_one(), which, despite the name, doesn't create an actual mapping. Perhaps a better name would be of_irq_translate_one(). Signed-off-by: Thierry Reding Acked-by: Rob Herring [grant.likely: fixup s/of_irq_map_one/of_irq_parse_one/] Signed-off-by: Grant Likely --- Reading git-diff-tree failed