m68knommu: merge common ColdFire UART platform setup code
authorGreg Ungerer <gerg@uclinux.org>
Fri, 23 Dec 2011 15:17:10 +0000 (01:17 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:08 +0000 (09:43 +1000)
commit0d2fe946474196e586e492d9e9b381e184c774ea
tree529ce9690a63d2f2de4e8515b17be0814e39e206
parentb9a0c3f88ef6163f56662d0121d4932b457568bb
m68knommu: merge common ColdFire UART platform setup code

The ColdFire UART is common to all ColdFire CPU's. No need to duplicate
its platform setup code for every CPU family member. Merge all the setup
code into a single shared file.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
13 files changed:
arch/m68k/platform/5206/config.c
arch/m68k/platform/520x/config.c
arch/m68k/platform/523x/config.c
arch/m68k/platform/5249/config.c
arch/m68k/platform/5272/config.c
arch/m68k/platform/527x/config.c
arch/m68k/platform/528x/config.c
arch/m68k/platform/5307/config.c
arch/m68k/platform/532x/config.c
arch/m68k/platform/5407/config.c
arch/m68k/platform/54xx/config.c
arch/m68k/platform/coldfire/Makefile
arch/m68k/platform/coldfire/device.c [new file with mode: 0644]
This page took 0.027861 seconds and 5 git commands to generate.