Age | Commit message (Expand) | Author | Files | Lines |
2014-01-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -0/+12 |
2014-01-07 | NFC: NCI: Add set_config API | Amitkumar Karwar | 1 | -0/+1 |
2014-01-07 | NFC: NCI: Add setup handler | Amitkumar Karwar | 1 | -0/+1 |
2014-01-04 | NFC: digital: Add a note about asynchronous functions | Thierry Escande | 1 | -0/+10 |
2013-12-06 | include/net/: Fix FSF address in file headers | Jeff Kirsher | 5 | -13/+5 |
2013-09-25 | NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the spec | Eric Lapuyade | 1 | -10/+3 |
2013-09-25 | NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frame | Eric Lapuyade | 1 | -1/+1 |
2013-09-25 | NFC: Define secure element IO API and commands | Samuel Ortiz | 1 | -0/+5 |
2013-09-25 | NFC: Document NFC targets sens_res field | Samuel Ortiz | 1 | -0/+8 |
2013-09-25 | NFC Digital: Add NFC-A technology support | Thierry Escande | 1 | -0/+3 |
2013-09-25 | NFC Digital: Implement driver commands mechanism | Thierry Escande | 1 | -0/+25 |
2013-09-25 | NFC: Digital Protocol stack implementation | Thierry Escande | 1 | -0/+199 |
2013-09-25 | NFC: NCI: Simplify NCI SPI to become a simple framing/checking layer | Eric Lapuyade | 2 | -30/+15 |
2013-09-25 | NFC: Move struct nfc_phy_ops out of HCI up to nfc core level | Eric Lapuyade | 2 | -6/+6 |
2013-09-25 | NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistency | Eric Lapuyade | 1 | -13/+13 |
2013-09-25 | NFC: Convert nfc_dev_info and nfc_dev_err to nfc_<level> | Joe Perches | 1 | -2/+2 |
2013-09-25 | NFC: Replace nfc_dev_dbg with dev_dbg | Joe Perches | 1 | -1/+0 |
2013-09-25 | NFC: Export nfc_find_se() | Arron Wang | 1 | -0/+1 |
2013-08-14 | NFC: netlink: Add result of firmware operation to completion event | Eric Lapuyade | 1 | -1/+2 |
2013-08-14 | NFC: Move nfc_fw_download_done() definition from private to public | Eric Lapuyade | 1 | -0/+2 |
2013-07-31 | NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOAD | Samuel Ortiz | 2 | -3/+3 |
2013-06-14 | NFC: Add secure elements addition and removal API | Samuel Ortiz | 1 | -1/+21 |
2013-06-14 | NFC: Extend and fix the internal secure element API | Samuel Ortiz | 2 | -4/+8 |
2013-06-14 | NFC: Remove the static supported_se field | Samuel Ortiz | 3 | -4/+0 |
2013-06-14 | NFC: pn533: Copy NFCID2 through ATR_REQ | Samuel Ortiz | 1 | -0/+2 |
2013-06-14 | NFC: Add NCI over SPI receive | Frederic Danis | 1 | -0/+1 |
2013-06-14 | NFC: Add NCI over SPI send | Frederic Danis | 1 | -0/+3 |
2013-06-14 | NFC: Add basic NCI over SPI | Frederic Danis | 1 | -0/+49 |
2013-06-14 | NFC: HCI: Implement fw_upload ops | Eric Lapuyade | 1 | -0/+1 |
2013-06-14 | NFC: Add firmware upload netlink command | Eric Lapuyade | 1 | -0/+2 |
2013-06-14 | NFC: NCI: Fix skb->dev usage | Frederic Danis | 1 | -2/+2 |
2013-04-12 | NFC: RFKILL support | Samuel Ortiz | 1 | -0/+2 |
2013-01-10 | NFC: Initial Secure Element API | Samuel Ortiz | 3 | -0/+10 |
2013-01-10 | NFC: Add HCI quirks to support driver (non)standard implementations | Eric Lapuyade | 1 | -0/+13 |
2013-01-10 | NFC: Added error handling in event_received hci ops | Eric Lapuyade | 1 | -2/+2 |
2013-01-10 | NFC: Fixed nfc core and hci unregistration and cleanup | Eric Lapuyade | 2 | -0/+4 |
2012-11-20 | NFC: Export nfc_hci_sak_to_protocol() | Eric Lapuyade | 1 | -0/+1 |
2012-11-20 | NFC: Export nfc_hci_result_to_errno as it can be needed by HCI drivers | Eric Lapuyade | 1 | -0/+2 |
2012-10-26 | NFC: Use IDR library to assing NFC devices IDs | Samuel Ortiz | 1 | -1/+1 |
2012-10-26 | NFC: Separate pn544 hci driver in HW dependant and independant parts | Eric Lapuyade | 1 | -0/+6 |
2012-10-26 | NFC: Implement HCI DEP send and receive data | Arron Wang | 1 | -1/+2 |
2012-10-26 | NFC: Implement HCI DEP link up and down | Arron Wang | 1 | -0/+3 |
2012-10-26 | NFC: Pass hardware specific HCI event to driver | Arron Wang | 1 | -0/+3 |
2012-10-26 | NFC: Set local gb and DEP registries | Arron Wang | 1 | -0/+3 |
2012-09-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 6 | -112/+106 |
2012-09-25 | NFC: xmit from hci ops must return 0 or negative | Waldemar Rymarkiewicz | 1 | -0/+5 |
2012-09-25 | NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core | Eric Lapuyade | 2 | -106/+3 |
2012-09-25 | NFC: Add an shdlc llc module to llc core | Eric Lapuyade | 1 | -0/+1 |
2012-09-25 | NFC: Add a nop (passthrough) llc module to llc core | Eric Lapuyade | 1 | -0/+2 |
2012-09-25 | NFC: Add an LLC Core layer to HCI | Eric Lapuyade | 1 | -0/+51 |