Skip to content

Commit

Permalink
staging/mei: MEI Driver TODO list
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Oren Weil authored and Greg Kroah-Hartman committed May 18, 2011
1 parent 6624fc2 commit 830c20e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions drivers/staging/mei/TODO
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 830c20e

Please sign in to comment.