| Commit message (Expand) | Author | Age | Files | Lines |
* | NFC: nci: Move NFCEE discovery logic | Christophe Ricard | 2015-02-04 | 1 | -4/+0 |
* | NFC: nci: Move logical connection structure allocation | Christophe Ricard | 2015-02-04 | 1 | -1/+1 |
* | NFC: nci: Support all destinations type when creating a connection | Christophe Ricard | 2015-02-04 | 1 | -10/+28 |
* | NFC: st21nfca: Add HCI transaction event support | Christophe Ricard | 2015-02-02 | 1 | -0/+21 |
* | NFC: st21nfcb: Add HCI transaction event support | Christophe Ricard | 2015-02-02 | 1 | -1/+22 |
* | NFC: st21nfcb: Add support for secure element | Christophe Ricard | 2015-02-02 | 5 | -2/+746 |
* | NFC: Add ACPI support for NXP PN544 | Robert Dolca | 2015-01-28 | 1 | -2/+109 |
* | NFC: PN544: GPIO access that may sleep | Robert Dolca | 2015-01-28 | 1 | -10/+12 |
* | NFC: st21nfca: Adding support for secure element | Christophe Ricard | 2015-01-28 | 6 | -21/+606 |
* | NFC: microread: Change event_received gate parameter to pipe | Christophe Ricard | 2015-01-28 | 1 | -1/+2 |
* | NFC: pn544: Change event_received gate parameter to pipe | Christophe Ricard | 2015-01-28 | 1 | -1/+2 |
* | NFC: st21nfcb: Fix "NULL pointer dereference" possible error | Christophe Ricard | 2015-01-26 | 1 | -7/+11 |
* | NFC: st21nfca: Fix some skb memory leaks | Christophe Ricard | 2015-01-26 | 1 | -16/+21 |
* | NFC: st21nfca: Remove checkpatch.pl warning Possible unnecessary 'out of memo... | Christophe Ricard | 2015-01-26 | 1 | -4/+1 |
* | NFC: st21nfca: Remove skb_pipe_list and skb_pipe_info useless allocation | Christophe Ricard | 2015-01-26 | 1 | -13/+0 |
* | NFC: st21nfcb: Avoid use of skb after free | Christophe Ricard | 2015-01-26 | 1 | -1/+1 |
* | NFC: st21nfca: Remove unreachable code | Christophe Ricard | 2015-01-26 | 1 | -2/+0 |
* | NFC: st21nfcb: Fix "WARNING: invalid free of devm_ allocated data" | Christophe Ricard | 2015-01-26 | 1 | -1/+0 |
* | NFC: dts: st21nfcb: Fix compatible string spelling to follow other drivers | Christophe Ricard | 2015-01-26 | 1 | -0/+1 |
* | NFC: dts: st21nfca: Fix compatible string spelling to follow other drivers | Christophe Ricard | 2015-01-26 | 1 | -0/+1 |
* | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-12-19 | 1 | -1/+1 |
|\ |
|
| * | NFC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-15 | 1 | -1/+1 |
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 1 | -1/+0 |
|\ \ |
|
| * | | nfc: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
| |/ |
|
* | | NFC: st21nfcb: Fix reported error | Christophe Ricard | 2014-12-02 | 1 | -2/+2 |
* | | NFC: st21nfca: Report error returned by functions instead of -ENODEV | Christophe Ricard | 2014-12-02 | 1 | -3/+3 |
* | | NFC: st21nfcb: Remove useless pr_info | Christophe Ricard | 2014-12-02 | 1 | -2/+0 |
* | | NFC: st21nfcb: Improve ndlc comment | Christophe Ricard | 2014-12-02 | 1 | -1/+1 |
* | | NFC: st21nfca: Rework st21nfca_hci_event_received to route event to relevent ... | Christophe Ricard | 2014-12-02 | 4 | -35/+50 |
* | | NFC: st21nfcb: Remove gpio_irq field in static and dts configuration | Christophe Ricard | 2014-12-02 | 1 | -29/+1 |
* | | NFC: st21nfcb: Add of_st21nfcb_i2c_match to MODULE_DEVICE_TABLE | Christophe Ricard | 2014-12-02 | 1 | -0/+3 |
* | | NFC: st21nfca: Remove gpio_irq field in static and dts configuration | Christophe Ricard | 2014-12-02 | 1 | -29/+1 |
* | | NFC: st21nfca: Add of_st21nfca_i2c_match to MODULE_DEVICE_TABLE | Christophe Ricard | 2014-12-02 | 1 | -0/+3 |
* | | NFC: Don't include linux/unaligned/access_ok.h | Johannes Berg | 2014-11-28 | 2 | -2/+2 |
|/ |
|
* | Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2014-10-06 | 10 | -335/+1003 |
|\ |
|
| * | NFC: st21nfca: Fix potential double kfree_skb error | Christophe Ricard | 2014-09-24 | 1 | -2/+0 |
| * | NFC: st21nfca: ERR_PTR vs NULL fix | Christophe Ricard | 2014-09-24 | 1 | -2/+2 |
| * | NFC: st21nfcb: remove error output | Christophe Ricard | 2014-09-24 | 1 | -3/+1 |
| * | NFC: st21nfcb: Add ISO15693 Reader/Writer support | Christophe Ricard | 2014-09-24 | 1 | -0/+1 |
| * | NFC: nci: Add support for proprietary RF Protocols | Christophe Ricard | 2014-09-24 | 1 | -0/+10 |
| * | NFC: st21nfcb: Fix improper ndlc T2 management | Christophe Ricard | 2014-09-24 | 1 | -1/+5 |
| * | NFC: st21nfcb: Fix improper management of -EREMOTEIO error code. | Christophe Ricard | 2014-09-24 | 2 | -15/+8 |
| * | NFC: st21nfca: Fix recursive fault when doing p2p in target mode. | Christophe Ricard | 2014-09-24 | 1 | -7/+4 |
| * | NFC: st21nfca: Fix potential skb leaks in NFC-DEP code | Christophe Ricard | 2014-09-24 | 1 | -2/+9 |
| * | NFC: st21nfca: Fix few coding style issue | Christophe Ricard | 2014-09-24 | 1 | -5/+3 |
| * | NFC: trf7970a: Unlock mutex before exiting _trf7970a_tg_listen() | Mark A. Greer | 2014-09-24 | 1 | -4/+4 |
| * | NFC: trf7970a: Unlock mutex before exiting trf7970a_irq() | Mark A. Greer | 2014-09-24 | 1 | -2/+3 |
| * | NFC: trf7970a: Remove unnecessary local variable initialization | Mark A. Greer | 2014-09-24 | 1 | -1/+1 |
| * | NFC: trf7970a: Remove useless local variable | Mark A. Greer | 2014-09-24 | 1 | -2/+1 |
| * | NFC: st21nfcb: Remove useless headers | Christophe Ricard | 2014-09-08 | 3 | -11/+0 |