[U-Boot] [PATCH v4] dm: sh: serial: Add support driver model

Simon Glass sjg at chromium.org
Sat Jan 10 19:06:19 CET 2015


Hi Nobuhiro,

On 21 December 2014 at 21:22, Nobuhiro Iwamatsu
<nobuhiro.iwamatsu.yj at renesas.com> wrote:
> This adds driver model support with this driver. This was tested by Koelsch
> board and Gose board.
>
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
>  V4: Fix build with SH.
>  V3: Add function of checking -EAGAIN without DM.
>  V2: Fix loop for tx fifo and tx fifo.
>      Fix write return code writing with DM.
>
>  drivers/serial/serial_sh.c           | 323 ++++++++++++++++++++++++-----------
>  drivers/serial/serial_sh.h           |  10 +-
>  include/dm/platform_data/serial_sh.h |  37 ++++
>  3 files changed, 262 insertions(+), 108 deletions(-)
>  create mode 100644 include/dm/platform_data/serial_sh.h
>

Are you planning to bring this in through your tree or should I take
it through the driver model tree?

Regards,
Simon


More information about the U-Boot mailing list