]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver
authorMarek Vasut <marex@denx.de>
Fri, 14 Sep 2012 20:40:08 +0000 (22:40 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:57 +0000 (11:53 -0700)
commit8bdd7efa2336310941e818f0b441ddc3946721de
tree7cec3afbd9d137fb548423f3af177d6f3f075db9
parenta30a4220849093610a3f6d4ce51f8ae11516c305
serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver

Implement support for CONFIG_SERIAL_MULTI into sh serial driver.
This driver was so far only usable directly, but this patch also adds
support for the multi method. This allows using more than one serial
driver alongside the sh driver. Also, add a weak implementation
of default_serial_console() returning this driver.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Phil Edworthy <PHIL.EDWORTHY@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Tom Rini <trini@ti.com>
common/serial.c
drivers/serial/serial_sh.c