summaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)Author
2015-05-06NFC: st21nfcb: Retry i2c_master_send if it returns a negative valueChristophe Ricard
2015-02-04NFC: nci: Move NFCEE discovery logicChristophe Ricard
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard
2015-02-02NFC: st21nfca: Add HCI transaction event supportChristophe Ricard
2015-02-02NFC: st21nfcb: Add HCI transaction event supportChristophe Ricard
2015-02-02NFC: st21nfcb: Add support for secure elementChristophe Ricard
2015-01-28NFC: Add ACPI support for NXP PN544Robert Dolca
2015-01-28NFC: PN544: GPIO access that may sleepRobert Dolca
2015-01-28NFC: st21nfca: Adding support for secure elementChristophe Ricard
2015-01-28NFC: microread: Change event_received gate parameter to pipeChristophe Ricard
2015-01-28NFC: pn544: Change event_received gate parameter to pipeChristophe Ricard
2015-01-26NFC: st21nfcb: Fix "NULL pointer dereference" possible errorChristophe Ricard
2015-01-26NFC: st21nfca: Fix some skb memory leaksChristophe Ricard
2015-01-26NFC: st21nfca: Remove checkpatch.pl warning Possible unnecessary 'out of memo...Christophe Ricard
2015-01-26NFC: st21nfca: Remove skb_pipe_list and skb_pipe_info useless allocationChristophe Ricard
2015-01-26NFC: st21nfcb: Avoid use of skb after freeChristophe Ricard
2015-01-26NFC: st21nfca: Remove unreachable codeChristophe Ricard
2015-01-26NFC: st21nfcb: Fix "WARNING: invalid free of devm_ allocated data"Christophe Ricard
2015-01-26NFC: dts: st21nfcb: Fix compatible string spelling to follow other driversChristophe Ricard
2015-01-26NFC: dts: st21nfca: Fix compatible string spelling to follow other driversChristophe Ricard
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-15NFC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-02NFC: st21nfcb: Fix reported errorChristophe Ricard
2014-12-02NFC: st21nfca: Report error returned by functions instead of -ENODEVChristophe Ricard
2014-12-02NFC: st21nfcb: Remove useless pr_infoChristophe Ricard
2014-12-02NFC: st21nfcb: Improve ndlc commentChristophe Ricard
2014-12-02NFC: st21nfca: Rework st21nfca_hci_event_received to route event to relevent ...Christophe Ricard
2014-12-02NFC: st21nfcb: Remove gpio_irq field in static and dts configurationChristophe Ricard
2014-12-02NFC: st21nfcb: Add of_st21nfcb_i2c_match to MODULE_DEVICE_TABLEChristophe Ricard
2014-12-02NFC: st21nfca: Remove gpio_irq field in static and dts configurationChristophe Ricard
2014-12-02NFC: st21nfca: Add of_st21nfca_i2c_match to MODULE_DEVICE_TABLEChristophe Ricard
2014-11-28NFC: Don't include linux/unaligned/access_ok.hJohannes Berg
2014-10-20nfc: drop owner assignment from platform_driversWolfram Sang
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