serial: oc: Implement CONFIG_SERIAL_MULTI into OpenCores serial driver
authorMarek Vasut <marex@denx.de>
Thu, 13 Sep 2012 14:52:38 +0000 (16:52 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:55 +0000 (11:53 -0700)
commit69ea8070242b977fded9c7967ce3c8c1eeede25f
tree99f50fe8ecb1d9b47d0f3abca292820c9646c4aa
parent28ea4c34a674350daa8d35712a77604aba18abea
serial: oc: Implement CONFIG_SERIAL_MULTI into OpenCores serial driver

Implement support for CONFIG_SERIAL_MULTI into OpenCores 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 OpenCores 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: Scott McNutt <smcnutt@psyent.com>
common/serial.c
drivers/serial/opencores_yanu.c