Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19b1e769 authored by Kristina Martšenko's avatar Kristina Martšenko Committed by Greg Kroah-Hartman
Browse files

staging: dgrp: remove driver



Remove the driver as it hasn't been cleaned up and it doesn't look like
anyone is going to work on it anymore. This can be reverted if someone
wants to work to fix the remaining issues the driver has.

Signed-off-by: default avatarKristina Martšenko <kristina.martsenko@gmail.com>
Cc: Bill Pemberton <wfp5p@worldbroken.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 929b2d48
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -114,8 +114,6 @@ source "drivers/staging/ced1401/Kconfig"

source "drivers/staging/imx-drm/Kconfig"

source "drivers/staging/dgrp/Kconfig"

source "drivers/staging/fwserial/Kconfig"

source "drivers/staging/goldfish/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ obj-$(CONFIG_LTE_GDM724X) += gdm724x/
obj-$(CONFIG_NET_VENDOR_SILICOM)	+= silicom/
obj-$(CONFIG_CED1401)		+= ced1401/
obj-$(CONFIG_DRM_IMX)		+= imx-drm/
obj-$(CONFIG_DGRP)		+= dgrp/
obj-$(CONFIG_FIREWIRE_SERIAL)	+= fwserial/
obj-$(CONFIG_GOLDFISH)		+= goldfish/
obj-$(CONFIG_LUSTRE_FS)		+= lustre/

drivers/staging/dgrp/Kconfig

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
config DGRP
       tristate "Digi Realport driver"
       default n
       depends on SYSFS && TTY
       ---help---
       Support for Digi Realport devices.  These devices allow you to
       access remote serial ports as if they are local tty devices.  This
       will build the kernel driver, you will still need the userspace
       component to make your Realport device work.

drivers/staging/dgrp/Makefile

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
obj-$(CONFIG_DGRP) += dgrp.o

dgrp-y := 			\
	dgrp_common.o 		\
	dgrp_dpa_ops.o 		\
	dgrp_driver.o 		\
	dgrp_mon_ops.o 	 	\
	dgrp_net_ops.o 		\
	dgrp_ports_ops.o 	\
	dgrp_specproc.o 	\
	dgrp_tty.o 		\
	dgrp_sysfs.o

drivers/staging/dgrp/README

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
The user space code to work with this driver is located at
https://github.com/wfp5p/dgrp-utils
Loading