diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2012-05-09 09:39:00 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-09 16:59:09 -0400 |
commit | 5a44988207ee16b96e5445b8e95ab9881ce310cc (patch) | |
tree | a248b08499d5a96e6f79b622e9bde3292d83809c | |
parent | 4f3afe1d8c8e5dc41bb5820c01b4f3cfc2dc1205 (diff) |
mei: move doc files Documentation/misc-devices/mei
1. move mei.txt, TODO, and the example code under Documentation/misc-devices/mei
2. update the TODO file
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/Makefile | 2 | ||||
-rw-r--r-- | Documentation/misc-devices/mei/Makefile | 8 | ||||
-rw-r--r-- | Documentation/misc-devices/mei/TODO | 5 | ||||
-rw-r--r-- | Documentation/misc-devices/mei/mei-amt-version.c (renamed from drivers/misc/mei/mei-amt-version.c) | 0 | ||||
-rw-r--r-- | Documentation/misc-devices/mei/mei.txt (renamed from drivers/misc/mei/mei.txt) | 0 | ||||
-rw-r--r-- | drivers/misc/mei/TODO | 9 |
6 files changed, 14 insertions, 10 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 30b656ece7aa..31d302bc5863 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile | |||
@@ -1,3 +1,3 @@ | |||
1 | obj-m := DocBook/ accounting/ auxdisplay/ connector/ \ | 1 | obj-m := DocBook/ accounting/ auxdisplay/ connector/ \ |
2 | filesystems/ filesystems/configfs/ ia64/ laptops/ networking/ \ | 2 | filesystems/ filesystems/configfs/ ia64/ laptops/ networking/ \ |
3 | pcmcia/ spi/ timers/ watchdog/src/ | 3 | pcmcia/ spi/ timers/ watchdog/src/ misc-devices/mei/ |
diff --git a/Documentation/misc-devices/mei/Makefile b/Documentation/misc-devices/mei/Makefile new file mode 100644 index 000000000000..00e8c3e836ff --- /dev/null +++ b/Documentation/misc-devices/mei/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # kbuild trick to avoid linker error. Can be omitted if a module is built. | ||
2 | obj- := dummy.o | ||
3 | |||
4 | # List of programs to build | ||
5 | hostprogs-y := mei-amt-version | ||
6 | HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include | ||
7 | # Tell kbuild to always build the programs | ||
8 | always := $(hostprogs-y) | ||
diff --git a/Documentation/misc-devices/mei/TODO b/Documentation/misc-devices/mei/TODO new file mode 100644 index 000000000000..933b2999e19a --- /dev/null +++ b/Documentation/misc-devices/mei/TODO | |||
@@ -0,0 +1,5 @@ | |||
1 | TODO: | ||
2 | - Cleanup and split the timer function | ||
3 | Upon Unstaging: | ||
4 | - Documentation/ioctl/ioctl-number.txt | ||
5 | - Updated MAINTAINERS | ||
diff --git a/drivers/misc/mei/mei-amt-version.c b/Documentation/misc-devices/mei/mei-amt-version.c index 01804f216312..01804f216312 100644 --- a/drivers/misc/mei/mei-amt-version.c +++ b/Documentation/misc-devices/mei/mei-amt-version.c | |||
diff --git a/drivers/misc/mei/mei.txt b/Documentation/misc-devices/mei/mei.txt index 2785697da59d..2785697da59d 100644 --- a/drivers/misc/mei/mei.txt +++ b/Documentation/misc-devices/mei/mei.txt | |||
diff --git a/drivers/misc/mei/TODO b/drivers/misc/mei/TODO deleted file mode 100644 index ed4d16c30ab5..000000000000 --- a/drivers/misc/mei/TODO +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | TODO: | ||
2 | - Cleanup and split the timer function | ||
3 | Upon Unstaging: | ||
4 | - Documentation/ioctl/ioctl-number.txt | ||
5 | - move mei.txt under Documentation/mei/ | ||
6 | - move mei-amt-version.c under Documentation/mei | ||
7 | - add hostprogs-y for mei-amt-version.c | ||
8 | - drop mei_version.h | ||
9 | - Updated MAINTAINERS | ||