[U-Boot] [PATCH v4 27/29] dm: cros_ec: Add support for driver model

Simon Glass sjg at chromium.org
Thu Oct 23 05:05:16 CEST 2014


On 13 October 2014 23:42, Simon Glass <sjg at 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 at chromium.org>
> Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki at 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.


More information about the U-Boot mailing list