Skip to content

Commit

Permalink
NFC: nfcmrvl: add firmware download support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vincent Cuissard authored and Samuel Ortiz committed Oct 27, 2015
1 parent e5629d2 commit 3194c68
Show file tree
Hide file tree
Showing 7 changed files with 718 additions and 10 deletions.
2 changes: 1 addition & 1 deletion drivers/nfc/nfcmrvl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for NFCMRVL NCI based NFC driver
#

nfcmrvl-y += main.o
nfcmrvl-y += main.o fw_dnld.o
obj-$(CONFIG_NFC_MRVL) += nfcmrvl.o

nfcmrvl_usb-y += usb.o
Expand Down
Loading

0 comments on commit 3194c68

Please sign in to comment.