]> Pileus Git - ~andy/linux/commit
NET: pc300, move to staging as it is broken
authorJiri Slaby <jslaby@suse.cz>
Wed, 11 Apr 2012 09:14:57 +0000 (11:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Apr 2012 17:57:04 +0000 (10:57 -0700)
commit91ceae374e1ece88c8f575259ee0ad7da28ae8ab
treebb348b134a334d4f9ef723bb2d5bfad2ea9ff769
parentb330f606ed7591dc078acd856454e3a383299fb3
NET: pc300, move to staging as it is broken

It was marked as BROKEN back in 2008. It is because the tty handling
in the driver is really broken.

There was some activity in January 2012 to fix the driver, but the
patch was commented to be bogus:
  https://lkml.org/lkml/2012/1/29/160
and we have not heard back from the author since then:
  https://lkml.org/lkml/2012/3/28/412

So since nobody stepped in and rewrote the driver, it is time to move
it out of line now. And drop it some time later if nobody comes up
with patches to fix the driver in staging.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Acked-by: David S. Miller <davem@davemloft.net>
Cc: Alan Cox <alan@linux.intel.com>
Cc: Andrea Shepard <andrea@persephoneslair.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wan/Kconfig
drivers/net/wan/Makefile
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/net/Kconfig [new file with mode: 0644]
drivers/staging/net/Makefile [new file with mode: 0644]
drivers/staging/net/TODO [new file with mode: 0644]
drivers/staging/net/pc300-falc-lh.h [moved from drivers/net/wan/pc300-falc-lh.h with 100% similarity]
drivers/staging/net/pc300.h [moved from drivers/net/wan/pc300.h with 100% similarity]
drivers/staging/net/pc300_drv.c [moved from drivers/net/wan/pc300_drv.c with 100% similarity]
drivers/staging/net/pc300_tty.c [moved from drivers/net/wan/pc300_tty.c with 100% similarity]