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

Implement support for CONFIG_SERIAL_MULTI into sa1100 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 sa1100 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_sa1100.c