
29 Apr
2016
29 Apr
'16
6:21 p.m.
On 29 April 2016 at 08:02, Simon Glass sjg@chromium.org wrote:
On 27 April 2016 at 13:51, Angelo Dureghello angelo@sysam.it wrote:
Boards can now use DM serial driver, or still legacy mcf uart driver version.
Signed-off-by: Angelo Dureghello angelo@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@chromium.org
Applied to u-boot-dm, thanks!