Hi Chao and Alison, I'm wondering if this driver really work without this patch? Any chance to test this patch?
Regards, Axel 2014/1/8 Axel Lin <[email protected]>: > Signed-off-by: Axel Lin <[email protected]> > --- > drivers/spi/spi-fsl-dspi.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/spi/spi-fsl-dspi.c b/drivers/spi/spi-fsl-dspi.c > index 8641b03..a37f156 100644 > --- a/drivers/spi/spi-fsl-dspi.c > +++ b/drivers/spi/spi-fsl-dspi.c > @@ -320,8 +320,10 @@ static void dspi_chipselect(struct spi_device *spi, int > value) > switch (value) { > case BITBANG_CS_ACTIVE: > pushr |= SPI_PUSHR_CONT; > + break; > case BITBANG_CS_INACTIVE: > pushr &= ~SPI_PUSHR_CONT; > + break; > } > > writel(pushr, dspi->base + SPI_PUSHR); > -- > 1.8.1.2 > > > -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
