]> 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)
commit91d409d48a4be34b8e52e374f30b05d90f4ab46c
tree6cd7461b249a575077922f5d00fe85d1015c8a7e
parentae3da2d4a301a9638ce96c692afb59987b6c846e
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