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

staging: crystalhd: remove driver



The driver hasn't had significant work done on it for a long time.
Broadcom has EOLed the hardware and is no longer selling it. There are
probably very few people still using it. So remove the driver.

Signed-off-by: default avatarKristina Martšenko <kristina.martsenko@gmail.com>
Cc: Naren Sankar <nsankar@broadcom.com>
Cc: Jarod Wilson <jarod@wilsonet.com>
Cc: Scott Davilla <davilla@4pi.com>
Cc: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 895ae876
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -8512,14 +8512,6 @@ M: H Hartley Sweeten <hsweeten@visionengravers.com>
S:	Odd Fixes
F:	drivers/staging/comedi/

STAGING - CRYSTAL HD VIDEO DECODER
M:	Naren Sankar <nsankar@broadcom.com>
M:	Jarod Wilson <jarod@wilsonet.com>
M:	Scott Davilla <davilla@4pi.com>
M:	Manu Abraham <abraham.manu@gmail.com>
S:	Odd Fixes
F:	drivers/staging/crystalhd/

STAGING - ECHO CANCELLER
M:	Steve Underwood <steveu@coppice.org>
M:	David Rowe <david@rowetel.com>
+0 −2
Original line number Diff line number Diff line
@@ -80,8 +80,6 @@ source "drivers/staging/wlags49_h2/Kconfig"

source "drivers/staging/wlags49_h25/Kconfig"

source "drivers/staging/crystalhd/Kconfig"

source "drivers/staging/cxt1e1/Kconfig"

source "drivers/staging/xgifb/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ obj-$(CONFIG_DX_SEP) += sep/
obj-$(CONFIG_IIO)		+= iio/
obj-$(CONFIG_WLAGS49_H2)	+= wlags49_h2/
obj-$(CONFIG_WLAGS49_H25)	+= wlags49_h25/
obj-$(CONFIG_CRYSTALHD)		+= crystalhd/
obj-$(CONFIG_CXT1E1)		+= cxt1e1/
obj-$(CONFIG_FB_XGI)		+= xgifb/
obj-$(CONFIG_TIDSPBRIDGE)	+= tidspbridge/

drivers/staging/crystalhd/Kconfig

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
config CRYSTALHD
	tristate "Broadcom Crystal HD video decoder support"
	depends on PCI
	default n
	help
	  Support for the Broadcom Crystal HD video decoder chipset
+0 −6
Original line number Diff line number Diff line
obj-$(CONFIG_CRYSTALHD)	+= crystalhd.o

crystalhd-y		:= crystalhd_cmds.o	\
			   crystalhd_hw.o	\
			   crystalhd_lnx.o	\
			   crystalhd_misc.o
Loading