Files
u-boot/drivers/serial
Masahiro Yamada bac644675a dm: serial: fix console putc
Commit b8893327e9 (dm: serial: Put common code into separate functions)
consolidated getc() correctly, but introduced another bug to putc();
serial_stub_putc() passes sdev->priv to serial_putc_dev(), but
serial_putc_dev() uses cur_dev instead of the given argument.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
2014-10-23 21:43:08 -06:00
..
2014-09-24 18:30:28 -04:00
2014-10-23 21:43:08 -06:00
2014-10-05 14:10:09 +09:00
2014-08-09 11:17:04 -04:00