From: Michael Hennerich Date: Fri, 22 Oct 2010 06:01:48 +0000 (-0400) Subject: spi/bfin_spi: handle error/status changes after data interrupts X-Git-Tag: v2.6.37-rc1~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=782a895693a52fd8b288c33bdd7e98357888fc1f;p=pandora-kernel.git spi/bfin_spi: handle error/status changes after data interrupts The error interrupt on the BF537 SIC cannot be enabled on a per-peripheral basis. Once the error interrupt is enabled for one peripheral, it is automatically enabled for all. So in the Blackfin on-chip SPI driver, we need to clear out these known errors in the data interrupt once we've successfully finished processing all of the pending data. Signed-off-by: Michael Hennerich Signed-off-by: Mike Frysinger Signed-off-by: Grant Likely --- Reading git-diff-tree failed