]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: mcf: Implement CONFIG_SERIAL_MULTI into MCF serial driver
authorMarek Vasut <marex@denx.de>
Thu, 13 Sep 2012 14:51:38 +0000 (16:51 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:54 +0000 (11:53 -0700)
commitabaef69fbe683197607febeb2cc619490aca2a10
tree184dc891b66e51100c9c76142387199d6098d63c
parente503f90a5764856b932aeaa9d66c60f037852557
serial: mcf: Implement CONFIG_SERIAL_MULTI into MCF serial driver

Implement support for CONFIG_SERIAL_MULTI into MCF 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 MCF 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: TsiChung Liew <tsicliew@gmail.com>
common/serial.c
drivers/serial/mcfuart.c