summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
* NFC: logging neateningJoe Perches2015-04-078-43/+36Star
* NFC: pn533: fix error return codeJulia Lawall2015-04-061-1/+3
* NFC: nxp-nci: Release firmware when switching to FW mode failsSamuel Ortiz2015-04-061-1/+3
* NFC: nxp-nxi: Remove useless fw pointer checkSamuel Ortiz2015-04-061-2/+1Star
* nfc: st21nfca: Add additional comments about EVT_TRANSACTIONChristophe Ricard2015-04-061-1/+10
* nfc: st21nfcb: Add additional comments about EVT_TRANSACTIONChristophe Ricard2015-04-061-1/+8
* nfc: st21nfcb: Add missing break statement in switch sectionChristophe Ricard2015-04-061-0/+1
* NFC: st21nfca: Change st21nfca_get_iso14443_3_uid parameter nameChristophe Ricard2015-04-061-2/+2
* NFC: st21nfca: fix st21nfca_get_iso14443_3_uid data copyChristophe Ricard2015-04-061-1/+1
* NFC: st21nfcb: Retry i2c_master_send if it returns a negative valueChristophe Ricard2015-04-061-2/+2
* NFC: st21nfcb: Fix memory leak in secure element probing stageChristophe Ricard2015-04-051-4/+2Star
* NFC: nxp-nci_i2c: Add I2C support to NXP NCI driverClément Perrochaud2015-03-263-0/+429
* NFC: nxp-nci: Add support for NXP NCI chipsClément Perrochaud2015-03-267-0/+623
* NFC: nci: Move NFCEE discovery logicChristophe Ricard2015-02-041-4/+0Star
* NFC: nci: Move logical connection structure allocationChristophe Ricard2015-02-041-1/+1
* NFC: nci: Support all destinations type when creating a connectionChristophe Ricard2015-02-041-10/+28
* NFC: st21nfca: Add HCI transaction event supportChristophe Ricard2015-02-021-0/+21
* NFC: st21nfcb: Add HCI transaction event supportChristophe Ricard2015-02-021-1/+22
* NFC: st21nfcb: Add support for secure elementChristophe Ricard2015-02-025-2/+746
* NFC: Add ACPI support for NXP PN544Robert Dolca2015-01-281-2/+109
* NFC: PN544: GPIO access that may sleepRobert Dolca2015-01-281-10/+12
* NFC: st21nfca: Adding support for secure elementChristophe Ricard2015-01-286-21/+606
* NFC: microread: Change event_received gate parameter to pipeChristophe Ricard2015-01-281-1/+2
* NFC: pn544: Change event_received gate parameter to pipeChristophe Ricard2015-01-281-1/+2
* NFC: st21nfcb: Fix "NULL pointer dereference" possible errorChristophe Ricard2015-01-261-7/+11
* NFC: st21nfca: Fix some skb memory leaksChristophe Ricard2015-01-261-16/+21
* NFC: st21nfca: Remove checkpatch.pl warning Possible unnecessary 'out of memo...Christophe Ricard2015-01-261-4/+1Star
* NFC: st21nfca: Remove skb_pipe_list and skb_pipe_info useless allocationChristophe Ricard2015-01-261-13/+0Star
* NFC: st21nfcb: Avoid use of skb after freeChristophe Ricard2015-01-261-1/+1
* NFC: st21nfca: Remove unreachable codeChristophe Ricard2015-01-261-2/+0Star
* NFC: st21nfcb: Fix "WARNING: invalid free of devm_ allocated data"Christophe Ricard2015-01-261-1/+0Star
* NFC: dts: st21nfcb: Fix compatible string spelling to follow other driversChristophe Ricard2015-01-261-0/+1
* NFC: dts: st21nfca: Fix compatible string spelling to follow other driversChristophe Ricard2015-01-261-0/+1
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-191-1/+1
|\
| * NFC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-151-1/+1
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\ \
| * | nfc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| |/
* | NFC: st21nfcb: Fix reported errorChristophe Ricard2014-12-021-2/+2
* | NFC: st21nfca: Report error returned by functions instead of -ENODEVChristophe Ricard2014-12-021-3/+3
* | NFC: st21nfcb: Remove useless pr_infoChristophe Ricard2014-12-021-2/+0Star
* | NFC: st21nfcb: Improve ndlc commentChristophe Ricard2014-12-021-1/+1
* | NFC: st21nfca: Rework st21nfca_hci_event_received to route event to relevent ...Christophe Ricard2014-12-024-35/+50
* | NFC: st21nfcb: Remove gpio_irq field in static and dts configurationChristophe Ricard2014-12-021-29/+1Star
* | NFC: st21nfcb: Add of_st21nfcb_i2c_match to MODULE_DEVICE_TABLEChristophe Ricard2014-12-021-0/+3
* | NFC: st21nfca: Remove gpio_irq field in static and dts configurationChristophe Ricard2014-12-021-29/+1Star
* | NFC: st21nfca: Add of_st21nfca_i2c_match to MODULE_DEVICE_TABLEChristophe Ricard2014-12-021-0/+3
* | NFC: Don't include linux/unaligned/access_ok.hJohannes Berg2014-11-282-2/+2
|/
* Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-0610-335/+1003
|\
| * NFC: st21nfca: Fix potential double kfree_skb errorChristophe Ricard2014-09-241-2/+0Star
| * NFC: st21nfca: ERR_PTR vs NULL fixChristophe Ricard2014-09-241-2/+2