]> git.baikalelectronics.ru Git - kernel.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)
commit1f0b32eb127194868ead09c47a0bd6222ae9eeac
tree5bd8a7ac29f098b344eb71b0d472787e651057c1
parent06aff039d7f31d4700ff224d153837b88f428cd0
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