aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)Author
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-09-24NFC: st21nfca: Fix potential double kfree_skb errorChristophe Ricard
2014-09-24NFC: st21nfca: ERR_PTR vs NULL fixChristophe Ricard
2014-09-24NFC: st21nfcb: remove error outputChristophe Ricard
2014-09-24NFC: st21nfcb: Add ISO15693 Reader/Writer supportChristophe Ricard
2014-09-24NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard
2014-09-24NFC: st21nfcb: Fix improper ndlc T2 managementChristophe Ricard
2014-09-24NFC: st21nfcb: Fix improper management of -EREMOTEIO error code.Christophe Ricard
2014-09-24NFC: st21nfca: Fix recursive fault when doing p2p in target mode.Christophe Ricard
2014-09-24NFC: st21nfca: Fix potential skb leaks in NFC-DEP codeChristophe Ricard
2014-09-24NFC: st21nfca: Fix few coding style issueChristophe Ricard
2014-09-24NFC: trf7970a: Unlock mutex before exiting _trf7970a_tg_listen()Mark A. Greer
2014-09-24NFC: trf7970a: Unlock mutex before exiting trf7970a_irq()Mark A. Greer
2014-09-24NFC: trf7970a: Remove unnecessary local variable initializationMark A. Greer
2014-09-24NFC: trf7970a: Remove useless local variableMark A. Greer
2014-09-08NFC: st21nfcb: Remove useless headersChristophe Ricard
2014-09-08NFC: st21nfca: fix "WARNING: else is not generally useful after a break or re...Christophe Ricard
2014-09-08NFC: st21nfca: Clean up macros alignmentChristophe Ricard
2014-09-08NFC: st21nfca: Clean up st21nfca.h macrosChristophe Ricard
2014-09-08NFC: st21nfcb: Fix logic when running into i2c read retryChristophe Ricard
2014-09-08NFC: st21nfca: Add condition to make sure atr_req->length is valid.Christophe Ricard
2014-09-08NFC: st21nfca: Remove useless IS_ERR(skb) conditionsChristophe Ricard
2014-09-08NFC: st21nfca: Remove useless err == 0 conditionChristophe Ricard
2014-09-08NFC: st21nfca: Change nfcid3 generationChristophe Ricard
2014-09-07NFC: st21nfca: Remove useless new line in nfc_err callChristophe Ricard
2014-09-07NFC: st21nfca: Fix logic when setting session_idChristophe Ricard
2014-09-07NFC: st21nfcb: Remove inappropriate kfree on a previously devm_kzalloc pointerChristophe Ricard
2014-09-07NFC: st21nfcb: Remove useless new line in nfc_err callChristophe Ricard
2014-09-07NFC: st21nfcb: Remove double assignment of .owner in struct device_driverChristophe Ricard
2014-09-07NFC: st21nfcb: Convert to use devm_gpio_request_oneChristophe Ricard
2014-09-07NFC: st21nfcb: Fix scripts/checkpatch.pl error "code indent should use tabs w...Christophe Ricard
2014-09-07NFC: st21nfca: Fix scripts/checkpatch.pl warnings "Missing a blank line after...Christophe Ricard
2014-09-07NFC: st21nfca: Fix sparse: cast to restricted __be32Christophe Ricard
2014-09-07NFC: st21nfca: Convert to use devm_gpio_request_oneAxel Lin
2014-09-07NFC: st21nfca: Remove double assignment of .owner in struct device_driverEmil Goode
2014-09-07NFC: st21nfca: Fix potential depmod dependency cycleChristophe Ricard
2014-09-07NFC: st21nfcb: Fix depmod dependency cycleChristophe Ricard
2014-09-07NFC: trf7970a: Add Target Mode Detection SupportMark A. Greer
2014-09-07NFC: trf7970a: Add Target Mode SupportMark A. Greer
2014-09-07NFC: trf7970a: Handle timeout values of zeroMark A. Greer
2014-09-07NFC: trf7970a: Cancel timer when error encounteredMark A. Greer
2014-09-07NFC: trf7970a: Don't turn on RF if there is already an RF fieldMark A. Greer
2014-09-07NFC: trf7970a: trf7970a_init() turns off the RF transmitterMark A. Greer
2014-09-07NFC: trf7970a: Don't turn off RF if its already offMark A. Greer
2014-09-07NFC: trf7970a: Add '_in_' to initiator routinesMark A. Greer
2014-09-07NFC: trf7970a: Delay after initializationMark A. Greer
2014-09-07NFC: trf7970a: Add System Suspend/Resume supportMark A. Greer
2014-09-07NFC: trf7970a: Create startup and shutdown routinesMark A. Greer
2014-09-07NFC: trf7970a: Don't assume CONFIG_PM_RUNTIME is enabledMark A. Greer
2014-09-07NFC: trf7970a: Rename TRF7970A_ST_OFF to TRF7970A_ST_RF_OFFMark A. Greer