[obsolete] pxa2xx_spi-fix-kernel-freeze-regression.patch removed from -mm tree

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

 



The patch titled
     pxa2xx_spi: fix kernel freeze regression
has been removed from the -mm tree.  Its filename was
     pxa2xx_spi-fix-kernel-freeze-regression.patch

This patch was dropped because it is obsolete

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: pxa2xx_spi: fix kernel freeze regression
From: Daniel Ribeiro <drwyrm@xxxxxxxxx>

a7bb3909b3293d503211d7f6af8ed62c1644b686 ("spi: pxa2xx_spi: introduce
chipselect GPIO to simplify the common cases") introduced a serious
regression in the PXA SPI driver, for boards not using that new mechanism.
 On one board this caused a kernel frees on system startup.

Fix is trivial:  correct typo on pxa2xx-spi.c cs_deassert.

Signed-off-by: Daniel Ribeiro <drwyrm@xxxxxxxxx>
Acked-by: Eric Miao <eric.miao@xxxxxxxxxxx>
Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/spi/pxa2xx_spi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/spi/pxa2xx_spi.c~pxa2xx_spi-fix-kernel-freeze-regression drivers/spi/pxa2xx_spi.c
--- a/drivers/spi/pxa2xx_spi.c~pxa2xx_spi-fix-kernel-freeze-regression
+++ a/drivers/spi/pxa2xx_spi.c
@@ -182,7 +182,7 @@ static void cs_assert(struct driver_data
 	struct chip_data *chip = drv_data->cur_chip;
 
 	if (chip->cs_control) {
-		chip->cs_control(PXA2XX_CS_ASSERT);
+		chip->cs_control(PXA2XX_CS_DEASSERT);
 		return;
 	}
 
_

Patches currently in -mm which might be from drwyrm@xxxxxxxxx are

pxa2xx_spi-fix-kernel-freeze-regression.patch
pxa2xx_spi-restore-drcmr-on-resume.patch
linux-next.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