]> Git Repo - u-boot.git/commit
serial: arm: Implement CONFIG_SERIAL_MULTI into s3c4510b serial driver
authorMarek Vasut <[email protected]>
Thu, 13 Sep 2012 14:53:15 +0000 (16:53 +0200)
committerTom Rini <[email protected]>
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 <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Tom Rini <[email protected]>
common/serial.c
drivers/serial/s3c4510b_uart.c
This page took 0.033412 seconds and 4 git commands to generate.