]> git.karo-electronics.de Git - karo-tx-linux.git/commit
serial: msm_serial: fix clock rate on DMA-based uarts
authorDavid Brown <davidb@codeaurora.org>
Wed, 2 Nov 2011 17:55:24 +0000 (10:55 -0700)
committerDavid Brown <davidb@codeaurora.org>
Fri, 7 Sep 2012 22:14:26 +0000 (15:14 -0700)
commitad7378c247182cc02db6de6cf57c60fd238b2653
tree208c00520dc449747f7476ff88f325ee80e62134
parentb2cef534d4d29732b300eb2070f1ffd542fbaaca
serial: msm_serial: fix clock rate on DMA-based uarts

The driver explicitly requests a clock rate for the UART, but it is
off by a factor of four from the dividers that it programs into the
UART.  Fix this by setting the rate to 1/4 of the current value.

Signed-off-by: David Brown <davidb@codeaurora.org>
drivers/tty/serial/msm_serial.c