commit | 36eda94fcf936ccee5a8693af7738174a56be898 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Thu Apr 11 03:03:31 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 10 18:56:53 2013 -0700 |
tree | 6cd7461b249a575077922f5d00fe85d1015c8a7e | |
parent | 91a6b95f20e338ef63e55422b1f037665fc6440a [diff] |
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>