Re: [U-Boot] [PATCH 2/2 v4] m68k: add DM model serial driver

2016-04-29 Thread Simon Glass
On 29 April 2016 at 08:02, Simon Glass wrote: > On 27 April 2016 at 13:51, Angelo Dureghello wrote: >> Boards can now use DM serial driver, or still legacy mcf uart >> driver version. >> >> Signed-off-by: Angelo Dureghello >> --- >> Changes for v2: >>- fixed commit message >>- added whit

Re: [U-Boot] [PATCH 2/2 v4] m68k: add DM model serial driver

2016-04-29 Thread Simon Glass
On 27 April 2016 at 13:51, Angelo Dureghello wrote: > Boards can now use DM serial driver, or still legacy mcf uart > driver version. > > Signed-off-by: Angelo Dureghello > --- > Changes for v2: >- fixed commit message >- added white lines in cmd/mmc.c >- fixed help in cmd/mmc.c > Cha

[U-Boot] [PATCH 2/2 v4] m68k: add DM model serial driver

2016-04-27 Thread Angelo Dureghello
Boards can now use DM serial driver, or still legacy mcf uart driver version. Signed-off-by: Angelo Dureghello --- Changes for v2: - fixed commit message - added white lines in cmd/mmc.c - fixed help in cmd/mmc.c Changes for v3: - fixed command output to a single printf - fixed ret