]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: spi: Implement the delays
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:44:10 +0000 (19:44 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:36 +0000 (20:42 -0700)
commit183a3a0f67162a2ac1f0f4c48288417c5a6e8538
treebbda67b252c8fac81d39036470677d5be3f751c4
parent486478282e537f0e594ec68d6d7481e3220a7b47
rockchip: spi: Implement the delays

Some devices need delays before and after activiation. Implement these
features in the SPI driver so that we will be able to enable the Chrome
OS EC.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/spi/rk_spi.c