Re: pxa2xx_spi: fix for SPI_CS_HIGH

2009-05-08 Thread Daniel Ribeiro
Em Sex, 2009-05-08 às 09:33 -0700, David Brownell escreveu: > This doesn't need to merge before 2.6.31, right? > (That is, is is true that nothing in mainline is > yet *relyings* on CS_HIGH working with this driver?) 2.6.31 is ok! :) > Assuming that's true, this patch needs to be updated to > app

pxa2xx_spi: fix for SPI_CS_HIGH

2009-05-08 Thread Daniel Ribeiro
Commit a7bb3909b3293d503211d7f6af8ed62c1644b686 introduces chipselect GPIO, and configures the CS polarity using SPI_CS_HIGH spi->mode flag, but the SPI_CS_HIGH is not allowed by setup(). Signed-off-by: Daniel Ribeiro diff --git a/drivers/spi/pxa2xx_spi.c b/drivers/spi/pxa2xx_spi.c index 885194a