msm_serial: Send more than 1 character on the console w/ UARTDM
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 21 Aug 2013 06:48:06 +0000 (23:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Aug 2013 23:22:59 +0000 (16:22 -0700)
commita3957e80eb56059698676694ee500cfbe5b8972b
tree08d91e5159e700fd5b5a77f0ba20a1bc71866fac
parentc3b5d3be7e354d4e05ae433b9c733330c65b8b34
msm_serial: Send more than 1 character on the console w/ UARTDM

We recently added support to send more than one character at a
time for UARTDM hardware but we didn't add the same support in
the console code path. Add support here to speed up console
messages on UARTDM hardware.

Cc: David Brown <davidb@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/msm_serial.c