From: Marc Zyngier Date: Mon, 18 Aug 2008 11:08:42 +0000 (+0200) Subject: USB: Let some USB host controllers get IRQ flags from resource X-Git-Tag: v2.6.28-rc1~254^2~84 X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=27140219373327f2291da5d74a78db0105b15060;hp=27140219373327f2291da5d74a78db0105b15060;p=linux-2.6-omap-h63xx.git USB: Let some USB host controllers get IRQ flags from resource [This version fixes a thinko in the r8a66597 driver] This patch let a few discrete USB host controllers drivers (isp116x-hcd, r8a66597-hcd and sl811-hcd) obtain IRQ flags from their IORESOURCE_IRQ resource if configured as such, much like it's been done for the smc91x driver. It spares people writing support for specific boards the burden to configure the interrupt controller independantly, and keeps all IRQ related information in a single resource. HCD that are integrally part of a SoC have been left aside, as there is probably no "wiring" options... Tested on an Xscale PXA-255 based platform with isp116x-hcd. Signed-off-by: Marc Zyngier Cc: David Brownell Signed-off-by: Greg Kroah-Hartman ---