commit | b46931dd453d5e101233df4d17b4e61eb121f24f | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Sep 07 14:35:31 2012 +0200 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:53:48 2012 -0700 |
tree | 9e816e97bf358e4796387444ef44c665a5b192f2 | |
parent | 80919de34df8985bc38b5ca5bfd88df516d4e95c [diff] |
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>