diff --git a/[refs] b/[refs] index 00e3c639462a..624c70974ecc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6624fc2315a3cddef19b04f77d2d06cb32947449 +refs/heads/master: 830c20ec4d24e082a04f954af1db5dda5009432c diff --git a/trunk/drivers/staging/mei/TODO b/trunk/drivers/staging/mei/TODO new file mode 100644 index 000000000000..3b6a667a5808 --- /dev/null +++ b/trunk/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