]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] 4982/1: [AT91] Drop old-style UART initialization (Part 1)
authorAndrew Victor <linux@maxim.org.za>
Tue, 15 Apr 2008 20:16:38 +0000 (21:16 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 17 Apr 2008 14:55:52 +0000 (15:55 +0100)
commit11aadac4f6adc032cfd1e41c348a7a568819ed94
treed9e5523c4ea62cd82f25325a1cd387d538daf26c
parent2f036ac63ebfa3fc618a1f22324ef9297c5b7d05
[ARM] 4982/1: [AT91] Drop old-style UART initialization (Part 1)

All the SAM9 boards supported by mainline and the AT91 patches have
been converted to the new-style UART initialization.  Therefore drop
support for the old at91_init_serial() interface for SAM9.

at91_uarts[] array can also be marked as __initdata.

The warning that no serial-console is defined moved from
at91_set_serial_console() to at91_add_device_serial() since the whole
point is the board-specific file is not calling
at91_set_serial_console().

Signed-off-by: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-at91/at91cap9_devices.c
arch/arm/mach-at91/at91rm9200_devices.c
arch/arm/mach-at91/at91sam9260_devices.c
arch/arm/mach-at91/at91sam9261_devices.c
arch/arm/mach-at91/at91sam9263_devices.c
arch/arm/mach-at91/at91sam9rl_devices.c