Add the latest version of NQxxx NFC driver from msm-3.18. This change is a combination of following changes: 1) NFC: add NQxxxx driver commit <356203701b7fd61b2d9776fac4fac6427735248b> 2) NFC: change reset and read flow commit <7620346454865b81d7086167d531aea7bb716926> 3) NFC: Enable DMA and CLK_REQ gpio config issue fix commit <150dbf117709b5677f86e5ced86b468731019b8b> 4) NFC: Fix function descriptions commit <c0248d70200c8e09a983758750632b7a75e422d3> 5) nq-nci: enable NFCC hardware check and clock to NQxx commit <2a92c1d6135f2d1e8fe3f2afcd290a2b1311a5a2> 6) nq-nci: XO shut down issue fix commit <8938151d4650fca6d42efdbce138aea9bad7eca0> 7) NFC: Remove sleep from irq handler commit <8ea2c805108cbf59b8e2abf87ee207fbf08fad97> 8) NFC: Remove DMA allocation and stack use in write commit <c1552090e4c46e1eeca756d0a7b4427f94eab0c3> CRs-Fixed: 890678, 892310, 955860, 968399, 993292 Change-Id: Ibb861ebdc63d45699369e23c077589d37e024b5e Signed-off-by: Gaurav Singhal <gsinghal@codeaurora.org>
19 lines
594 B
Makefile
19 lines
594 B
Makefile
#
|
|
# Makefile for nfc devices
|
|
#
|
|
|
|
obj-$(CONFIG_NFC_FDP) += fdp/
|
|
obj-$(CONFIG_NFC_PN544) += pn544/
|
|
obj-$(CONFIG_NFC_MICROREAD) += microread/
|
|
obj-$(CONFIG_NFC_PN533) += pn533.o
|
|
obj-$(CONFIG_NFC_WILINK) += nfcwilink.o
|
|
obj-$(CONFIG_NFC_MEI_PHY) += mei_phy.o
|
|
obj-$(CONFIG_NFC_SIM) += nfcsim.o
|
|
obj-$(CONFIG_NFC_PORT100) += port100.o
|
|
obj-$(CONFIG_NFC_MRVL) += nfcmrvl/
|
|
obj-$(CONFIG_NFC_TRF7970A) += trf7970a.o
|
|
obj-$(CONFIG_NFC_ST21NFCA) += st21nfca/
|
|
obj-$(CONFIG_NFC_ST_NCI) += st-nci/
|
|
obj-$(CONFIG_NFC_NXP_NCI) += nxp-nci/
|
|
obj-$(CONFIG_NFC_S3FWRN5) += s3fwrn5/
|
|
obj-$(CONFIG_NFC_NQ) += nq-nci.o
|