]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: nfcmrvl: add firmware download support
authorVincent Cuissard <cuissard@marvell.com>
Mon, 26 Oct 2015 09:27:39 +0000 (10:27 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 27 Oct 2015 03:18:44 +0000 (04:18 +0100)
commitf698daf83f820be504111f7e48dcf7a2dba41e22
treeb4fc6cbfbd419132051f3a06d67c5d827a5d6e5a
parent74a063415cde396cb70ea9f836cd47c26c4eb818
NFC: nfcmrvl: add firmware download support

Implement firmware download protocol for Marvell NFC controllers.
This protocol is based on NCI frames that's why parts of its
implementation use some NCI generic functions.

Signed-off-by: Vincent Cuissard <cuissard@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/nfcmrvl/Makefile
drivers/nfc/nfcmrvl/fw_dnld.c [new file with mode: 0644]
drivers/nfc/nfcmrvl/fw_dnld.h [new file with mode: 0644]
drivers/nfc/nfcmrvl/main.c
drivers/nfc/nfcmrvl/nfcmrvl.h
drivers/nfc/nfcmrvl/uart.c
drivers/nfc/nfcmrvl/usb.c