]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: ich-spi: Set the rx operation mode for ich 7
authorBin Meng <bmeng.cn@gmail.com>
Fri, 12 Dec 2014 14:06:15 +0000 (19:36 +0530)
committerSimon Glass <sjg@chromium.org>
Sat, 13 Dec 2014 22:08:04 +0000 (15:08 -0700)
commitfa388bca3eb3f81f6412c69f0e15ab05ad4918a7
tree23e59f027abfca16d3d7391bff8a8d4ce64517da
parent54ba653ab63b31c8f5405fb0ee9dfba05cbb1521
x86: ich-spi: Set the rx operation mode for ich 7

ICH 7 SPI controller only supports array read command (03h).
Fast array read command (0Bh) is not supported.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
drivers/spi/ich.c