From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Thu, 11 Feb 2010 12:19:03 -0600 Subject: [U-Boot] [PATCH v3] SPI: Fix 32 bit transfers in mxc_spi.c In-Reply-To: <1265749539-30225-1-git-send-email-lilja.magnus@gmail.com> References: <1265749539-30225-1-git-send-email-lilja.magnus@gmail.com> Message-ID: <4B744A17.9080504@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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 Applied to u-boot-arm. Thanks Tom