[U-Boot] [PATCH v4] serial: uartlite: Support for SERIAL_MULTI

Marek Vasut marek.vasut at gmail.com
Tue Sep 20 09:33:33 CEST 2011


On Tuesday, September 20, 2011 09:19:23 AM Michal Simek wrote:
> Michal Simek wrote:
> > Add support for SERIAL MULTI for uartlite.
> > 
> > Signed-off-by: Michal Simek <monstr at monstr.eu>
> > 
> > ---
> > v2: Use in/out_be32 functions
> > 
> > v3: Clean coding style
> > 
> > v4: Simplify userial_ports array initialization
> > ---
> > 
> >  common/serial.c                   |   14 ++++
> >  drivers/serial/serial_xuartlite.c |  134
> >  ++++++++++++++++++++++++++++++++----- include/serial.h                 
> >  |    7 ++
> >  3 files changed, 137 insertions(+), 18 deletions(-)
> 
> Any comment?

Avoid endless loops

> 
> Michal


More information about the U-Boot mailing list