telephony: Move to staging
authorJoe Perches <joe@perches.com>
Mon, 30 Jan 2012 22:54:48 +0000 (14:54 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 00:58:04 +0000 (16:58 -0800)
This stuff is really old and in quite poor shape.
Does anyone still use it?

If not, I think it's appropriate to let it simmer
in staging for a few releases.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/Kconfig
drivers/staging/Kconfig
drivers/staging/telephony/Kconfig [moved from drivers/telephony/Kconfig with 100% similarity]
drivers/staging/telephony/Makefile [moved from drivers/telephony/Makefile with 100% similarity]
drivers/staging/telephony/TODO [new file with mode: 0644]
drivers/staging/telephony/ixj-ver.h [moved from drivers/telephony/ixj-ver.h with 100% similarity]
drivers/staging/telephony/ixj.c [moved from drivers/telephony/ixj.c with 100% similarity]
drivers/staging/telephony/ixj.h [moved from drivers/telephony/ixj.h with 100% similarity]
drivers/staging/telephony/ixj_pcmcia.c [moved from drivers/telephony/ixj_pcmcia.c with 100% similarity]
drivers/staging/telephony/phonedev.c [moved from drivers/telephony/phonedev.c with 100% similarity]

index 5afe5d1..decf8e4 100644 (file)
@@ -40,8 +40,6 @@ source "drivers/net/Kconfig"
 
 source "drivers/isdn/Kconfig"
 
-source "drivers/telephony/Kconfig"
-
 # input before char - char/joystick depends on it. As does USB.
 
 source "drivers/input/Kconfig"
index 21e2f4b..aaba36c 100644 (file)
@@ -132,4 +132,6 @@ source "drivers/staging/omapdrm/Kconfig"
 
 source "drivers/staging/android/Kconfig"
 
+source "drivers/staging/telephony/Kconfig"
+
 endif # STAGING
diff --git a/drivers/staging/telephony/TODO b/drivers/staging/telephony/TODO
new file mode 100644 (file)
index 0000000..d47dec3
--- /dev/null
@@ -0,0 +1,10 @@
+TODO
+. Determine if the boards are still in use
+  and move this module back to drivers/telephony if necessary
+. Coding style cleanups
+
+Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
+cc Joe Perches <joe@perches.com> if the module should be reactivated.
+
+If no module activity occurs before version 3.6 is released, this
+module should be removed.