aboutsummaryrefslogtreecommitdiff
path: root/include/net/nfc
AgeCommit message (Expand)AuthorFilesLines
2013-09-25NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specGravatar Eric Lapuyade 1-10/+3
2013-09-25NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameGravatar Eric Lapuyade 1-1/+1
2013-09-25NFC: Define secure element IO API and commandsGravatar Samuel Ortiz 1-0/+5
2013-09-25NFC: Document NFC targets sens_res fieldGravatar Samuel Ortiz 1-0/+8
2013-09-25NFC Digital: Add NFC-A technology supportGravatar Thierry Escande 1-0/+3
2013-09-25NFC Digital: Implement driver commands mechanismGravatar Thierry Escande 1-0/+25
2013-09-25NFC: Digital Protocol stack implementationGravatar Thierry Escande 1-0/+199
2013-09-25NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerGravatar Eric Lapuyade 2-30/+15
2013-09-25NFC: Move struct nfc_phy_ops out of HCI up to nfc core levelGravatar Eric Lapuyade 2-6/+6
2013-09-25NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistencyGravatar Eric Lapuyade 1-13/+13
2013-09-25NFC: Convert nfc_dev_info and nfc_dev_err to nfc_<level>Gravatar Joe Perches 1-2/+2
2013-09-25NFC: Replace nfc_dev_dbg with dev_dbgGravatar Joe Perches 1-1/+0
2013-09-25NFC: Export nfc_find_se()Gravatar Arron Wang 1-0/+1
2013-08-14NFC: netlink: Add result of firmware operation to completion eventGravatar Eric Lapuyade 1-1/+2
2013-08-14NFC: Move nfc_fw_download_done() definition from private to publicGravatar Eric Lapuyade 1-0/+2
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADGravatar Samuel Ortiz 2-3/+3
2013-06-14NFC: Add secure elements addition and removal APIGravatar Samuel Ortiz 1-1/+21
2013-06-14NFC: Extend and fix the internal secure element APIGravatar Samuel Ortiz 2-4/+8
2013-06-14NFC: Remove the static supported_se fieldGravatar Samuel Ortiz 3-4/+0
2013-06-14NFC: pn533: Copy NFCID2 through ATR_REQGravatar Samuel Ortiz 1-0/+2
2013-06-14NFC: Add NCI over SPI receiveGravatar Frederic Danis 1-0/+1
2013-06-14NFC: Add NCI over SPI sendGravatar Frederic Danis 1-0/+3
2013-06-14NFC: Add basic NCI over SPIGravatar Frederic Danis 1-0/+49
2013-06-14NFC: HCI: Implement fw_upload opsGravatar Eric Lapuyade 1-0/+1
2013-06-14NFC: Add firmware upload netlink commandGravatar Eric Lapuyade 1-0/+2
2013-06-14NFC: NCI: Fix skb->dev usageGravatar Frederic Danis 1-2/+2
2013-04-12NFC: RFKILL supportGravatar Samuel Ortiz 1-0/+2
2013-01-10NFC: Initial Secure Element APIGravatar Samuel Ortiz 3-0/+10
2013-01-10NFC: Add HCI quirks to support driver (non)standard implementationsGravatar Eric Lapuyade 1-0/+13
2013-01-10NFC: Added error handling in event_received hci opsGravatar Eric Lapuyade 1-2/+2
2013-01-10NFC: Fixed nfc core and hci unregistration and cleanupGravatar Eric Lapuyade 2-0/+4
2012-11-19NFC: Export nfc_hci_sak_to_protocol()Gravatar Eric Lapuyade 1-0/+1
2012-11-19NFC: Export nfc_hci_result_to_errno as it can be needed by HCI driversGravatar Eric Lapuyade 1-0/+2
2012-10-26NFC: Use IDR library to assing NFC devices IDsGravatar Samuel Ortiz 1-1/+1
2012-10-26NFC: Separate pn544 hci driver in HW dependant and independant partsGravatar Eric Lapuyade 1-0/+6
2012-10-26NFC: Implement HCI DEP send and receive dataGravatar Arron Wang 1-1/+2
2012-10-26NFC: Implement HCI DEP link up and downGravatar Arron Wang 1-0/+3
2012-10-26NFC: Pass hardware specific HCI event to driverGravatar Arron Wang 1-0/+3
2012-10-26NFC: Set local gb and DEP registriesGravatar Arron Wang 1-0/+3
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 6-112/+106
2012-09-25NFC: xmit from hci ops must return 0 or negativeGravatar Waldemar Rymarkiewicz 1-0/+5
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreGravatar Eric Lapuyade 2-106/+3
2012-09-25NFC: Add an shdlc llc module to llc coreGravatar Eric Lapuyade 1-0/+1
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreGravatar Eric Lapuyade 1-0/+2
2012-09-25NFC: Add an LLC Core layer to HCIGravatar Eric Lapuyade 1-0/+51
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationGravatar Eric Lapuyade 2-4/+8
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodGravatar Eric Lapuyade 1-0/+3
2012-09-25NFC: Use system_nrt_wq instead of custom onesGravatar Tejun Heo 3-4/+0
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downGravatar Ilan Elias 2-0/+5
2012-09-25NFC: Parse NCI NFC-DEP activation paramsGravatar Ilan Elias 1-0/+6