From: Michael Hennerich Date: Thu, 18 Mar 2010 12:51:49 +0000 (+0000) Subject: Blackfin: boards: use proper irq flags with isp1362-hcd X-Git-Tag: v2.6.37-rc1~151^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e75894c50d126bf3c8efb0efc91d5a93d6163dd;p=pandora-kernel.git Blackfin: boards: use proper irq flags with isp1362-hcd With the recent kernel update the isp1362-hcd driver evaluates the IORESOURCE_IRQ resource flags and requests the irq with the given polarity/edge settings. However the ISP1362 config requires low level/edge interrupts. Most of the Blackfin boards use some random flag or no flag at all. Make all boards use a know good flag IORESOURCE_IRQ_LOWEDGE. Signed-off-by: Michael Hennerich Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed