]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/misc/mei/main.c
mei: separate compilation of the ME hardware specifics
authorTomas Winkler <tomas.winkler@intel.com>
Wed, 6 Feb 2013 12:06:41 +0000 (14:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Feb 2013 19:23:47 +0000 (11:23 -0800)
commit827eef51f8dd9a4ab62b4ad270c15472f46938f2
tree15798db67af269512bdb4ae54f36e0a26d178d4a
parent52c34561415b420301f1580413a9d1891d079494
mei: separate compilation of the ME hardware specifics

We add struct mei_hw_ops to virtualize access to hw specific
configurations. This allows us to separate the compilation
of the ME interface from the ME hardware specifics

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/Kconfig
drivers/misc/mei/Makefile
drivers/misc/mei/amthif.c
drivers/misc/mei/hw-me.c
drivers/misc/mei/hw-me.h
drivers/misc/mei/init.c
drivers/misc/mei/interrupt.c
drivers/misc/mei/main.c
drivers/misc/mei/mei_dev.h