]> git.baikalelectronics.ru Git - kernel.git/commit
mei: nfc: Implement MEI bus ops
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 11 Apr 2013 01:03:31 +0000 (03:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Apr 2013 01:56:53 +0000 (18:56 -0700)
commitdb467a96475a5c756e228d4cb623470b40dde59a
tree6cd7461b249a575077922f5d00fe85d1015c8a7e
parent02ab33737bbc6cb32f39af05263e4113b3ce01d0
mei: nfc: Implement MEI bus ops

The send ops for NFC builds the command header, updates the request id
and then waits for an ACK.
The recv ops check if it receives data or an ACK and in the latter case
wakes the send ops up.
The enable ops sends the NFC HECI connect command.

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/nfc.c