| Commit message (Expand) | Author | Age | Files | Lines |
* | nfc: constify several pointers to u8, char and sk_buff | Krzysztof Kozlowski | 2021-07-30 | 1 | -2/+2 |
* | nfc: constify passed nfc_dev | Krzysztof Kozlowski | 2021-07-29 | 1 | -2/+2 |
* | nfc: constify nfc_ops | Krzysztof Kozlowski | 2021-07-25 | 1 | -2/+2 |
* | nfc: constify pointer to nfc_vendor_cmd | Krzysztof Kozlowski | 2021-07-25 | 1 | -2/+2 |
* | NFC: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-02-27 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 2019-05-21 | 1 | -13/+1 |
* | NFC: Add nfc_dbg() macro | Andy Shevchenko | 2017-04-05 | 1 | -0/+1 |
* | nfc: netlink: HCI event connectivity implementation | Christophe Ricard | 2015-12-29 | 1 | -0/+1 |
* | NFC: netlink: Add mode parameter to deactivate_target functions | Christophe Ricard | 2015-10-27 | 1 | -1/+1 |
* | nfc: netlink: Add capability to reply to vendor_cmd with data | Christophe Ricard | 2015-08-20 | 1 | -0/+41 |
* | NFC: Introduce vendor commands structures | Samuel Ortiz | 2015-06-09 | 1 | -0/+22 |
* | nfc: Reduce nfc_evt_transaction params length to 0 | Christophe Ricard | 2015-04-06 | 1 | -1/+1 |
* | NFC: Forward NFC_EVT_TRANSACTION to user space | Christophe Ricard | 2015-02-02 | 1 | -0/+27 |
* | NFC: NCI: Handle Target mode activation | Julien Lefrique | 2014-11-28 | 1 | -0/+2 |
* | NFC: Add RAW socket type support for SOCKPROTO_RAW | Hiren Tandel | 2014-05-20 | 1 | -0/+3 |
* | NFC: Add ISO/IEC 15693 header definitions | Mark A. Greer | 2014-02-16 | 1 | -0/+3 |
* | include/net/: Fix FSF address in file headers | Jeff Kirsher | 2013-12-06 | 1 | -3/+1 |
* | NFC: Define secure element IO API and commands | Samuel Ortiz | 2013-09-25 | 1 | -0/+5 |
* | NFC: Document NFC targets sens_res field | Samuel Ortiz | 2013-09-25 | 1 | -0/+8 |
* | NFC: Move struct nfc_phy_ops out of HCI up to nfc core level | Eric Lapuyade | 2013-09-25 | 1 | -0/+6 |
* | NFC: Convert nfc_dev_info and nfc_dev_err to nfc_<level> | Joe Perches | 2013-09-25 | 1 | -2/+2 |
* | NFC: Replace nfc_dev_dbg with dev_dbg | Joe Perches | 2013-09-25 | 1 | -1/+0 |
* | NFC: Export nfc_find_se() | Arron Wang | 2013-09-25 | 1 | -0/+1 |
* | NFC: netlink: Add result of firmware operation to completion event | Eric Lapuyade | 2013-08-14 | 1 | -1/+2 |
* | NFC: Move nfc_fw_download_done() definition from private to public | Eric Lapuyade | 2013-08-14 | 1 | -0/+2 |
* | NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOAD | Samuel Ortiz | 2013-07-31 | 1 | -2/+2 |
* | NFC: Add secure elements addition and removal API | Samuel Ortiz | 2013-06-14 | 1 | -1/+21 |
* | NFC: Extend and fix the internal secure element API | Samuel Ortiz | 2013-06-14 | 1 | -2/+5 |
* | NFC: Remove the static supported_se field | Samuel Ortiz | 2013-06-14 | 1 | -2/+0 |
* | NFC: pn533: Copy NFCID2 through ATR_REQ | Samuel Ortiz | 2013-06-14 | 1 | -0/+2 |
* | NFC: Add firmware upload netlink command | Eric Lapuyade | 2013-06-14 | 1 | -0/+2 |
* | NFC: RFKILL support | Samuel Ortiz | 2013-04-12 | 1 | -0/+2 |
* | NFC: Initial Secure Element API | Samuel Ortiz | 2013-01-10 | 1 | -0/+6 |
* | NFC: Fixed nfc core and hci unregistration and cleanup | Eric Lapuyade | 2013-01-10 | 1 | -0/+2 |
* | NFC: Use IDR library to assing NFC devices IDs | Samuel Ortiz | 2012-10-26 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-09-28 | 1 | -1/+1 |
|\ |
|
| * | NFC: Use system_nrt_wq instead of custom ones | Tejun Heo | 2012-09-25 | 1 | -1/+0 |
| * | NFC: Implement NCI dep_link_up and dep_link_down | Ilan Elias | 2012-09-25 | 1 | -0/+1 |
* | | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 2012-09-10 | 1 | -1/+1 |
|/ |
|
* | NFC: Driver failure API | Eric Lapuyade | 2012-07-09 | 1 | -0/+2 |
* | NFC: Introduce target mode rx data callback | Samuel Ortiz | 2012-06-04 | 1 | -0/+1 |
* | NFC: Introduce target mode tx ops | Samuel Ortiz | 2012-06-04 | 1 | -1/+2 |
* | NFC: Set the NFC device RF mode appropriately | Samuel Ortiz | 2012-06-04 | 1 | -1/+1 |
* | NFC: Add target mode activation netlink event | Samuel Ortiz | 2012-06-04 | 1 | -0/+4 |
* | NFC: Add target mode protocols to the polling loop startup routine | Samuel Ortiz | 2012-06-04 | 1 | -1/+2 |
* | NFC: Export LLCP general bytes getter | Samuel Ortiz | 2012-06-04 | 1 | -0/+1 |
* | NFC: Specify usage for targets found and target lost events | Eric Lapuyade | 2012-05-15 | 1 | -1/+0 |
* | NFC: Cache the core NFC active target pointer instead of its index | Eric Lapuyade | 2012-05-15 | 1 | -8/+10 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-04-18 | 1 | -1/+11 |
|\ |
|
| * | NFC: Add Core support to generate tag lost event | Eric Lapuyade | 2012-04-12 | 1 | -0/+5 |