Files
u-boot-tk1-som/drivers/spi
Bin Meng 15c7c6b31a x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned address
The ich spi controller driver spi_xfer() tries to align reading
address to 64 bytes when doing spi data in, which causes a bug of
either infinite loop or a huge size memcpy().

Actually the ich spi controller does not have such requirement of
64 bytes alignment when reading data from spi slave devices.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
2014-12-13 15:08:04 -07:00
..
2014-06-09 09:18:09 +02:00
2014-06-09 09:18:09 +02:00
2014-10-23 21:43:09 -06:00
2014-11-24 12:01:48 -05:00
2013-08-07 01:09:47 +05:30