-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 249739 b: refs/heads/master c: 830c20e h: refs/heads/master i: 249737: 34bba89 249735: 5b8e657 v: v3
- Loading branch information
Oren Weil
authored and
Greg Kroah-Hartman
committed
May 18, 2011
1 parent
e167343
commit b25e53b
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 6624fc2315a3cddef19b04f77d2d06cb32947449 | ||
refs/heads/master: 830c20ec4d24e082a04f954af1db5dda5009432c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |