[U-Boot] [PATCH v2 2/2] m68k: add DM model serial driver
Simon Glass
sjg at chromium.org
Mon Dec 28 05:22:12 CET 2015
On 20 December 2015 at 08:54, Angelo Dureghello <angelo at sysam.it> wrote:
> Boards can now use DM serial driver, or still legacy mcf uart
> driver version.
>
> Signed-off-by: Angelo Dureghello <angelo at sysam.it>
>
> ---
>
> Changes in v2:
> - remove while loops in putc and getc, replacing with return -EAGAIN
> - remove unneeded ifdef
>
> drivers/serial/mcfuart.c | 188 ++++++++++++++++++++++-------
> include/dm/platform_data/serial_coldfire.h | 23 ++++
> 2 files changed, 167 insertions(+), 44 deletions(-)
> create mode 100644 include/dm/platform_data/serial_coldfire.h
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list