]> Git Repo - u-boot.git/commit
serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver
authorMarek Vasut <[email protected]>
Fri, 14 Sep 2012 20:40:08 +0000 (22:40 +0200)
committerTom Rini <[email protected]>
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 <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Phil Edworthy <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
common/serial.c
drivers/serial/serial_sh.c
This page took 0.032237 seconds and 4 git commands to generate.