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

Implement support for CONFIG_SERIAL_MULTI into s3c64xx 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 s3c64xx 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: John Rigby <john.rigby@linaro.org>
Cc: Minkyu Kang <mk7.kang@samsung.com>
common/serial.c
drivers/serial/s3c64xx.c