From: Finn Thain Date: Wed, 12 Nov 2014 05:12:03 +0000 (+1100) Subject: dmx3191d: Use NO_IRQ X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~21^2^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd9cd67c3d89f9ee350ea6fda802375bf1d66b0b;p=pandora-kernel.git dmx3191d: Use NO_IRQ Testing shows that the Domex 3191D card never asserts its IRQ. Hence it is non-functional with Linux (worse, the EH bugs in the core driver are fatal but that's a problem for another patch). Perhaps the DT-536 chip needs special setup? I can't find documentation for it. The NetBSD driver uses polling apparently because of this issue. Set host->irq = NO_IRQ so the core driver will prevent targets from disconnecting. Don't request host->irq. Signed-off-by: Finn Thain Reviewed-by: Hannes Reinecke Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed