]> Git Repo - u-boot.git/commit
serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag serial driver
authorMarek Vasut <[email protected]>
Thu, 13 Sep 2012 14:48:50 +0000 (16:48 +0200)
committerTom Rini <[email protected]>
Mon, 15 Oct 2012 18:53:54 +0000 (11:53 -0700)
commit8c085757498281aed461979518401179d3e9942f
tree5e258888503f5eb81afa7f987bbd0ea8656ae742
parent088a4f3cdfcf5f194768f6fc54c96d01ba128d50
serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag serial driver

Implement support for CONFIG_SERIAL_MULTI into altera_jtag 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 altera_jtag 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]>
Cc: Thomas Chou <[email protected]>
common/serial.c
drivers/serial/altera_jtag_uart.c
This page took 0.033228 seconds and 4 git commands to generate.