aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc/st21nfca
AgeCommit message (Expand)AuthorFilesLines
2015-02-02NFC: st21nfca: Add HCI transaction event supportGravatar Christophe Ricard 1-0/+21
2015-01-28NFC: st21nfca: Adding support for secure elementGravatar Christophe Ricard 6-21/+606
2015-01-26NFC: st21nfca: Fix some skb memory leaksGravatar Christophe Ricard 1-16/+21
2015-01-26NFC: st21nfca: Remove checkpatch.pl warning Possible unnecessary 'out of memo...Gravatar Christophe Ricard 1-4/+1
2015-01-26NFC: st21nfca: Remove skb_pipe_list and skb_pipe_info useless allocationGravatar Christophe Ricard 1-13/+0
2015-01-26NFC: st21nfca: Remove unreachable codeGravatar Christophe Ricard 1-2/+0
2015-01-26NFC: dts: st21nfca: Fix compatible string spelling to follow other driversGravatar Christophe Ricard 1-0/+1
2014-12-02NFC: st21nfca: Report error returned by functions instead of -ENODEVGravatar Christophe Ricard 1-3/+3
2014-12-02NFC: st21nfca: Rework st21nfca_hci_event_received to route event to relevent ...Gravatar Christophe Ricard 4-35/+50
2014-12-02NFC: st21nfca: Remove gpio_irq field in static and dts configurationGravatar Christophe Ricard 1-29/+1
2014-12-02NFC: st21nfca: Add of_st21nfca_i2c_match to MODULE_DEVICE_TABLEGravatar Christophe Ricard 1-0/+3
2014-11-28NFC: Don't include linux/unaligned/access_ok.hGravatar Johannes Berg 1-1/+1
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar David S. Miller 4-101/+72
2014-09-24NFC: st21nfca: Fix potential double kfree_skb errorGravatar Christophe Ricard 1-2/+0
2014-09-24NFC: st21nfca: ERR_PTR vs NULL fixGravatar Christophe Ricard 1-2/+2
2014-09-24NFC: st21nfca: Fix recursive fault when doing p2p in target mode.Gravatar Christophe Ricard 1-7/+4
2014-09-24NFC: st21nfca: Fix potential skb leaks in NFC-DEP codeGravatar Christophe Ricard 1-2/+9
2014-09-24NFC: st21nfca: Fix few coding style issueGravatar Christophe Ricard 1-5/+3
2014-09-08NFC: st21nfca: fix "WARNING: else is not generally useful after a break or re...Gravatar Christophe Ricard 1-1/+0
2014-09-08NFC: st21nfca: Clean up macros alignmentGravatar Christophe Ricard 1-25/+25
2014-09-08NFC: st21nfca: Clean up st21nfca.h macrosGravatar Christophe Ricard 2-21/+21
2014-09-08NFC: st21nfca: Add condition to make sure atr_req->length is valid.Gravatar Christophe Ricard 1-0/+5
2014-09-08NFC: st21nfca: Remove useless IS_ERR(skb) conditionsGravatar Christophe Ricard 1-20/+0
2014-09-08NFC: st21nfca: Remove useless err == 0 conditionGravatar Christophe Ricard 1-4/+2
2014-09-08NFC: st21nfca: Change nfcid3 generationGravatar Christophe Ricard 1-1/+1
2014-09-07NFC: st21nfca: Remove useless new line in nfc_err callGravatar Christophe Ricard 1-2/+1
2014-09-07NFC: st21nfca: Fix logic when setting session_idGravatar Christophe Ricard 1-1/+4
2014-09-07NFC: st21nfca: Fix scripts/checkpatch.pl warnings "Missing a blank line after...Gravatar Christophe Ricard 3-0/+4
2014-09-07NFC: st21nfca: Fix sparse: cast to restricted __be32Gravatar Christophe Ricard 1-2/+2
2014-09-07NFC: st21nfca: Convert to use devm_gpio_request_oneGravatar Axel Lin 1-22/+6
2014-09-07NFC: st21nfca: Remove double assignment of .owner in struct device_driverGravatar Emil Goode 1-1/+0
2014-09-07NFC: st21nfca: Fix potential depmod dependency cycleGravatar Christophe Ricard 1-2/+3
2014-07-23NFC: st21nfca: Adding P2P support to st21nfca in Initiator & Target modeGravatar Christophe Ricard 5-3/+993
2014-07-23NFC: st21nfca: Implement stop_poll HCI hookGravatar Christophe Ricard 1-0/+8
2014-07-23NFC: st21nfca: Improve read length sequence for P2P mode.Gravatar Christophe Ricard 1-1/+1
2014-07-23NFC: st21nfca: Improved start of frame detectionGravatar Christophe Ricard 1-3/+2
2014-07-23NFC: st21nfca: Free buffer in case no data are retrieved.Gravatar Christophe Ricard 1-0/+2
2014-05-20NFC: st21nfca: Add ISO15693 Reader/Writer supportGravatar Christophe Ricard 1-1/+72
2014-05-20NFC: st21nfca: Improve load_sessionGravatar Christophe Ricard 1-2/+19
2014-05-20NFC: dts: st21nfca: Add device-tree (Open Firmware) support to st21nfcaGravatar Christophe Ricard 1-19/+87
2014-05-05NFC: st21nfca: Free buffer when a bad frame is detectedGravatar Christophe Ricard 1-0/+1
2014-05-05NFC: st21nfca: Synchronize i2c Tx and Rx pathGravatar Christophe Ricard 1-0/+6
2014-05-05NFC: st21nfca: Improved i2c Rx data correctness checkGravatar Christophe Ricard 1-3/+26
2014-05-05NFC: st21nfca: Fix st21nfca_hci_remove_len_crc tail room handlingGravatar Christophe Ricard 1-12/+9
2014-05-05NFC: st21nfca: Fix incorrect byte stuffing revocationGravatar Christophe Ricard 1-4/+3
2014-05-05NFC: st21nfca: Remove few useless includeGravatar Christophe Ricard 1-11/+0
2014-04-22NFC: st21nfca: Improve st21nfca initialization by handling reboot properlyGravatar Christophe Ricard 1-8/+39
2014-04-22NFC: st21nfca: Reworked st21nfca_request_resourcesGravatar Christophe Ricard 1-16/+26
2014-04-22NFC: st21nfca: st21nfca_hci_i2c_probe returns st21nfca_hci_probe result.Gravatar Christophe Ricard 1-6/+1
2014-04-22NFC: st21nfca: Add __packed to struct st21nfca_pipe_infoGravatar Christophe Ricard 1-1/+1