]> git.baikalelectronics.ru Git - kernel.git/commit
mei: nfc: Initial nfc implementation
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 11 Apr 2013 01:03:29 +0000 (03:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Apr 2013 01:56:53 +0000 (18:56 -0700)
commit4bc7e34e45bf521f55408b2722c5841e194d6bbd
treea9ed905d15418c50dc7b92cee1e4b17c4f62dbb3
parente623b7e24044a0b8ea3680f7600700a0536803a9
mei: nfc: Initial nfc implementation

NFC ME device is exported through the MEI bus to be consumed by the
NFC subsystem.

NFC is represented by two mei clients: An info one and the actual
NFC one. In order to properly build the ME id we first need to retrieve
the firmware information from the info client and then disconnect from it.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/Makefile
drivers/misc/mei/client.c
drivers/misc/mei/init.c
drivers/misc/mei/mei_dev.h
drivers/misc/mei/nfc.c [new file with mode: 0644]