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

Implement support for CONFIG_SERIAL_MULTI into atmel 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 atmel 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: Xu, Hong <Hong.Xu@atmel.com>
common/serial.c
drivers/serial/atmel_usart.c