]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] 4757/1: [AT91] UART initialization
authorAndrew Victor <linux@maxim.org.za>
Wed, 23 Jan 2008 08:25:15 +0000 (09:25 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 26 Jan 2008 15:00:32 +0000 (15:00 +0000)
Modify the UART initialization to allow the board-initialization code
to specify which pins are connected, and which pins should therefore
be initialized.

The current at91_init_serial() will continue to work as-is, but is
marked as "deprecated" and will be removed once the board-specific
files has been updated to use the new interface.

As in the AVR32 code, we assume that the TX and RX pins will always be
initialized.

Signed-off-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found