]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cros_ec: Move EC interface into common library
authorVadim Bendebury <vbendeb@chromium.org>
Thu, 27 Feb 2014 20:26:02 +0000 (13:26 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Mar 2014 02:05:46 +0000 (20:05 -0600)
commit41364f0fbe1e550a3326dd4310e41adec5ce30d7
treeb9a35451b58a83eef5cdbc196ebb9bd03a854112
parent006e73b9cafde9287912c4699091f3b1f07d3f97
cros_ec: Move EC interface into common library

Add a common library for obtaining access to the Chrome OS EC. This is
used by boards which need to talk to the EC.

Reviewed-by: Vadim Bendebury <vbendeb@google.com>
Tested-by: Vadim Bendebury <vbendeb@google.com>
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
board/samsung/common/board.c
board/samsung/smdk5250/exynos5-dt.c
common/Makefile
common/cros_ec.c [new file with mode: 0644]
include/cros_ec.h