+ spi-master-driver-for-xilinx-virtex-fix-2.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <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.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux