]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ARM: 2654/1: i.MX UART initialization sets and honors UFCR value
authorSascha Hauer <sascha@de.rmk.(none)>
Fri, 29 Apr 2005 21:46:40 +0000 (22:46 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 29 Apr 2005 21:46:40 +0000 (22:46 +0100)
commit76a9d15f62a00d5f0666f00d9551131e984ee283
tree156025260e508e775b1695479e4fdf69d8454f7f
parentcaab97e6344fb55331af4de413a0bd12a6eb3c80
[PATCH] ARM: 2654/1: i.MX UART initialization sets and honors UFCR value

Patch from Sascha Hauer

This patch adds UCFR_RFDIV setting into i.MX serial driver.
This is required, if loader does not fully agree with Linux kernel
about UART setup manner. Linux only blindly expected some values until
now. This should enable to use even serial ports not recognized by
boot-loader as for example third UART found in the bluethoot module.
Patch also enables to detect original setup baudrate in more cases.

Signed-off-by: Pavel Pisa
Signed-off-by: Sascha Hauer
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/imx.c