serial: max3107: introduce a max3107 driver
authorjianwei.yang <jianwei.yang@intel.com>
Wed, 30 Jun 2010 16:57:12 +0000 (17:57 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 20:47:44 +0000 (13:47 -0700)
commit44318feb93327e36108b2a9cf94ac9f7ccabf047
treebd39b37ae88595f5eef16795361500a05940944c
parent11dbf203922dc70a340417c895c95fb96f6b7068
serial: max3107: introduce a max3107 driver

This device is used by some of the Intel MID platforms. It's not similar
enough to the MAX3100 to use the same driver.

At this point the driver is specific to the platform and not generalised.
We will fix that later.

Signed-off-by: jianwei.yang <jianwei.yang@intel.com>
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.c [new file with mode: 0644]
drivers/serial/max3107.h [new file with mode: 0644]