Home
last modified time | relevance | path

Searched hist:bfb7d7a3d61ff23f9dd265a56e8b5cac5bbfd76e (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/serial/
H A Dserial.cbfb7d7a3d61ff23f9dd265a56e8b5cac5bbfd76e Sat Oct 06 14:07:01 UTC 2012 Marek Vasut <marex@denx.de> serial: Implement default_serial_puts()

U-Boot contains a lot of duplicit implementations of serial_puts()
call which just pipes single characters into the port in loop. Implement
function that does this behavior into common code, so others can make
easy use of it.

This function is called default_serial_puts() and it's sole purpose
is to call putc() in loop on the whole string passed to it.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Tom Rini <trini@ti.com>
/rk3399_rockchip-uboot/include/
H A Dserial.hbfb7d7a3d61ff23f9dd265a56e8b5cac5bbfd76e Sat Oct 06 14:07:01 UTC 2012 Marek Vasut <marex@denx.de> serial: Implement default_serial_puts()

U-Boot contains a lot of duplicit implementations of serial_puts()
call which just pipes single characters into the port in loop. Implement
function that does this behavior into common code, so others can make
easy use of it.

This function is called default_serial_puts() and it's sole purpose
is to call putc() in loop on the whole string passed to it.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Tom Rini <trini@ti.com>