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

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

Staging: dt3155: remove the driver



There is now a proper V4L driver for this device in the tree,
so remove this one.

Cc: Scott Smedley <ss@aao.gov.au>
Cc: H Hartley Sweeten <hartleys@visionengravers.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 084f70ee
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -131,8 +131,6 @@ source "drivers/staging/samsung-laptop/Kconfig"

source "drivers/staging/sm7xx/Kconfig"

source "drivers/staging/dt3155/Kconfig"

source "drivers/staging/dt3155v4l/Kconfig"

source "drivers/staging/crystalhd/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ obj-$(CONFIG_WLAGS49_H25) += wlags49_h25/
obj-$(CONFIG_BATMAN_ADV)	+= batman-adv/
obj-$(CONFIG_SAMSUNG_LAPTOP)	+= samsung-laptop/
obj-$(CONFIG_FB_SM7XX)		+= sm7xx/
obj-$(CONFIG_DT3155)		+= dt3155/
obj-$(CONFIG_VIDEO_DT3155)	+= dt3155v4l/
obj-$(CONFIG_CRYSTALHD)		+= crystalhd/
obj-$(CONFIG_CXT1E1)		+= cxt1e1/

drivers/staging/dt3155/Kconfig

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
config DT3155
	tristate "DT3155 Digitizer support"
	depends on PCI

drivers/staging/dt3155/Makefile

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
obj-$(CONFIG_DT3155)	+= dt3155.o
dt3155-objs :=	\
		dt3155_drv.o	\
		dt3155_isr.o	\
		dt3155_io.o	\
		allocator.o

drivers/staging/dt3155/TODO

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
TODO:
	- fix checkpatch.pl issues
	- remove old kernel support, it is not needed
	- convert to proper PCI device API
	- fix sparse warnings
	- audit for correct subsystem interaction
	- review review review!

Please send patches to Greg Kroah-Hartman <greg@kroah.com>
and Scott Smedley <ss@aao.gov.au>
Loading