]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: arm: Implement CONFIG_SERIAL_MULTI into s3c4510b serial driver
authorMarek Vasut <marex@denx.de>
Thu, 13 Sep 2012 14:53:15 +0000 (16:53 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:55 +0000 (11:53 -0700)
commit4bee0b36de7b0cad67fccfbacde619b045ed8c14
treedd9adab3d5ff1aa8575764fa62eb7e91d41e53af
parent69ea8070242b977fded9c7967ce3c8c1eeede25f
serial: arm: Implement CONFIG_SERIAL_MULTI into s3c4510b serial driver

Implement support for CONFIG_SERIAL_MULTI into s3c4510b 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 s3c4510b 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/s3c4510b_uart.c