tty: move obsolete and broken tty drivers to drivers/staging/tty/
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Feb 2011 00:57:21 +0000 (16:57 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Feb 2011 00:57:21 +0000 (16:57 -0800)
commit4a6514e6d096716fb7bedf238efaaca877e2a7e8
treee3601ee168cca90307ac91e750a86d6ed04eab01
parent282361a046edd9d58a134f358a3f65a7cb8655d9
tty: move obsolete and broken tty drivers to drivers/staging/tty/

As planned by Arnd Bergmann, this moves the following drivers to the
drivers/staging/tty/ directory where they will be removed after 2.6.41
if no one steps up to claim them.
epca
epca
ip2
istallion
riscom8
serial167
specialix
stallion

Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
58 files changed:
arch/m68k/Kconfig
drivers/char/Kconfig
drivers/char/Makefile
drivers/char/epca.c [deleted file]
drivers/char/epca.h [deleted file]
drivers/char/epcaconfig.h [deleted file]
drivers/char/ip2/Makefile [deleted file]
drivers/char/ip2/i2cmd.c [deleted file]
drivers/char/ip2/i2cmd.h [deleted file]
drivers/char/ip2/i2ellis.c [deleted file]
drivers/char/ip2/i2ellis.h [deleted file]
drivers/char/ip2/i2hw.h [deleted file]
drivers/char/ip2/i2lib.c [deleted file]
drivers/char/ip2/i2lib.h [deleted file]
drivers/char/ip2/i2pack.h [deleted file]
drivers/char/ip2/ip2.h [deleted file]
drivers/char/ip2/ip2ioctl.h [deleted file]
drivers/char/ip2/ip2main.c [deleted file]
drivers/char/ip2/ip2trace.h [deleted file]
drivers/char/ip2/ip2types.h [deleted file]
drivers/char/istallion.c [deleted file]
drivers/char/riscom8.c [deleted file]
drivers/char/riscom8.h [deleted file]
drivers/char/riscom8_reg.h [deleted file]
drivers/char/serial167.c [deleted file]
drivers/char/specialix.c [deleted file]
drivers/char/specialix_io8.h [deleted file]
drivers/char/stallion.c [deleted file]
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/tty/Kconfig [new file with mode: 0644]
drivers/staging/tty/Makefile [new file with mode: 0644]
drivers/staging/tty/TODO [new file with mode: 0644]
drivers/staging/tty/epca.c [new file with mode: 0644]
drivers/staging/tty/epca.h [new file with mode: 0644]
drivers/staging/tty/epcaconfig.h [new file with mode: 0644]
drivers/staging/tty/ip2/Makefile [new file with mode: 0644]
drivers/staging/tty/ip2/i2cmd.c [new file with mode: 0644]
drivers/staging/tty/ip2/i2cmd.h [new file with mode: 0644]
drivers/staging/tty/ip2/i2ellis.c [new file with mode: 0644]
drivers/staging/tty/ip2/i2ellis.h [new file with mode: 0644]
drivers/staging/tty/ip2/i2hw.h [new file with mode: 0644]
drivers/staging/tty/ip2/i2lib.c [new file with mode: 0644]
drivers/staging/tty/ip2/i2lib.h [new file with mode: 0644]
drivers/staging/tty/ip2/i2pack.h [new file with mode: 0644]
drivers/staging/tty/ip2/ip2.h [new file with mode: 0644]
drivers/staging/tty/ip2/ip2ioctl.h [new file with mode: 0644]
drivers/staging/tty/ip2/ip2main.c [new file with mode: 0644]
drivers/staging/tty/ip2/ip2trace.h [new file with mode: 0644]
drivers/staging/tty/ip2/ip2types.h [new file with mode: 0644]
drivers/staging/tty/istallion.c [new file with mode: 0644]
drivers/staging/tty/riscom8.c [new file with mode: 0644]
drivers/staging/tty/riscom8.h [new file with mode: 0644]
drivers/staging/tty/riscom8_reg.h [new file with mode: 0644]
drivers/staging/tty/serial167.c [new file with mode: 0644]
drivers/staging/tty/specialix.c [new file with mode: 0644]
drivers/staging/tty/specialix_io8.h [new file with mode: 0644]
drivers/staging/tty/stallion.c [new file with mode: 0644]