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

Commit c1e815c0 authored by Sebastian Haas's avatar Sebastian Haas Committed by David S. Miller
Browse files

cpc-usb: Removed driver from staging tree



This patch prepares replacing the staging driver cpc-usb with the new
developed ems_usb CAN driver.

Signed-off-by: default avatarSebastian Haas <haas@ems-wuensche.com>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 762c6aa1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -121,8 +121,6 @@ source "drivers/staging/serqt_usb2/Kconfig"

source "drivers/staging/vt6655/Kconfig"

source "drivers/staging/cpc-usb/Kconfig"

source "drivers/staging/pata_rdc/Kconfig"

source "drivers/staging/udlfb/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -42,6 +42,5 @@ obj-$(CONFIG_LINE6_USB) += line6/
obj-$(CONFIG_USB_SERIAL_QUATECH2)	+= serqt_usb2/
obj-$(CONFIG_OCTEON_ETHERNET)	+= octeon/
obj-$(CONFIG_VT6655)		+= vt6655/
obj-$(CONFIG_USB_CPC)		+= cpc-usb/
obj-$(CONFIG_RDC_17F3101X)	+= pata_rdc/
obj-$(CONFIG_FB_UDL)		+= udlfb/

drivers/staging/cpc-usb/Kconfig

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
config USB_CPC
	tristate "CPC CAN USB driver"
	depends on USB && PROC_FS
	default n

drivers/staging/cpc-usb/Makefile

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
obj-$(CONFIG_USB_CPC)	+= cpc-usb.o

cpc-usb-y := cpc-usb_drv.o sja2m16c_2.o

drivers/staging/cpc-usb/TODO

deleted100644 → 0
+0 −9
Original line number Diff line number Diff line
Things to do for this driver to get merged into the main portion of the
kernel:
	- checkpatch cleanups
	- sparse clean
	- remove proc code
	- tie into CAN socket interfaces if possible
	- figure out sane userspace api

Send patches to Greg Kroah-Hartman <greg@kroah.com>
Loading