Home
last modified time | relevance | path

Searched hist:"249 d5219c4cf0a6ec423deb6e0eb8a77b3a405fa" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_pl01x.c249d5219c4cf0a6ec423deb6e0eb8a77b3a405fa Thu Oct 07 21:48:46 UTC 2010 Matt Waddel <matt.waddel@linaro.org> ARMV7: Fixed baudrate setting in pl01x driver

The pl01x serial driver was lacking the code to switch baudrates from the
command line. Fixed by simply saving the new baudrate and calling
serial_init() again. Also fixed CamelCase variables, I/O accessors and
comment style.

Signed-off-by: Matt Waddel <matt.waddel@linaro.org>