From: Ricardo Ribalda Delgado Date: Wed, 28 Jan 2015 12:23:44 +0000 (+0100) Subject: spi/xilinx: Support cores with no interrupt X-Git-Tag: fixes-v4.0-rc1~184^2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fe11cc09ce81b000b1deadcdec3813fcb423c8c;p=pandora-kernel.git spi/xilinx: Support cores with no interrupt The core can run in polling mode. In fact, the performance of the core is similar (or even better), due to the fact most of the spi transactions are just a couple of bytes and there is one irq per transactions. When an mtd device is connected via spi, reading 8MB of data produces more than 80K interrupts (with irq disabling, context swith....) Signed-off-by: Ricardo Ribalda Delgado Signed-off-by: Mark Brown --- Reading git-diff-tree failed