Commit 32683578 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

staging: dgnc: delete the driver



Digi does not support it, no one has hardware for it, and no one is
working on it, so let's drop it for now.  If anyone wants to pick it
back up, then can revert this patch.

Reported-by: default avatarLidza Louina <lidza.louina@gmail.com>
Reported-by: default avatarMark Hounschell <markh@compro.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f3583dcd
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -4359,13 +4359,6 @@ L: linux-gpio@vger.kernel.org
S:	Maintained
F:	drivers/gpio/gpio-gpio-mm.c

DIGI NEO AND CLASSIC PCI PRODUCTS
M:	Lidza Louina <lidza.louina@gmail.com>
M:	Mark Hounschell <markh@compro.net>
L:	driverdev-devel@linuxdriverproject.org
S:	Maintained
F:	drivers/staging/dgnc/

DIOLAN U2C-12 I2C DRIVER
M:	Guenter Roeck <linux@roeck-us.net>
L:	linux-i2c@vger.kernel.org
+0 −2
Original line number Diff line number Diff line
@@ -80,8 +80,6 @@ source "drivers/staging/netlogic/Kconfig"

source "drivers/staging/mt29f_spinand/Kconfig"

source "drivers/staging/dgnc/Kconfig"

source "drivers/staging/gs_fpgaboot/Kconfig"

source "drivers/staging/unisys/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ obj-$(CONFIG_STAGING_BOARD) += board/
obj-$(CONFIG_LTE_GDM724X)	+= gdm724x/
obj-$(CONFIG_FIREWIRE_SERIAL)	+= fwserial/
obj-$(CONFIG_GOLDFISH)		+= goldfish/
obj-$(CONFIG_DGNC)			+= dgnc/
obj-$(CONFIG_MTD_SPINAND_MT29F)	+= mt29f_spinand/
obj-$(CONFIG_GS_FPGABOOT)	+= gs_fpgaboot/
obj-$(CONFIG_UNISYSSPAR)	+= unisys/

drivers/staging/dgnc/Kconfig

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
config DGNC
	tristate "Digi Neo and Classic PCI Products"
	default n
	depends on TTY && PCI
	help
	  Say Y here to enable support for the Digi International Neo and
	  Classic PCI based product line.

	  To compile this driver as a module, say M here: the module will be
	  called dgnc

drivers/staging/dgnc/Makefile

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
obj-$(CONFIG_DGNC) += dgnc.o

dgnc-objs :=   dgnc_cls.o dgnc_driver.o\
               dgnc_tty.o
Loading