serial: Implement CONFIG_SERIAL_MULTI into ns9750 serial driver
authorMarek Vasut <marex@denx.de>
Thu, 13 Sep 2012 14:52:07 +0000 (16:52 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:54 +0000 (11:53 -0700)
commit28ea4c34a674350daa8d35712a77604aba18abea
tree2803c938799316d977bbc83091b618c5fedb3131
parentabaef69fbe683197607febeb2cc619490aca2a10
serial: Implement CONFIG_SERIAL_MULTI into ns9750 serial driver

Implement support for CONFIG_SERIAL_MULTI into ns9750 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 ns9750 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>
common/serial.c
drivers/serial/ns9750_serial.c