]> bbs.cooldavid.org Git - net-next-2.6.git/commit
serial: max3107: Abstract out the platform specific bits
authorAlan Cox <alan@linux.intel.com>
Wed, 30 Jun 2010 16:58:38 +0000 (17:58 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 20:47:44 +0000 (13:47 -0700)
commit61fd15262bb9c88a05fd89af22add9317dc1b1f4
tree5bd8a7ac29f098b344eb71b0d472787e651057c1
parent44318feb93327e36108b2a9cf94ac9f7ccabf047
serial: max3107: Abstract out the platform specific bits

At the moment there is only one platform type supported and there is is
hard wired, but with these changes the infrastructure is now there for
anyone else to provide methods for their hardware.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/Kconfig
drivers/serial/Makefile
drivers/serial/max3107-aava.c [new file with mode: 0644]
drivers/serial/max3107.c
drivers/serial/max3107.h
include/linux/serial_core.h