Re: [PATCH 2/2] SPI: MIPS: lantiq: set SPI_MASTER_HALF_DUPLEX flag

2013-02-05 Thread Grant Likely
On Wed, 30 Jan 2013 21:33:31 +0100, John Crispin wrote: > Due to hardware limitations of the spi/flash frontend of the EBU we need to > set > the SPI_MASTER_HALF_DUPLEX flag. > > Signed-off-by: Thomas Langer > Signed-off-by: John Crispin Applied, thanks. g.

[PATCH 2/2] SPI: MIPS: lantiq: set SPI_MASTER_HALF_DUPLEX flag

2013-01-30 Thread John Crispin
Due to hardware limitations of the spi/flash frontend of the EBU we need to set the SPI_MASTER_HALF_DUPLEX flag. Signed-off-by: Thomas Langer Signed-off-by: John Crispin --- drivers/spi/spi-falcon.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/spi-falcon.c b/drivers/spi/sp