Re: [PATCH v2 4/4] spi: spidev_fdx: Add support for Dual/Quad SPI Transfers

2014-02-26 Thread Mark Brown
On Tue, Feb 25, 2014 at 11:40:19AM +0100, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven > > Use SPI_IOC_RD_MODE32 to print the full SPI mode, now in hex. Applied, thanks. signature.asc Description: Digital signature

[PATCH v2 4/4] spi: spidev_fdx: Add support for Dual/Quad SPI Transfers

2014-02-25 Thread Geert Uytterhoeven
From: Geert Uytterhoeven Use SPI_IOC_RD_MODE32 to print the full SPI mode, now in hex. Signed-off-by: Geert Uytterhoeven --- v2: - New Documentation/spi/spidev_fdx.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/spi/spidev_fdx.c b/Documentation