Simon Glass
60f37fc6aa
cros_ec: Drop unused CONFIG_DM_CROS_EC
...
Since all supported boards enable this option now, we can remove it along
with the old code.
Signed-off-by: Simon Glass <sjg@chromium.org >
2015-04-18 11:11:15 -06:00
Simon Glass
72a38e06a2
dm: cros_ec: Convert cros_ec LPC driver to driver model
...
This is the last driver to be converted. It requires an LPC bus and a
special check_version() method.
Signed-off-by: Simon Glass <sjg@chromium.org >
2015-04-18 11:11:15 -06:00
Simon Glass
f1269925f9
x86: cros_ec: Update LPC driver for new cros_ec header
...
There was a minor rename of one of the defines, so update the driver.
Signed-off-by: Simon Glass <sjg@chromium.org >
2014-10-22 21:50:32 -06:00
Vadim Bendebury
4ff9b461a8
cros_ec: Drop old EC version support from EC driver
...
There is no need to support old style EC moving forward. Ultimately we
should get rid of the check_version() API. For now just return error
in case the EC does not seem to support the new API.
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 >
2014-03-17 20:05:46 -06:00
Wolfgang Denk
1a4596601f
Add GPL-2.0+ SPDX-License-Identifier to source files
...
Signed-off-by: Wolfgang Denk <wd@denx.de >
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com >
2013-07-24 09:44:38 -04:00
Hung-ying Tyan
c8d3328a0a
cros: add LPC support for cros_ec
...
This patch adds LPC support for carrying out the cros_ec protocol.
Signed-off-by: Randall Spangler <rspangler@chromium.org >
Signed-off-by: Simon Glass <sjg@chromium.org >
Signed-off-by: Hung-ying Tyan <tyanh@chromium.org >
Acked-by: Simon Glass <sjg@chromium.org >
Tested-by: Simon Glass <sjg@chromium.org >
2013-06-26 10:13:28 -04:00