]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ns9xxx: move registration of serial8250 to a dedicated file
authorUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Thu, 31 Jan 2008 13:20:21 +0000 (14:20 +0100)
committerUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Mon, 31 Mar 2008 06:17:00 +0000 (08:17 +0200)
commit210b94e864de9d50ed08603a1ff0834603f309e0
tree7743310b311efadfdfc257b64aecd90da3a9f253
parent05dda977f2574c3341abef9b74c27d2b362e1e3a
ns9xxx: move registration of serial8250 to a dedicated file

Now the needed structs are allocated dynamically from __init code reducing
memory usage if the kernel runs on a board different from a9m9750dev.

Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
arch/arm/mach-ns9xxx/Kconfig
arch/arm/mach-ns9xxx/Makefile
arch/arm/mach-ns9xxx/board-a9m9750dev.c
arch/arm/mach-ns9xxx/plat-serial8250.c [new file with mode: 0644]