m68knommu: merge common ColdFire UART IRQ setup
authorGreg Ungerer <gerg@uclinux.org>
Fri, 23 Dec 2011 15:23:35 +0000 (01:23 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:08 +0000 (09:43 +1000)
commit55148f6f886a1b77dba1a5c3169208606827b9db
tree17e77390b22a390a6fe9897fe0f1b086319097ae
parent0d2fe946474196e586e492d9e9b381e184c774ea
m68knommu: merge common ColdFire UART IRQ setup

Some ColdFire CPU UART hardware modules can configure the IRQ they use.
Currently the same setup code is duplicated in the init code for each of
these ColdFire CPUs. Merge all this code to a single instance.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/mcfuart.h
arch/m68k/platform/5206/config.c
arch/m68k/platform/5249/config.c
arch/m68k/platform/5307/config.c
arch/m68k/platform/5407/config.c
arch/m68k/platform/coldfire/device.c