diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-01 22:23:38 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-01 22:23:38 (GMT) |
commit | ffc2825c2942b57c5dbfbcb3ad798696438aed62 (patch) | |
tree | 72be91daae4cbc84ba02152ccd7ae9899783a7d0 /drivers/misc/mei/TODO | |
parent | 589b3d06fd159774f9f5c3639d8d5d938670c019 (diff) | |
download | linux-fsl-qoriq-ffc2825c2942b57c5dbfbcb3ad798696438aed62.tar.xz |
Staging: mei: move the mei code out of staging
It's been cleaned up, and there's nothing else left to do, so move it
out of staging into drivers/misc/ where all can use it now.
Cc: Tomas Winkler <tomas.winkler@intel.com>
Cc: Oren Weil <oren.jer.weil@intel.com>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/TODO')
-rw-r--r-- | drivers/misc/mei/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/misc/mei/TODO b/drivers/misc/mei/TODO new file mode 100644 index 0000000..fc26601 --- /dev/null +++ b/drivers/misc/mei/TODO @@ -0,0 +1,10 @@ +TODO: + - Cleanup and split the timer function +Upon Unstaging: + - move mei.h to include/linux/mei.h + - Documentation/ioctl/ioctl-number.txt + - move mei.txt under Documentation/mei/ + - move mei-amt-version.c under Documentation/mei + - add hostprogs-y for mei-amt-version.c + - drop mei_version.h + - Updated MAINTAINERS |