]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] 3490/1: i.MX: move uart resources to board files
authorSascha Hauer <sascha@saschahauer.de>
Thu, 4 May 2006 13:07:42 +0000 (14:07 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 4 May 2006 13:07:42 +0000 (14:07 +0100)
commit6785829df3b6f9444ab5e8fe20aaa62243603744
treef3f8df6cb9bec5ddb6dc947ea99eb9454232066b
parent6430053531e23657f8565af9054beea3f3287aa7
[ARM] 3490/1: i.MX: move uart resources to board files

Patch from Sascha Hauer

This patch moves the i.MX uart resources and the gpio pin setup to the
board files. This allows the boards to decide how many internal uarts
are connected to the outside world and whether they use rts/cts or
not.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-imx/generic.c
arch/arm/mach-imx/mx1ads.c
drivers/serial/imx.c
include/asm-arm/arch-imx/imx-uart.h [new file with mode: 0644]