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

2013-10-15 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 t.herbrec...@gateware.de wrote: If dout buffer is not 32 bit-aligned or data

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

2013-10-07 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 t.herbrec...@gateware.de --- drivers/spi/mxc_spi.c |2 +- 1 files changed, 1 insertions(+), 1 deletions

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

2013-08-14 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 t.herbrec...@gateware.de --- drivers/spi/mxc_spi.c |2 +- 1 files changed, 1 insertions(+), 1 deletions