Tomas Winkler
4f3afe1d8c
mei: export mei.h for the user space
...
The header exports API for application layer
1. move under include/linux and add to the export list
2. update include path n the sources
3. update TODO
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-05-09 13:58:06 -07:00
Tomas Winkler
32c826b66c
mei: pci_probe/remove: use dev_err instead of printk(KERN_ERR
...
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-05-09 13:53:26 -07:00
Tomas Winkler
374212750b
mei: use pr_err instead of printk(KERN_ERR
...
pr_ format is more compact and enable utilizing of pr_fmt macro
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2012-05-09 13:53:26 -07:00
Greg Kroah-Hartman
ffc2825c29
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 >
2012-05-01 18:23:38 -04:00