]> 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)
commit0e826dac6addc7586fe6bc0ecc967176f6460ff6
treea9ed905d15418c50dc7b92cee1e4b17c4f62dbb3
parentd2520b50367dbe76daedaee4ebab8694f8aff0ea
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]