misc: Add TS27.010 Mux driver
authorKazuhiro Ondo <kazuhiro.ondo@motorola.com>
Wed, 21 Jul 2010 18:58:29 +0000 (11:58 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:19 +0000 (16:33 -0700)
commit6c1b49f901762aefd047f4d2a0d6e25a66d89d47
tree85b643fb5c4d3e5c79960e343e188ea95e48e049
parente1f14c6e8b3002a1ae32828faff52bc856086a4f
misc: Add TS27.010 Mux driver

Change-Id: I1ab0cf0e141fcd2915b2d27d1badaa274803b73e
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/ts27010mux/Kconfig [new file with mode: 0644]
drivers/misc/ts27010mux/Makefile [new file with mode: 0644]
drivers/misc/ts27010mux/ts0710.h [new file with mode: 0644]
drivers/misc/ts27010mux/ts27010_ldisc.c [new file with mode: 0644]
drivers/misc/ts27010mux/ts27010_mux.c [new file with mode: 0644]
drivers/misc/ts27010mux/ts27010_mux.h [new file with mode: 0644]
drivers/misc/ts27010mux/ts27010_ringbuf.h [new file with mode: 0644]
drivers/misc/ts27010mux/ts27010_tty.c [new file with mode: 0644]