aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mei
diff options
context:
space:
mode:
authorOren Weil <oren.jer.weil@intel.com>2011-05-15 13:43:40 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-18 08:30:56 -0700
commit830c20ec4d24e082a04f954af1db5dda5009432c (patch)
tree9776a940cd0e35d2a25dc7d8a68a7311dd81370b /drivers/staging/mei
parent6624fc2315a3cddef19b04f77d2d06cb32947449 (diff)
downloadkernel_samsung_smdk4412-830c20ec4d24e082a04f954af1db5dda5009432c.zip
kernel_samsung_smdk4412-830c20ec4d24e082a04f954af1db5dda5009432c.tar.gz
kernel_samsung_smdk4412-830c20ec4d24e082a04f954af1db5dda5009432c.tar.bz2
staging/mei: MEI Driver TODO list
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Oren Weil <oren.jer.weil@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/mei')
-rw-r--r--drivers/staging/mei/TODO17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/staging/mei/TODO b/drivers/staging/mei/TODO
new file mode 100644
index 0000000..3b6a667
--- /dev/null
+++ b/drivers/staging/mei/TODO
@@ -0,0 +1,17 @@
+TODO:
+ - Create in-kernel Client API. Examples of in-kernel clients are watchdog and AMTHI.
+ - ME Watchdog Driver to expose standard Linux watchdog interface
+ - Rewrite AMTHI to use in-kernel client interface
+ - Cleanup init and probe functions
+ - Review BUG/BUG_ON usage
+ - Cleanup and reorganize header files
+ - Rewrite client data structure
+ - Make state machine more readable
+ - Add mei.txt with driver explanation and it's driver
+ - Fix Kconfig
+ - Cleanup and split the timer function
+Upon Unstaging:
+ - move mei.h to include/linux/mei.h
+ - Documentation/ioctl/ioctl-number.txt
+ - drop mei_version.h
+ - Updated MAINTAINERS