isdn: i4l: move active-isdn drivers to staging
authorArnd Bergmann <arnd@arndb.de>
Wed, 2 Mar 2016 19:06:46 +0000 (20:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Mar 2016 23:00:38 +0000 (15:00 -0800)
commita921e9bd4e22a792279e46f97a85891a3d5f1b7d
treefe4192cf75e8705272729a611f4bc71146f5f8f3
parent01ed1e1504ac83a8b0b365c9f55d3427babbd7d9
isdn: i4l: move active-isdn drivers to staging

The icn, act2000 and pcbit drivers are all for very old hardware,
and it is highly unlikely that anyone is actually still using them
on modern kernels, if at all.

All three drivers apparently are for hardware that predates PCI
being the common connector, as they are ISA-only and active
PCI ISDN cards were widely available in the 1990s.

Looking through the git logs, it I cannot find any indication of a
patch to any of these drivers that has been tested on real hardware,
only cleanups or global API changes.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Karsten Keil <isdn@linux-pingi.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
66 files changed:
Documentation/isdn/00-INDEX
Documentation/isdn/README.act2000 [deleted file]
Documentation/isdn/README.icn [deleted file]
Documentation/isdn/README.pcbit [deleted file]
Documentation/isdn/README.sc [deleted file]
drivers/isdn/Makefile
drivers/isdn/act2000/Kconfig [deleted file]
drivers/isdn/act2000/Makefile [deleted file]
drivers/isdn/act2000/act2000.h [deleted file]
drivers/isdn/act2000/act2000_isa.c [deleted file]
drivers/isdn/act2000/act2000_isa.h [deleted file]
drivers/isdn/act2000/capi.c [deleted file]
drivers/isdn/act2000/capi.h [deleted file]
drivers/isdn/act2000/module.c [deleted file]
drivers/isdn/i4l/Kconfig
drivers/isdn/icn/Kconfig [deleted file]
drivers/isdn/icn/Makefile [deleted file]
drivers/isdn/icn/icn.c [deleted file]
drivers/isdn/icn/icn.h [deleted file]
drivers/isdn/pcbit/Kconfig [deleted file]
drivers/isdn/pcbit/Makefile [deleted file]
drivers/isdn/pcbit/callbacks.c [deleted file]
drivers/isdn/pcbit/callbacks.h [deleted file]
drivers/isdn/pcbit/capi.c [deleted file]
drivers/isdn/pcbit/capi.h [deleted file]
drivers/isdn/pcbit/drv.c [deleted file]
drivers/isdn/pcbit/edss1.c [deleted file]
drivers/isdn/pcbit/edss1.h [deleted file]
drivers/isdn/pcbit/layer2.c [deleted file]
drivers/isdn/pcbit/layer2.h [deleted file]
drivers/isdn/pcbit/module.c [deleted file]
drivers/isdn/pcbit/pcbit.h [deleted file]
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/i4l/Documentation/README.act2000 [new file with mode: 0644]
drivers/staging/i4l/Documentation/README.icn [new file with mode: 0644]
drivers/staging/i4l/Documentation/README.pcbit [new file with mode: 0644]
drivers/staging/i4l/Documentation/README.sc [new file with mode: 0644]
drivers/staging/i4l/Kconfig [new file with mode: 0644]
drivers/staging/i4l/Makefile [new file with mode: 0644]
drivers/staging/i4l/TODO [new file with mode: 0644]
drivers/staging/i4l/act2000/Kconfig [new file with mode: 0644]
drivers/staging/i4l/act2000/Makefile [new file with mode: 0644]
drivers/staging/i4l/act2000/act2000.h [new file with mode: 0644]
drivers/staging/i4l/act2000/act2000_isa.c [new file with mode: 0644]
drivers/staging/i4l/act2000/act2000_isa.h [new file with mode: 0644]
drivers/staging/i4l/act2000/capi.c [new file with mode: 0644]
drivers/staging/i4l/act2000/capi.h [new file with mode: 0644]
drivers/staging/i4l/act2000/module.c [new file with mode: 0644]
drivers/staging/i4l/icn/Kconfig [new file with mode: 0644]
drivers/staging/i4l/icn/Makefile [new file with mode: 0644]
drivers/staging/i4l/icn/icn.c [new file with mode: 0644]
drivers/staging/i4l/icn/icn.h [new file with mode: 0644]
drivers/staging/i4l/pcbit/Kconfig [new file with mode: 0644]
drivers/staging/i4l/pcbit/Makefile [new file with mode: 0644]
drivers/staging/i4l/pcbit/callbacks.c [new file with mode: 0644]
drivers/staging/i4l/pcbit/callbacks.h [new file with mode: 0644]
drivers/staging/i4l/pcbit/capi.c [new file with mode: 0644]
drivers/staging/i4l/pcbit/capi.h [new file with mode: 0644]
drivers/staging/i4l/pcbit/drv.c [new file with mode: 0644]
drivers/staging/i4l/pcbit/edss1.c [new file with mode: 0644]
drivers/staging/i4l/pcbit/edss1.h [new file with mode: 0644]
drivers/staging/i4l/pcbit/layer2.c [new file with mode: 0644]
drivers/staging/i4l/pcbit/layer2.h [new file with mode: 0644]
drivers/staging/i4l/pcbit/module.c [new file with mode: 0644]
drivers/staging/i4l/pcbit/pcbit.h [new file with mode: 0644]
This page took 0.03115 seconds and 5 git commands to generate.