[U-Boot] [PATCH 2/2 v4] m68k: add DM model serial driver
Simon Glass
sjg at chromium.org
Fri Apr 29 18:21:24 CEST 2016
On 29 April 2016 at 08:02, Simon Glass <sjg at chromium.org> wrote:
> On 27 April 2016 at 13:51, 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 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 return codes
>> - fixed macroes with parenthesis around parameter
>> Changes for v4:
>> - fix missing include/dm/platform_data/serial_coldfire.h
>> ---
>> 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
>
> Acked-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list