
23 Oct
2014
23 Oct
'14
5:05 a.m.
On 13 October 2014 23:42, Simon Glass sjg@chromium.org wrote:
Add support for driver model if enabled. This involves minimal changes to the code, mostly just plumbing around the edges.
Signed-off-by: Simon Glass sjg@chromium.org Acked-by: Jagannadha Sutradharudu Teki jagannadh.teki@gmail.com
Changes in v4:
- Remove a extra tab character (oops)
Changes in v3:
- Add a missing tab character
Changes in v2: None
common/cros_ec.c | 30 ++++++++++ drivers/misc/cros_ec.c | 122 +++++++++++++++++++++++++++++++++++++---- drivers/misc/cros_ec_sandbox.c | 9 ++- include/cros_ec.h | 27 ++++++++- include/dm/uclass-id.h | 1 + 5 files changed, 174 insertions(+), 15 deletions(-)
Applied to u-boot-dm/master.