aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)AuthorFilesLines
2014-10-20nfc: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar David S. Miller 10-335/+1003
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: st21nfcb: remove error outputGravatar Christophe Ricard 1-3/+1
2014-09-24NFC: st21nfcb: Add ISO15693 Reader/Writer supportGravatar Christophe Ricard 1-0/+1
2014-09-24NFC: nci: Add support for proprietary RF ProtocolsGravatar Christophe Ricard 1-0/+10
2014-09-24NFC: st21nfcb: Fix improper ndlc T2 managementGravatar Christophe Ricard 1-1/+5
2014-09-24NFC: st21nfcb: Fix improper management of -EREMOTEIO error code.Gravatar Christophe Ricard 2-15/+8
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-24NFC: trf7970a: Unlock mutex before exiting _trf7970a_tg_listen()Gravatar Mark A. Greer 1-4/+4
2014-09-24NFC: trf7970a: Unlock mutex before exiting trf7970a_irq()Gravatar Mark A. Greer 1-2/+3
2014-09-24NFC: trf7970a: Remove unnecessary local variable initializationGravatar Mark A. Greer 1-1/+1
2014-09-24NFC: trf7970a: Remove useless local variableGravatar Mark A. Greer 1-2/+1
2014-09-08NFC: st21nfcb: Remove useless headersGravatar Christophe Ricard 3-11/+0
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: st21nfcb: Fix logic when running into i2c read retryGravatar Christophe Ricard 1-1/+3
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: st21nfcb: Remove inappropriate kfree on a previously devm_kzalloc pointerGravatar Christophe Ricard 1-10/+5
2014-09-07NFC: st21nfcb: Remove useless new line in nfc_err callGravatar Christophe Ricard 1-2/+1
2014-09-07NFC: st21nfcb: Remove double assignment of .owner in struct device_driverGravatar Christophe Ricard 1-1/+0
2014-09-07NFC: st21nfcb: Convert to use devm_gpio_request_oneGravatar Christophe Ricard 1-24/+6
2014-09-07NFC: st21nfcb: Fix scripts/checkpatch.pl error "code indent should use tabs w...Gravatar Christophe Ricard 1-1/+1
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-09-07NFC: st21nfcb: Fix depmod dependency cycleGravatar Christophe Ricard 1-2/+3
2014-09-07NFC: trf7970a: Add Target Mode Detection SupportGravatar Mark A. Greer 1-6/+154
2014-09-07NFC: trf7970a: Add Target Mode SupportGravatar Mark A. Greer 1-35/+339
2014-09-07NFC: trf7970a: Handle timeout values of zeroGravatar Mark A. Greer 1-7/+22
2014-09-07NFC: trf7970a: Cancel timer when error encounteredGravatar Mark A. Greer 1-0/+2
2014-09-07NFC: trf7970a: Don't turn on RF if there is already an RF fieldGravatar Mark A. Greer 1-2/+49
2014-09-07NFC: trf7970a: trf7970a_init() turns off the RF transmitterGravatar Mark A. Greer 1-0/+2
2014-09-07NFC: trf7970a: Don't turn off RF if its already offGravatar Mark A. Greer 1-0/+4
2014-09-07NFC: trf7970a: Add '_in_' to initiator routinesGravatar Mark A. Greer 1-4/+4
2014-09-07NFC: trf7970a: Delay after initializationGravatar Mark A. Greer 1-0/+2
2014-09-07NFC: trf7970a: Add System Suspend/Resume supportGravatar Mark A. Greer 1-0/+37
2014-09-07NFC: trf7970a: Create startup and shutdown routinesGravatar Mark A. Greer 1-29/+43
2014-09-07NFC: trf7970a: Don't assume CONFIG_PM_RUNTIME is enabledGravatar Mark A. Greer 1-36/+96