The patch titled spi-atmel_spi-driver-fix has been removed from the -mm tree. Its filename was spi-atmel_spi-driver-fix.patch This patch was dropped because it was folded into spi-atmel_spi-driver.patch ------------------------------------------------------ Subject: spi-atmel_spi-driver-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Cc: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/spi/atmel_spi.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/spi/atmel_spi.c~spi-atmel_spi-driver-fix drivers/spi/atmel_spi.c --- a/drivers/spi/atmel_spi.c~spi-atmel_spi-driver-fix +++ a/drivers/spi/atmel_spi.c @@ -159,7 +159,6 @@ static void atmel_spi_next_xfer(struct s xfer, xfer->len, xfer->tx_buf, xfer->tx_dma, xfer->rx_buf, xfer->rx_dma, spi_readl(as, IMR)); - wmb(); spi_writel(as, TCR, len); spi_writel(as, RCR, len); spi_writel(as, PTCR, SPI_BIT(TXTEN) | SPI_BIT(RXTEN)); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch spi-atmel_spi-driver.patch spi-atmel_spi-driver-fix.patch revert-x86_64-mm-putreg-check.patch git-gccbug-fixup.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