serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag serial driver
authorMarek Vasut <marex@denx.de>
Thu, 13 Sep 2012 14:48:50 +0000 (16:48 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:54 +0000 (11:53 -0700)
commit8c085757498281aed461979518401179d3e9942f
tree5e258888503f5eb81afa7f987bbd0ea8656ae742
parent088a4f3cdfcf5f194768f6fc54c96d01ba128d50
serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag serial driver

Implement support for CONFIG_SERIAL_MULTI into altera_jtag 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 altera_jtag 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: Tom Rini <trini@ti.com>
Cc: Thomas Chou <thomas@wytron.com.tw>
common/serial.c
drivers/serial/altera_jtag_uart.c