Re: [U-Boot] [PATCH v5 3/7] cros: exynos: add SPI support for cros_ec

2013-05-15 Thread Simon Glass
On Wed, May 15, 2013 at 3:27 AM, Hung-ying Tyan wrote: > This patch adds SPI support for carrying out the cros_ec protocol. > > Signed-off-by: Hung-ying Tyan > Signed-off-by: Randall Spangler > Signed-off-by: Simon Glass I haven't tested this as I don't have a SPI interface close enough to ups

[U-Boot] [PATCH v5 3/7] cros: exynos: add SPI support for cros_ec

2013-05-15 Thread Hung-ying Tyan
This patch adds SPI support for carrying out the cros_ec protocol. Signed-off-by: Hung-ying Tyan Signed-off-by: Randall Spangler Signed-off-by: Simon Glass --- Changes in v5: - Add exynos: tag as the patch includes changes in exynos_spi.c. Changes in v4: - Removed old code and comment. Chang