diff options
author | Mark Allyn <mark.a.allyn@intel.com> | 2010-12-09 12:31:57 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-12-09 19:37:49 -0500 |
commit | 8f9346a091ac523afa73643aae69f74f0f8a6e80 (patch) | |
tree | 2bee72e795052ad4fb510222052b13398bb57685 | |
parent | 0dd12c44510c342282145c8048b447a13ce78a32 (diff) |
Staging: sep: remove completed items in TODO
Signed-off-by: Mark Allyn <mark.a.allyn@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/sep/TODO | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/sep/TODO b/drivers/staging/sep/TODO index 371ee279f327..089c2406345e 100644 --- a/drivers/staging/sep/TODO +++ b/drivers/staging/sep/TODO | |||
@@ -1,12 +1,5 @@ | |||
1 | Todo's so far (from Alan Cox) | 1 | Todo's so far (from Alan Cox) |
2 | - Fix firmware loading - Done 09/10 M. Allyn | ||
3 | - Get firmware into firmware git tree - Firmware is non open source | ||
4 | - Review and tidy each algorithm function - Done 09/10 M. Allyn | ||
5 | - Check whether it can be plugged into any of the kernel crypto API | 2 | - Check whether it can be plugged into any of the kernel crypto API |
6 | interfaces - Crypto API 'glue' is still not ready to submit | 3 | interfaces - Crypto API 'glue' is still not ready to submit |
7 | - Do something about the magic shared memory interface and replace it | ||
8 | with something saner (in Linux terms) - Done 09/10 M. Allyn | ||
9 | - Clean up unused ioctls - Needs vendor help | 4 | - Clean up unused ioctls - Needs vendor help |
10 | - Clean up unused fields in ioctl structures - Needs vendor help | 5 | - Clean up unused fields in ioctl structures - Needs vendor help |
11 | - 64 bit size to be used for all user space addresses passed | ||
12 | to ioctl - Done 10/10 M. Allyn | ||