[U-Boot] [PATCH v4 3/7] cros: add SPI support for cros_ec
Simon Glass
sjg at chromium.org
Thu Apr 4 22:14:46 CEST 2013
On Tue, Apr 2, 2013 at 3:01 AM, Hung-ying Tyan <tyanh at chromium.org> wrote:
> This patch adds SPI support for carrying out the cros_ec protocol.
>
> Signed-off-by: Hung-ying Tyan <tyanh at chromium.org>
> Signed-off-by: Randall Spangler <rspangler at chromium.org>
> Signed-off-by: Simon Glass <sjg at chromium.org>
>
Acked-by: Simon Glass <sjg at chromium.org>
>
> ---
> Changes in v4:
> - Removed old code and comment.
>
> Changes in v3: None
> Changes in v2:
> - Fixed warnings of exceeding 80 chars in a line.
> - Added commit message.
> - Dropped the period from commit subject.
>
> drivers/misc/Makefile | 1 +
> drivers/misc/cros_ec_spi.c | 161
> +++++++++++++++++++++++++++++++++++++++++++++
> drivers/spi/exynos_spi.c | 22 +++++++
> include/spi.h | 16 +++++
> 4 files changed, 200 insertions(+)
> create mode 100644 drivers/misc/cros_ec_spi.c
>
>
More information about the U-Boot
mailing list