]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
m68knommu: new style ColdFire UART driver
authorGreg Ungerer <gerg@snapgear.com>
Tue, 23 Oct 2007 04:37:54 +0000 (14:37 +1000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 23 Oct 2007 15:32:34 +0000 (08:32 -0700)
commit49aa49bfd40d718095669c1c70c9d167b814e29b
treedfaab373edc3e6691bfdaaa78fe8e7b1ac143b0f
parentc48f484b9b7c8444247706b3ad9050245b8062f9
m68knommu: new style ColdFire UART driver

A new style serial driver for the Freescale ColdFire UART to replace
the old style one currently in the tree (drivers/serial/mcfserial.c).

Currently this UART is only found in the ColdFire CPU family of parts
(thus I prefixed this patch [M68KNOMMU]).

This has been around for a long while now, tested on all available
platforms.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/serial/mcf.c [new file with mode: 0644]