summaryrefslogtreecommitdiff
path: root/drivers/staging/sep/TODO
diff options
context:
space:
mode:
authorMark Allyn <mark.a.allyn@intel.com>2011-12-28 17:37:59 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2012-01-30 14:00:03 -0800
commitff3d9c3c90c6edcb975c390db3671713899c2842 (patch)
tree083ca277582892062a9a7bf91de6a1f421007278 /drivers/staging/sep/TODO
parentdcd6c92267155e70a94b3927bce681ce74b80d1f (diff)
staging: sep: SEP update
This is basically a rewrite so there isn't a nice easy to present way of providing this as a patch series. This patch is a pull of Mark's new driver into the upstream staging area. On top of that are a series of patches by Andy Shevchenko to make it build on the current tree, fix a few things and even get it passed sparse. The new driver supports the kernel crypto layer, passes the coding style checks, passes human taste checks and has proper kernel-doc formatted comments. I've then folded back in some later fixes it was missing that got applied to to the kernel tree. This should be ready for more serious review with a view to migration from the staging tree shortly. Signed-off-by: Mark Allyn <mark.a.allyn@intel.com> [Forward port and some bug fixing] Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> [Fold and tweaks for 3.2] Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sep/TODO')
-rw-r--r--drivers/staging/sep/TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/staging/sep/TODO b/drivers/staging/sep/TODO
index 8f3b878ad8ae..3524d0cf84ba 100644
--- a/drivers/staging/sep/TODO
+++ b/drivers/staging/sep/TODO
@@ -1,4 +1,3 @@
Todo's so far (from Alan Cox)
-- Check whether it can be plugged into any of the kernel crypto API
- interfaces - Crypto API 'glue' is still not ready to submit
-- Clean up un-needed debug prints - Started to work on this
+- Clean up unused ioctls
+- Clean up unused fields in ioctl structures