The patch titled
spi-master-driver-for-xilinx-virtex-fix 2
has been added to the -mm tree. Its filename is
spi-master-driver-for-xilinx-virtex-fix-2.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: spi-master-driver-for-xilinx-virtex-fix 2
From: Andrei Konovalov <[EMAIL PROTECTED]>
The comment is misleading: some of the other status register bits could be
set. Those bits are masked in the interrupt enable register, and don't
produce interrupts. We just clear them at the same time TX_EMPTY bit is
cleared.
Signed-off-by: Andrei Konovalov <[EMAIL PROTECTED]>
Cc: Andrei Konovalov <[EMAIL PROTECTED]>
Cc: Kumar Gala <[EMAIL PROTECTED]>
Cc: Yuri Frolov <[EMAIL PROTECTED]>
Cc: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/spi/xilinx_spi.c | 2 --
1 files changed, 2 deletions(-)
diff -puN drivers/spi/xilinx_spi.c~spi-master-driver-for-xilinx-virtex-fix-2
drivers/spi/xilinx_spi.c
--- a/drivers/spi/xilinx_spi.c~spi-master-driver-for-xilinx-virtex-fix-2
+++ a/drivers/spi/xilinx_spi.c
@@ -299,8 +299,6 @@ static irqreturn_t xilinx_spi_irq(int ir
*/
complete(&xspi->done);
}
- } else {
- /* spurious interrupt */
}
return IRQ_HANDLED;
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
spi-master-driver-for-xilinx-virtex.patch
spi-master-driver-for-xilinx-virtex-fix.patch
spi-master-driver-for-xilinx-virtex-fix-2.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html