Re: [U-Boot] [PATCH v2] SPI: Fix 32 bit transfers in mxc_spi.c

2010-02-08 Thread Magnus Lilja
Tom skrev: Magnus Lilja wrote: 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.

Re: [U-Boot] [PATCH v2] SPI: Fix 32 bit transfers in mxc_spi.c

2010-02-07 Thread Tom
Magnus Lilja wrote: 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

Re: [U-Boot] [PATCH v2] SPI: Fix 32 bit transfers in mxc_spi.c

2010-01-23 Thread Magnus Lilja
Dear Feng and Tom, Is this in a queue somewhere to be merged? If not, could you please apply this and make a pull request for it? Bset regards, Magnus Lilja Wolfgang Denk skrev: Dear Feng, can you please take care of this? In message

[U-Boot] [PATCH v2] SPI: Fix 32 bit transfers in mxc_spi.c

2010-01-17 Thread Magnus Lilja
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

Re: [U-Boot] [PATCH v2] SPI: Fix 32 bit transfers in mxc_spi.c

2010-01-17 Thread Wolfgang Denk
Dear Feng, can you please take care of this? In message 1263726375-4929-1-git-send-email-lilja.mag...@gmail.com Magnus Lilja wrote: Commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f, i.MX31: fix SPI driver for shorter than 32 bit broke 32 bit transfers. This patch makes single 32 bit transfer