mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
dff0109496
We need to shift only one time in each cycle in the swapping loop for unaligned tx case. Currently two byte shift operations are performed in each loop cycle causing zero gaps in the transmited data, so not all data scheduled for transmition is actually transmited. The proper swapping in unaligned rx case is missing, so add it as we need to put the received data into the rx buffer in the correct byte order. Signed-off-by: Anatolij Gustschin <agust@denx.de> Tested-by: Stefano Babic <sbabic@denx.de> |
||
---|---|---|
.. | ||
altera_spi.c | ||
atmel_dataflash_spi.c | ||
atmel_spi.c | ||
atmel_spi.h | ||
bfin_spi.c | ||
cf_spi.c | ||
davinci_spi.c | ||
davinci_spi.h | ||
kirkwood_spi.c | ||
Makefile | ||
mpc8xxx_spi.c | ||
mpc52xx_spi.c | ||
mxc_spi.c | ||
omap3_spi.c | ||
omap3_spi.h | ||
soft_spi.c |