
25 May
2017
25 May
'17
2:06 a.m.
Convert this driver to support the live device tree and remove the old fdtdec support.
The keyboard is not yet converted.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v3: None Changes in v2: None
drivers/misc/cros_ec.c | 33 ++++++++++++++------------------- drivers/misc/cros_ec_sandbox.c | 23 +++++++++++------------ include/cros_ec.h | 7 ++----- include/fdtdec.h | 13 ------------- lib/fdtdec.c | 32 -------------------------------- 5 files changed, 27 insertions(+), 81 deletions(-)
Applied to u-boot-dm