The patch titled spi-master-driver-for-xilinx-virtex-fix 2 has been removed from the -mm tree. Its filename was spi-master-driver-for-xilinx-virtex-fix-2.patch This patch was dropped because it was folded into spi-master-driver-for-xilinx-virtex.patch ------------------------------------------------------ Subject: spi-master-driver-for-xilinx-virtex-fix 2 From: Andrei Konovalov <akonovalov@xxxxxxxxxxxxx> 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 <akonovalov@xxxxxxxxxxxxx> Cc: Andrei Konovalov <akonovalov@xxxxxxxxxxxxx> Cc: Kumar Gala <galak@xxxxxxxxxxxxxxxxx> Cc: Yuri Frolov <yfrolov@xxxxxxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 akonovalov@xxxxxxxxxxxxx are spi-master-driver-for-xilinx-virtex.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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html