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)
commit59fcd7c63abf0340f551f487264b67ff5f7a0b86
treea9ed905d15418c50dc7b92cee1e4b17c4f62dbb3
parente46980a10a76ec3282dd6832c1974b880acd23d3
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]
This page took 0.024798 seconds and 5 git commands to generate.