]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: arm: Implement CONFIG_SERIAL_MULTI into s3c44b0 serial driver
authorMarek Vasut <marex@denx.de>
Fri, 14 Sep 2012 20:39:19 +0000 (22:39 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:57 +0000 (11:53 -0700)
commiteb5076697ad1f860db2064b2ccaed3c3c9d555d9
tree4fad4e108d27b2a0bbe54b95e07e9aab88ea4b39
parent39f614779f12065a84e5cc49be3db69079114f31
serial: arm: Implement CONFIG_SERIAL_MULTI into s3c44b0 serial driver

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