]> git.sur5r.net Git - u-boot/commit
SPI: Fix 32 bit transfers in mxc_spi.c
authorMagnus Lilja <lilja.magnus@gmail.com>
Tue, 9 Feb 2010 21:05:39 +0000 (22:05 +0100)
committerTom Rix <Tom.Rix@windriver.com>
Fri, 12 Feb 2010 18:31:54 +0000 (12:31 -0600)
commiteff536befd3efab538bba10bad07ecff63c9f470
tree5df4b4407768e17c6aa1b73e6fd292991a7aec9a
parent39a9142203e610bf2b1a216085e374277fd28f9f
SPI: Fix 32 bit transfers in mxc_spi.c

Commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f,  "i.MX31: fix SPI
driver for shorter than 32 bit" broke 32 bit transfers. This patch
makes single 32 bit transfer work again.

Transfer lengths that are known not to work will abort and print
an error message.

Tested on i.MX31 Litekit and i.MX31 PDK using 32 bit transfers to
the MC13783/ATLAS chip (using the 'date' command).

Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
drivers/spi/mxc_spi.c