[PATCH 2/2] spi/bfin_spi: handle error/status changes after data interrupts

2010-10-22 Thread Mike Frysinger
From: Michael Hennerich michael.henner...@analog.com 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

Re: [PATCH 2/2] spi/bfin_spi: handle error/status changes after data interrupts

2010-10-22 Thread Grant Likely
On Fri, Oct 22, 2010 at 02:01:48AM -0400, Mike Frysinger wrote: From: Michael Hennerich michael.henner...@analog.com 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.