aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/msm_serial.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-06-04msm_serial: fix serial on troutAbhijeet Dharmapurikar1-0/+56
Set the mnd counter based on uartclk. This fixes a problem on 7x30 where the uartclk is 19.2Mhz rather than the usual 4.8Mhz. Trout incorrectly reports uartclk to be running at 19.2Mhz It is actually running at 4.8Mhz. For trout force mnd counter values as if uartclk was fed by tcxo/4. Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org> [dwalker@codeaurora.org: inlined, moved into header, added comments.] Signed-off-by: Daniel Walker <dwalker@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-22msm_serial: serial driver for MSM7K onboard serial peripheral.Robert Love1-0/+117
Signed-off-by: Brian Swetland <swetland@google.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>