aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-07NFC: logging neateningJoe Perches8-43/+36
2015-04-06NFC: pn533: fix error return codeJulia Lawall1-1/+3
2015-04-06NFC: nxp-nci: Release firmware when switching to FW mode failsSamuel Ortiz1-1/+3
2015-04-06NFC: nxp-nxi: Remove useless fw pointer checkSamuel Ortiz1-2/+1
2015-04-06nfc: st21nfca: Add additional comments about EVT_TRANSACTIONChristophe Ricard1-1/+10
2015-04-06nfc: st21nfcb: Add additional comments about EVT_TRANSACTIONChristophe Ricard1-1/+8
2015-04-06nfc: st21nfcb: Add missing break statement in switch sectionChristophe Ricard1-0/+1
2015-04-06NFC: st21nfca: Change st21nfca_get_iso14443_3_uid parameter nameChristophe Ricard1-2/+2
2015-04-06NFC: st21nfca: fix st21nfca_get_iso14443_3_uid data copyChristophe Ricard1-1/+1
2015-04-06NFC: st21nfcb: Retry i2c_master_send if it returns a negative valueChristophe Ricard1-2/+2
2015-04-05NFC: st21nfcb: Fix memory leak in secure element probing stageChristophe Ricard1-4/+2
2015-03-26NFC: nxp-nci_i2c: Add I2C support to NXP NCI driverClément Perrochaud3-0/+429
2015-03-26NFC: nxp-nci: Add support for NXP NCI chipsClément Perrochaud7-0/+623
2015-02-04NFC: nci: Move NFCEE discovery logicChristophe Ricard1-4/+0
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard1-1/+1
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard1-10/+28
2015-02-02NFC: st21nfca: Add HCI transaction event supportChristophe Ricard1-0/+21
2015-02-02NFC: st21nfcb: Add HCI transaction event supportChristophe Ricard1-1/+22
2015-02-02NFC: st21nfcb: Add support for secure elementChristophe Ricard5-2/+746
2015-01-28NFC: Add ACPI support for NXP PN544Robert Dolca1-2/+109
2015-01-28NFC: PN544: GPIO access that may sleepRobert Dolca1-10/+12
2015-01-28NFC: st21nfca: Adding support for secure elementChristophe Ricard6-21/+606
2015-01-28NFC: microread: Change event_received gate parameter to pipeChristophe Ricard1-1/+2
2015-01-28NFC: pn544: Change event_received gate parameter to pipeChristophe Ricard1-1/+2
2015-01-26NFC: st21nfcb: Fix "NULL pointer dereference" possible errorChristophe Ricard1-7/+11
2015-01-26NFC: st21nfca: Fix some skb memory leaksChristophe Ricard1-16/+21
2015-01-26NFC: st21nfca: Remove checkpatch.pl warning Possible unnecessary 'out of memory' messageChristophe Ricard1-4/+1
2015-01-26NFC: st21nfca: Remove skb_pipe_list and skb_pipe_info useless allocationChristophe Ricard1-13/+0
2015-01-26NFC: st21nfcb: Avoid use of skb after freeChristophe Ricard1-1/+1
2015-01-26NFC: st21nfca: Remove unreachable codeChristophe Ricard1-2/+0
2015-01-26NFC: st21nfcb: Fix "WARNING: invalid free of devm_ allocated data"Christophe Ricard1-1/+0
2015-01-26NFC: dts: st21nfcb: Fix compatible string spelling to follow other driversChristophe Ricard1-0/+1
2015-01-26NFC: dts: st21nfca: Fix compatible string spelling to follow other driversChristophe Ricard1-0/+1
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