aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/cpc-usb
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-05-14 21:16:23 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-06-19 11:00:53 -0700
commit562bf4845fbd9240a1964734d769bb5f6973e759 (patch)
treed07ba511ec6e0873c90947ea4b1f38df4a5fa7cc /drivers/staging/cpc-usb
parentStaging: cpc-usb: fix checkpatch warnings in sja2m16c.h (diff)
downloadlinux-dev-562bf4845fbd9240a1964734d769bb5f6973e759.tar.xz
linux-dev-562bf4845fbd9240a1964734d769bb5f6973e759.zip
Staging: cpc-usb: add TODO file
List what needs to be done to get this driver merged into the main part of the kernel tree. Cc: Sebastian Haas <haas@ems-wuensche.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/cpc-usb')
-rw-r--r--drivers/staging/cpc-usb/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/staging/cpc-usb/TODO b/drivers/staging/cpc-usb/TODO
new file mode 100644
index 000000000000..000e8bbc6188
--- /dev/null
+++ b/drivers/staging/cpc-usb/TODO
@@ -0,0 +1,9 @@
+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>