From: Oren Weil Date: Sun, 15 May 2011 10:43:40 +0000 (+0300) Subject: staging/mei: MEI Driver TODO list X-Git-Tag: v3.0-rc1~336^2~137 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=830c20ec4d24e082a04f954af1db5dda5009432c;p=karo-tx-linux.git staging/mei: MEI Driver TODO list Signed-off-by: Tomas Winkler Signed-off-by: Oren Weil Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/mei/TODO b/drivers/staging/mei/TODO new file mode 100644 index 000000000000..3b6a667a5808 --- /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