Skip to content

Commit 3194c68

Browse files
Vincent CuissardSamuel Ortiz
authored andcommitted
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 <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
1 parent e5629d2 commit 3194c68

File tree

7 files changed

+718
-10
lines changed

7 files changed

+718
-10
lines changed

drivers/nfc/nfcmrvl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Makefile for NFCMRVL NCI based NFC driver
33
#
44

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

88
nfcmrvl_usb-y += usb.o

0 commit comments

Comments
 (0)