]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driver
authorMarek Vasut <marex@denx.de>
Wed, 12 Sep 2012 23:20:07 +0000 (01:20 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:51 +0000 (11:53 -0700)
commit01911422838605194db1a95a4a0e6e90b2b18459
tree466ce2d760bf221116efa4e6007b205a076a0e42
parent7b953c51654912b94a71854b9d2e6b48ee3b7908
serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driver

Implement support for CONFIG_SERIAL_MULTI into asc 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 asc 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: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
arch/mips/cpu/mips32/incaip/asc_serial.c
common/serial.c