summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfca/st21nfca.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-24NFC: st21nfca: Fix recursive fault when doing p2p in target mode.Christophe Ricard1-7/+4
2014-09-08NFC: st21nfca: fix "WARNING: else is not generally useful after a break or re...Christophe Ricard1-1/+0
2014-09-08NFC: st21nfca: Clean up macros alignmentChristophe Ricard1-25/+25
2014-09-08NFC: st21nfca: Clean up st21nfca.h macrosChristophe Ricard1-0/+21
2014-09-07NFC: st21nfca: Fix logic when setting session_idChristophe Ricard1-1/+4
2014-09-07NFC: st21nfca: Fix scripts/checkpatch.pl warnings "Missing a blank line after...Christophe Ricard1-0/+1
2014-09-07NFC: st21nfca: Fix sparse: cast to restricted __be32Christophe Ricard1-2/+2
2014-07-23NFC: st21nfca: Adding P2P support to st21nfca in Initiator & Target modeChristophe Ricard1-1/+263
2014-07-23NFC: st21nfca: Implement stop_poll HCI hookChristophe Ricard1-0/+8
2014-05-20NFC: st21nfca: Add ISO15693 Reader/Writer supportChristophe Ricard1-1/+72
2014-05-20NFC: st21nfca: Improve load_sessionChristophe Ricard1-2/+19
2014-05-05NFC: st21nfca: Remove few useless includeChristophe Ricard1-11/+0
2014-04-22NFC: st21nfca: Add __packed to struct st21nfca_pipe_infoChristophe Ricard1-1/+1
2014-04-22NFC: st21nfca: Fix warning: array subscript is above array boundsChristophe Ricard1-3/+3
2014-04-22NFC: st21nfca: Fix sparse: cast to restricted __be16Christophe Ricard1-1/+1
2014-04-22NFC: st21nfca: Implement load_session HCI hookChristophe Ricard1-1/+116
2014-04-22NFC: ST21NFCA: Add driver for STMicroelectronics ST21NFCA NFC ChipChristophe Ricard1-0/+506