
21 Jan
2016
21 Jan
'16
4:18 p.m.
On 20 January 2016 at 13:27, Simon Glass sjg@chromium.org wrote:
On 13 January 2016 at 20:39, Bin Meng bmeng.cn@gmail.com wrote:
There is no need to go through serial driver subsystem, instead call the driver's setbrg and putc routines directly.
Signed-off-by: Bin Meng bmeng.cn@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Changes in v2: None
drivers/serial/serial_lpuart.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!