Home
last modified time | relevance | path

Searched hist:"89143 fb3b0cc9897b7aa9ec8b6028a6c624887d4" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_zynq.c89143fb3b0cc9897b7aa9ec8b6028a6c624887d4 Fri Sep 07 12:35:31 UTC 2012 Marek Vasut <marex@denx.de> serial: Rename .init() and .uninit() in serial_device

Rename .init() to .start() and .uninit() to .stop() in struct
serial_device. This allows aligning struct serial_device with
closer to struct stdio_dev. The real goal here is to allow
these two structures to converge together and eventually make
one to be a superset of the other.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Tom Rini <trini@ti.com>
/rk3399_rockchip-uboot/include/
H A Dserial.h89143fb3b0cc9897b7aa9ec8b6028a6c624887d4 Fri Sep 07 12:35:31 UTC 2012 Marek Vasut <marex@denx.de> serial: Rename .init() and .uninit() in serial_device

Rename .init() to .start() and .uninit() to .stop() in struct
serial_device. This allows aligning struct serial_device with
closer to struct stdio_dev. The real goal here is to allow
these two structures to converge together and eventually make
one to be a superset of the other.

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