aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-25NFC: rawsock: Fix a memory leakThierry Escande1-2/+5
2013-09-25NFC: digital: digital_tg_send_sensf_res() can be staticFengguang Wu1-1/+1
2013-09-25NFC: digital: Add newline to pr_* callsSamuel Ortiz3-26/+22
2013-09-25NFC: digital: Remove PR_ERR and PR_DBG macrosSamuel Ortiz4-27/+31
2013-09-25NFC: NCI: Store the spi device pointer from the spi instanceEric Lapuyade1-0/+1
2013-09-25NFC Digital: Add target NFC-DEP supportThierry Escande4-7/+755
2013-09-25NFC Digital: Add initiator NFC-DEP supportThierry Escande5-6/+435
2013-09-25NFC Digital: Add NFC-F technology supportThierry Escande4-0/+153
2013-09-25NFC Digital: Add NFC-A technology supportThierry Escande4-4/+488
2013-09-25NFC Digital: Implement driver commands mechanismThierry Escande4-8/+427
2013-09-25NFC: Digital Protocol stack implementationThierry Escande4-0/+192
2013-09-25NFC: Set active target upon DEP up event receptionSamuel Ortiz1-0/+13
2013-09-25NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerEric Lapuyade1-125/+55
2013-09-25NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistencyEric Lapuyade1-64/+64
2013-09-25NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device()Eric Lapuyade1-1/+1
2013-09-25NFC: Export nfc_find_se()Arron Wang1-4/+5
2013-08-14NFC: Update secure element stateArron Wang1-0/+4
2013-08-14NFC: Fix secure element state checkArron Wang1-2/+2
2013-08-14NFC: hci: Fix enable/disable confusionDan Carpenter1-1/+1
2013-08-14NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade3-4/+15
2013-08-14NFC: Move nfc_fw_download_done() definition from private to publicEric Lapuyade1-2/+0
2013-08-14NFC: Add a GET_SE netlink APISamuel Ortiz1-0/+91
2013-08-14NFC: Fix SE discovery failure warning conditionSamuel Ortiz1-1/+1
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz4-23/+23
2013-07-19NFC: Fix NCI over SPI buildFrederic Danis1-0/+1
2013-06-14NFC: llcp: Fix the well known services endiannessSamuel Ortiz1-2/+2
2013-06-14NFC: llcp: Set the LLC Link Management well known service bitSamuel Ortiz1-0/+1
2013-06-14NFC: llcp: Do not send pending Tx frames when the remote is not readySamuel Ortiz1-0/+3
2013-06-14NFC: llcp: Fix non blocking sockets connectionsSamuel Ortiz2-3/+6
2013-06-14NFC: Fix a potential memory leakThierry Escande1-0/+1
2013-06-14NFC: Keep socket alive until the DISC PDU is actually sentThierry Escande3-0/+15
2013-06-14NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()Thierry Escande3-24/+3
2013-06-14NFC: Add secure element enablement netlink APISamuel Ortiz1-0/+56
2013-06-14NFC: Add secure element enablement internal APISamuel Ortiz2-4/+109
2013-06-14NFC: Remove and free all SEs when releasing an NFC deviceSamuel Ortiz1-0/+8
2013-06-14NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz3-0/+80
2013-06-14NFC: Add secure elements addition and removal APISamuel Ortiz1-1/+44
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz3-0/+58
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz5-9/+2
2013-06-14NFC: Add NCI over SPI receiveFrederic Danis1-0/+174
2013-06-14NFC: Add NCI over SPI sendFrederic Danis1-1/+70
2013-06-14NFC: Add basic NCI over SPIFrederic Danis3-1/+149
2013-06-14NFC: HCI: Follow a positive code path in the HCI ops implementationsSamuel Ortiz1-18/+18
2013-06-14NFC: HCI: Implement fw_upload opsEric Lapuyade1-0/+11
2013-06-14NFC: Add firmware upload netlink commandEric Lapuyade3-0/+114
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis2-13/+6
2013-05-21NFC: Remove commented out LLCP related Makefile linePaul Bolle1-1/+0
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2013-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville9-79/+9
2013-04-27NFC: Add missing RFKILL dependency for KconfigMarcel Holtmann1-0/+1