]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: Rename .init() and .uninit() in serial_device
authorMarek Vasut <marex@denx.de>
Fri, 7 Sep 2012 12:35:31 +0000 (14:35 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:48 +0000 (11:53 -0700)
commit89143fb3b0cc9897b7aa9ec8b6028a6c624887d4
tree9e816e97bf358e4796387444ef44c665a5b192f2
parent78322d63eac41957a41cd26d9b2e904da4a42fa1
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>
arch/blackfin/cpu/serial.c
common/serial.c
drivers/serial/serial_zynq.c
include/serial.h