aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2014-12-15NFC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-02NFC: st21nfcb: Fix reported errorChristophe Ricard1-2/+2
2014-12-02NFC: st21nfca: Report error returned by functions instead of -ENODEVChristophe Ricard1-3/+3
2014-12-02NFC: st21nfcb: Remove useless pr_infoChristophe Ricard1-2/+0
2014-12-02NFC: st21nfcb: Improve ndlc commentChristophe Ricard1-1/+1
2014-12-02NFC: st21nfca: Rework st21nfca_hci_event_received to route event to relevent gate.Christophe Ricard4-35/+50
2014-12-02NFC: st21nfcb: Remove gpio_irq field in static and dts configurationChristophe Ricard1-29/+1
2014-12-02NFC: st21nfcb: Add of_st21nfcb_i2c_match to MODULE_DEVICE_TABLEChristophe Ricard1-0/+3
2014-12-02NFC: st21nfca: Remove gpio_irq field in static and dts configurationChristophe Ricard1-29/+1
2014-12-02NFC: st21nfca: Add of_st21nfca_i2c_match to MODULE_DEVICE_TABLEChristophe Ricard1-0/+3
2014-11-28NFC: Don't include linux/unaligned/access_ok.hJohannes Berg2-2/+2
2014-10-20nfc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller10-335/+1003
2014-09-24NFC: st21nfca: Fix potential double kfree_skb errorChristophe Ricard1-2/+0
2014-09-24NFC: st21nfca: ERR_PTR vs NULL fixChristophe Ricard1-2/+2
2014-09-24NFC: st21nfcb: remove error outputChristophe Ricard1-3/+1
2014-09-24NFC: st21nfcb: Add ISO15693 Reader/Writer supportChristophe Ricard1-0/+1
2014-09-24NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard1-0/+10
2014-09-24NFC: st21nfcb: Fix improper ndlc T2 managementChristophe Ricard1-1/+5
2014-09-24NFC: st21nfcb: Fix improper management of -EREMOTEIO error code.Christophe Ricard2-15/+8
2014-09-24NFC: st21nfca: Fix recursive fault when doing p2p in target mode.Christophe Ricard1-7/+4
2014-09-24NFC: st21nfca: Fix potential skb leaks in NFC-DEP codeChristophe Ricard1-2/+9
2014-09-24NFC: st21nfca: Fix few coding style issueChristophe Ricard1-5/+3
2014-09-24NFC: trf7970a: Unlock mutex before exiting _trf7970a_tg_listen()Mark A. Greer1-4/+4
2014-09-24NFC: trf7970a: Unlock mutex before exiting trf7970a_irq()Mark A. Greer1-2/+3
2014-09-24NFC: trf7970a: Remove unnecessary local variable initializationMark A. Greer1-1/+1
2014-09-24NFC: trf7970a: Remove useless local variableMark A. Greer1-2/+1
2014-09-08NFC: st21nfcb: Remove useless headersChristophe Ricard3-11/+0
2014-09-08NFC: st21nfca: fix "WARNING: else is not generally useful after a break or return"Christophe Ricard1-1/+0
2014-09-08NFC: st21nfca: Clean up macros alignmentChristophe Ricard1-25/+25
2014-09-08NFC: st21nfca: Clean up st21nfca.h macrosChristophe Ricard2-21/+21
2014-09-08NFC: st21nfcb: Fix logic when running into i2c read retryChristophe Ricard1-1/+3
2014-09-08NFC: st21nfca: Add condition to make sure atr_req->length is valid.Christophe Ricard1-0/+5
2014-09-08NFC: st21nfca: Remove useless IS_ERR(skb) conditionsChristophe Ricard1-20/+0
2014-09-08NFC: st21nfca: Remove useless err == 0 conditionChristophe Ricard1-4/+2
2014-09-08NFC: st21nfca: Change nfcid3 generationChristophe Ricard1-1/+1
2014-09-07NFC: st21nfca: Remove useless new line in nfc_err callChristophe Ricard1-2/+1
2014-09-07NFC: st21nfca: Fix logic when setting session_idChristophe Ricard1-1/+4
2014-09-07NFC: st21nfcb: Remove inappropriate kfree on a previously devm_kzalloc pointerChristophe Ricard1-10/+5
2014-09-07NFC: st21nfcb: Remove useless new line in nfc_err callChristophe Ricard1-2/+1
2014-09-07NFC: st21nfcb: Remove double assignment of .owner in struct device_driverChristophe Ricard1-1/+0
2014-09-07NFC: st21nfcb: Convert to use devm_gpio_request_oneChristophe Ricard1-24/+6
2014-09-07NFC: st21nfcb: Fix scripts/checkpatch.pl error "code indent should use tabs where possible"Christophe Ricard1-1/+1
2014-09-07NFC: st21nfca: Fix scripts/checkpatch.pl warnings "Missing a blank line after declarations"Christophe Ricard3-0/+4
2014-09-07NFC: st21nfca: Fix sparse: cast to restricted __be32Christophe Ricard1-2/+2
2014-09-07NFC: st21nfca: Convert to use devm_gpio_request_oneAxel Lin1-22/+6
2014-09-07NFC: st21nfca: Remove double assignment of .owner in struct device_driverEmil Goode1-1/+0
2014-09-07NFC: st21nfca: Fix potential depmod dependency cycleChristophe Ricard1-2/+3