Skip to content

Commit

Permalink
serial: max3107: introduce a max3107 driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jianwei.yang authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent 11dbf20 commit 44318fe
Show file tree
Hide file tree
Showing 4 changed files with 1,809 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,14 @@ config SERIAL_S5PV210
help
Serial port support for Samsung's S5P Family of SoC's

config SERIAL_MAX3107
tristate "MAX3107 support"
depends on SPI && GPIOLIB
select SERIAL_CORE
default y
help
MAX3107 chip support

config SERIAL_MAX3100
tristate "MAX3100 support"
depends on SPI
Expand Down
1 change: 1 addition & 0 deletions drivers/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ obj-$(CONFIG_SERIAL_S3C24A0) += s3c24a0.o
obj-$(CONFIG_SERIAL_S3C6400) += s3c6400.o
obj-$(CONFIG_SERIAL_S5PV210) += s5pv210.o
obj-$(CONFIG_SERIAL_MAX3100) += max3100.o
obj-$(CONFIG_SERIAL_MAX3107) += max3107.o
obj-$(CONFIG_SERIAL_IP22_ZILOG) += ip22zilog.o
obj-$(CONFIG_SERIAL_MUX) += mux.o
obj-$(CONFIG_SERIAL_68328) += 68328serial.o
Expand Down
Loading

0 comments on commit 44318fe

Please sign in to comment.