Re: [U-Boot] [PATCH v2] mxc_spi: bugfix for double incrementing read pointer on unaligned buffers in spi_xchg_single

2013-10-14 Thread Timo Herbrecher
Yes I tested it on the master-probe branch of u-boot-spi.git. Am 7.10.2013 09:24, schrieb Jagan Teki: > Did you test this on u-boot-spi.git with master-probe branch? > > On Mon, Oct 7, 2013 at 12:20 PM, Timo Herbrecher > wrote: >> If dout buffer is not 32 bit-aligned or data to transmit is not

Re: [U-Boot] [PATCH v2] mxc_spi: bugfix for double incrementing read pointer on unaligned buffers in spi_xchg_single

2013-10-07 Thread Jagan Teki
Did you test this on u-boot-spi.git with master-probe branch? On Mon, Oct 7, 2013 at 12:20 PM, Timo Herbrecher wrote: > If dout buffer is not 32 bit-aligned or data to transmit is not multiple > of 32 bit the read data pointer is already incremented on single byte reads. > > Signed-off-by: Timo H

[U-Boot] [PATCH v2] mxc_spi: bugfix for double incrementing read pointer on unaligned buffers in spi_xchg_single

2013-10-06 Thread Timo Herbrecher
If dout buffer is not 32 bit-aligned or data to transmit is not multiple of 32 bit the read data pointer is already incremented on single byte reads. Signed-off-by: Timo Herbrecher --- drivers/spi/mxc_spi.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/spi/mxc