summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfca/st21nfca.c
Commit message (Expand)AuthorAgeFilesLines
* NFC: st21nfca: Align st21nfca driver with other nfc driverChristophe Ricard2015-10-261-1064/+0
* NFC: st21nfca: fix use of uninitialized variables in error pathChristophe Ricard2015-08-171-5/+6
* NFC: st21nfca: Change st21nfca_get_iso14443_3_uid parameter nameChristophe Ricard2015-04-061-2/+2
* NFC: st21nfca: fix st21nfca_get_iso14443_3_uid data copyChristophe Ricard2015-04-061-1/+1
* NFC: st21nfca: Adding support for secure elementChristophe Ricard2015-01-281-13/+121
* NFC: st21nfca: Fix some skb memory leaksChristophe Ricard2015-01-261-16/+21
* NFC: st21nfca: Remove skb_pipe_list and skb_pipe_info useless allocationChristophe Ricard2015-01-261-13/+0
* NFC: st21nfca: Remove unreachable codeChristophe Ricard2015-01-261-2/+0
* NFC: st21nfca: Rework st21nfca_hci_event_received to route event to relevent ...Christophe Ricard2014-12-021-28/+4
* NFC: st21nfca: Fix recursive fault when doing p2p in target mode.Christophe Ricard2014-09-241-7/+4
* NFC: st21nfca: fix "WARNING: else is not generally useful after a break or re...Christophe Ricard2014-09-081-1/+0
* NFC: st21nfca: Clean up macros alignmentChristophe Ricard2014-09-081-25/+25
* NFC: st21nfca: Clean up st21nfca.h macrosChristophe Ricard2014-09-081-0/+21
* NFC: st21nfca: Fix logic when setting session_idChristophe Ricard2014-09-071-1/+4
* NFC: st21nfca: Fix scripts/checkpatch.pl warnings "Missing a blank line after...Christophe Ricard2014-09-071-0/+1
* NFC: st21nfca: Fix sparse: cast to restricted __be32Christophe Ricard2014-09-071-2/+2
* NFC: st21nfca: Adding P2P support to st21nfca in Initiator & Target modeChristophe Ricard2014-07-231-1/+263
* NFC: st21nfca: Implement stop_poll HCI hookChristophe Ricard2014-07-231-0/+8
* NFC: st21nfca: Add ISO15693 Reader/Writer supportChristophe Ricard2014-05-201-1/+72
* NFC: st21nfca: Improve load_sessionChristophe Ricard2014-05-201-2/+19
* NFC: st21nfca: Remove few useless includeChristophe Ricard2014-05-051-11/+0
* NFC: st21nfca: Add __packed to struct st21nfca_pipe_infoChristophe Ricard2014-04-221-1/+1
* NFC: st21nfca: Fix warning: array subscript is above array boundsChristophe Ricard2014-04-221-3/+3
* NFC: st21nfca: Fix sparse: cast to restricted __be16Christophe Ricard2014-04-221-1/+1
* NFC: st21nfca: Implement load_session HCI hookChristophe Ricard2014-04-221-1/+116
* NFC: ST21NFCA: Add driver for STMicroelectronics ST21NFCA NFC ChipChristophe Ricard2014-04-221-0/+506